cli-cast
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
castCLI commands (e.g.,cast send,cast call,cast wallet). This is the primary purpose of the skill and uses standard Foundry parameters. - [CREDENTIALS_UNSAFE]: The skill appropriately references sensitive data like
ETH_PRIVATE_KEYandROUTEMESH_API_KEYvia environment variables rather than hardcoding them. It includes safety checks to ensure these variables are set before execution and instructs the agent to ask the user for keys if they are missing. - [EXTERNAL_DOWNLOADS]: The skill mentions
chainlist.orgas a reference for chain IDs and links to the official Foundry Book documentation. No automated remote code execution or untrusted package installations were detected. - [DATA_EXFILTRATION]: Network operations are restricted to blockchain RPC interactions via the specified RouteMesh provider (
https://lb.routeme.sh/). This is standard behavior for the intended use case of interacting with EVM networks.
Audit Metadata