trade
Warn
Audited by Snyk on Mar 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). Flagging the runtime dependency "npx starkfi@latest" (package fetched from the npm registry, e.g. https://registry.npmjs.org/starkfi) because the skill mandates running it at runtime, which downloads and executes remote code and is required for the skill to operate.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed to perform crypto financial operations: it provides a concrete CLI command (npx starkfi@latest trade ...) that executes token swaps on Starknet, requires an active wallet/session and sufficient balances, routes transactions (via a Paymaster), supports simulation vs broadcast, and instructs verifying tx hashes after execution. These are direct crypto/blockchain transaction capabilities (signing/sending swaps), not generic tooling, so it grants direct financial execution authority.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata