send-usdc
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch and execute theawalpackage from the NPM registry. This is the standard delivery mechanism for the Coinbase Agent Wallet CLI. - [COMMAND_EXECUTION]: Shell commands are used to interact with the wallet for sending tokens, checking balances, and verifying authentication status. The execution is scoped to the
awalpackage as defined in theallowed-toolsconfiguration. - [PROMPT_INJECTION]: The skill addresses potential indirect prompt injection and shell injection risks by providing the agent with strict validation requirements for user-provided data.
- Ingestion points: User-supplied values for
amountandrecipientinSKILL.mdare used as command-line arguments. - Boundary markers: The instructions recommend the use of single quotes for amount values to prevent shell variable expansion.
- Capability inventory: The skill utilizes the
Bashtool for all operations, as specified in theallowed-toolssection ofSKILL.md. - Sanitization: Includes explicit regex patterns for validating amounts, Ethereum/Solana addresses, and ENS names, along with instructions to reject inputs containing shell metacharacters.
Audit Metadata