skills/paulrberg/dot-agents/cli-cast/Gen Agent Trust Hub

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 cast CLI 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_KEY and ROUTEMESH_API_KEY via 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.org as 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
Risk Level
SAFE
Analyzed
Mar 12, 2026, 10:48 PM