send-token
Warn
Audited by Snyk on Mar 14, 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). The skill requires running "npx @openant-ai/cli@latest" at runtime, which fetches and executes remote package code from the npm registry and is therefore a runtime external dependency that executes remote code.
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 blockchain token transfers from an OpenAnt wallet. It defines a dedicated "wallet send" CLI command for executing transfers, lists supported chains (Solana, Base), native coins and token types (SOL, ETH, USDC, arbitrary mint/contract addresses), and provides concrete examples of sending transactions with expected tx signatures/hashes. It also contains operational prerequisites and error handling around authentication, balances, and irreversible transfers. This is a specific, purpose-built tool to move crypto funds (sign/send transactions), not a generic interface, so it grants direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata