send-usdc
Warn
Audited by Snyk on Mar 13, 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.80). The skill invokes "npx agnic@latest" at runtime, which will fetch and execute remote npm package code (a runtime dependency that directly executes external code), so this external package reference is a risky runtime dependency.
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 move funds: it provides commands to authenticate, check wallet balance, and execute a send transaction (npx agnic@latest send <recipient_address> --network ...). It targets specific crypto networks (Base, Solana) and USDC, returns a transactionHash/explorerUrl, and instructs confirming recipient and amount. This is a direct crypto wallet transaction capability (Direct Financial Execution).
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata