ripio-wfiat
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for the agent to fetch market data and token information from well-known services including CoinGecko (api.coingecko.com), GeckoTerminal (api.geckoterminal.com), and The Graph (gateway.thegraph.com). These are established industry data providers.
- [COMMAND_EXECUTION]: Includes multiple recipes using
curlandjqfor querying API endpoints and public RPC nodes. These commands are formatted as templates for the agent to use when fulfilling user requests for token prices or pool liquidity. - [DATA_EXPOSURE_AND_EXFILTRATION]: Uses environment variables (e.g.,
$THEGRAPH_API_KEY) to manage authentication for The Graph API. This is a standard and recommended practice for avoiding hardcoded credentials while allowing the agent to perform authenticated requests. - [SAFE]: All referenced blockchain RPC endpoints (such as Ethereum via LlamaRPC, Base, BSC, Polygon, Celo, and Gnosis) are standard public infrastructure for the respective networks. The skill's primary function is informational and follows best practices for data retrieval.
Audit Metadata