x402-payment
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
README.mdandinstall.shfiles utilize a pattern where an installation script is fetched viacurland piped directly intosh. While this pattern is generally high-risk, in this context, the source is the official repository of the skill's author (BofAI/skills), which is consistent with standard installation practices for this type of tool. - [EXTERNAL_DOWNLOADS]: The
install.shscript performs several external operations: it clones the skill's repository from GitHub (https://github.com/BofAI/skills.git) and installs the Node.js package@bankofai/x402-cliglobally usingnpm. These resources originate from the vendor's own infrastructure and are necessary for the skill's primary function. - [COMMAND_EXECUTION]: The
SKILL.mdfile provides instructions for the agent to execute shell commands using thex402-cli. These commands include payment processing, wallet inspection, and relayer configuration. The instructions include security best practices such as using--dry-runand--max-amountto prevent unintended large transactions. - [SAFE]: The skill implements safety rules to protect user credentials, explicitly instructing the agent never to print, echo, or interpolate private keys or mnemonics into shell commands, relying instead on environment variables or internal CLI resolution.
Audit Metadata