zerion-uniswap-x402
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Provides instructions to install the Foundry development suite by piping a remote script from foundry.paradigm.xyz directly to the shell. This is the official and standard installation method for this widely-used blockchain developer tool.
- [EXTERNAL_DOWNLOADS]: Uses npx to download and initialize zerion-cli, which is the official command-line interface provided by the skill's author, and installs the Uniswap AI skill package.
- [COMMAND_EXECUTION]: The skill executes various local shell commands using the zerion and cast binaries to manage wallet positions, bridging operations, and cryptographic signing for transactions.
- [SAFE]: Instructions for handling sensitive data like private keys and API keys recommend using environment variables or encrypted keystores (cast wallet), which aligns with standard security best practices for CLI tools.
Audit Metadata