tracking-crypto-prices
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses established market data APIs (CoinGecko and Yahoo Finance) for its primary functionality. These are well-known technology services.
- [SAFE]: Secret management is handled correctly via environment variables (
COINGECKO_API_KEY) and local configuration files, following standard industry practices to avoid hardcoded credentials. - [SAFE]: File system interactions are localized to the skill's directory for caching price data and exporting CSV files, presenting no risk to system-level sensitive files.
- [SAFE]: Python dependencies (
requests,pandas,yfinance,pyyaml) are standard, reputable libraries used for their intended purposes of networking and data manipulation. - [SAFE]: No evidence of prompt injection, code obfuscation, persistence mechanisms, or unauthorized privilege escalation was found across any of the analyzed files.
Audit Metadata