verification
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install the Foundry toolkit from a well-known and reputable source (foundry.paradigm.xyz). Foundry is a widely accepted development tool in the Ethereum ecosystem.
- [EXTERNAL_DOWNLOADS]: Fetches blockchain data from established and trusted infrastructure providers, including Etherscan APIs, The Graph (Uniswap subgraphs), and the Doppler protocol's official production indexers.
- [CREDENTIALS_UNSAFE]: Demonstrates the use of RPC and explorer API keys using safe placeholders (e.g.,
YOUR_KEY,your_api_key), ensuring that actual secrets are not hardcoded or exposed. - [COMMAND_EXECUTION]: Utilizes standard command-line tools such as
cast,curl, andjqto perform read-only state queries. These commands are used for data retrieval and do not introduce paths for executing untrusted external code.
Audit Metadata