send-usdc
Warn
Audited by Snyk on May 7, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's "ENS Resolution" section states it resolves ENS names via Ethereum mainnet and then uses/displays the resolved address when constructing the send command, meaning it fetches public, user-controlled ENS data (an untrusted third-party source) that can directly determine where funds are sent.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs running "npx awal@2.8.2 send", which at runtime fetches and executes the remote npm package (e.g. https://registry.npmjs.org/awal or https://www.npmjs.com/package/awal), so required external code is fetched and run.
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 transfer funds. It provides a concrete command (npx awal@2.8.2 send) to send specified tokens (USDC, ETH, POL, SOL) on named blockchains (Base, Polygon, Solana), requires wallet authentication, includes ENS resolution, input validation for amounts and recipient addresses, and discusses balance/auth error handling. This is a purpose-built payment/crypto transfer tool (send transaction), not a generic interface, so it grants direct financial execution capability.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata