send-usdc
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill utilizes
npx awal@latestto download and execute theawalpackage directly from the public npm registry. - Evidence: The
allowed-toolsand documentation specify the use ofnpx awal@latestfor all operations. - Risk: The package
awalis not from a trusted source or organization. Runtime execution of unverified npm packages can lead to arbitrary code execution if the package or registry is compromised. - COMMAND_EXECUTION (LOW): The skill constructs shell commands by interpolating user-provided inputs such as
amountandrecipient. - Evidence: The command
npx awal@latest send <amount> <recipient>is used to process transactions. - Risk: While the documentation warns about single-quoting amounts to prevent bash expansion, there is a risk of shell command injection if the
recipient(e.g., an ENS name) oramountcontains malicious shell metacharacters and the agent fails to sanitize them before execution.
Audit Metadata