crypto-regime-analyzer
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to CoinGecko and Binance to retrieve public market data. These are well-known services, and the connections are used strictly for their intended purpose without requiring API keys.- [INDIRECT_PROMPT_INJECTION]: The skill ingests external data including prices and funding rates. It implements robust numeric validation to ensure all ingested data is finite and within expected ranges, preventing external data from influencing agent behavior.- [COMMAND_EXECUTION]: Usage examples involve standard directory creation, and the Python scripts use safe built-in functions for file system operations. No risks of command injection from user input were identified.- [DYNAMIC_EXECUTION]: The codebase was verified to contain no usage of dangerous functions like
eval()orexec(), nor any runtime code generation patterns.
Audit Metadata