cli-cast
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: Executes the
castCLI tool to perform blockchain operations such as sending transactions, calling smart contracts, and signing messages. - [EXTERNAL_DOWNLOADS]: Directs the user to install additional skill sets from the author's GitHub repository using
npx skills add PaulRBerg/agent-skillswhen necessary components are missing. - [DATA_EXFILTRATION]: Facilitates network communication with
routeme.shRPC endpoints. This is a primary, expected function of the skill to enable blockchain interaction. - [SAFE]: Manages sensitive information like
ETH_PRIVATE_KEYandROUTEMESH_API_KEYthrough environment variables. The skill prioritizes security by recommending--browsersigning to ensure private keys do not enter the agent's context or shell environment.
Audit Metadata