Back to skill
Skillv2.1.0

Static analysis security

Solana Funding Rate Arbitrage · Deterministic local checks for risky code patterns and metadata mismatches.

Scanner verdict

ReviewApr 30, 2026, 4:57 AM
Summary
Detected: suspicious.env_credential_access, suspicious.potential_exfiltration
Reason codes
suspicious.env_credential_accesssuspicious.potential_exfiltration
Engine
v2.4.5

Evidence

criticalscripts/src/dashboard/server.ts:22
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/src/protocols/drift.ts:13
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/src/trading/drift-client.ts:74
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/src/trading/flash-client.ts:68
Environment variable access combined with network send.
suspicious.env_credential_access
warnscripts/src/trading/drift-client.ts:67
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnscripts/src/trading/flash-client.ts:62
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration