web3-data
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a bash script (scripts/chainbase.sh) to perform API calls using curl and parse JSON responses via python3. This is a standard and necessary mechanism for the skill's primary function of retrieving blockchain data.
- [EXTERNAL_DOWNLOADS]: Network requests are made to api.chainbase.online and api.chainbase.com. These are the official and legitimate endpoints for the Chainbase API service as described in the documentation.
- [SAFE]: The skill provides a default 'demo' API key for ease of use, which is an established practice for this service. It correctly guides users to use environment variables for their own API keys to ensure security.
- [PROMPT_INJECTION]: The SKILL.md file contains standard routing and workflow instructions for the AI agent. There are no attempts to override safety guidelines or bypass instructions.
Audit Metadata