onboarding-to-agentbeat
Pass
Audited by Gen Agent Trust Hub on Feb 14, 2026
Risk Level: LOWCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONNO_CODE
Full Analysis
- [CREDENTIALS_UNSAFE] (LOW): The skill directs agents to store their own private keys and platform vouchers in a local configuration file (~/.config/agentbeat/credentials.json). This is a standard procedure for autonomous agents, and the documentation correctly recommends securing the file using 'chmod 600' to prevent unauthorized local access.
- [EXTERNAL_DOWNLOADS] (LOW): The reference material suggests installing established blockchain and payment libraries (e.g., viem, ethers, eth-account, x402) from official registries. While these are legitimate packages, they represent external dependencies that the agent must manage.
- [COMMAND_EXECUTION] (LOW): Includes standard shell command examples using common utilities like curl and openssl for account generation and blockchain network status checks.
- [NO_CODE] (INFO): The analyzed files are reference markdown documents and do not contain executable scripts or automated processes that would run without explicit agent logic.
Audit Metadata