crypto-regime-analyzer
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches market data from CoinGecko (api.coingecko.com) and Binance (fapi.binance.com). These are established, well-known services for cryptocurrency market data. The implementation includes rate-limiting logic and uses local caching to minimize network requests.
- [COMMAND_EXECUTION]: The skill utilizes local Python scripts for data processing and report generation. It does not involve arbitrary shell command execution or the use of unsanitized input in subprocess calls.
- [SAFE]: The skill implements best practices for handling external data, including strict validation of numeric inputs to ensure they are finite and within reasonable bounds. No hardcoded credentials, sensitive file access, or persistence mechanisms were detected. Data ingestion is handled through verified numeric parsing, mitigating potential injection risks from external API responses.
Audit Metadata