tracking-crypto-prices
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes common and well-known Python packages including
requests,pandas, andyfinanceto handle network requests and data processing. - [DATA_EXFILTRATION]: Network activity is restricted to official endpoints of well-known services (CoinGecko and Yahoo Finance). These connections are essential for the skill's primary function of retrieving market data.
- [COMMAND_EXECUTION]: The skill uses
Bash(python:*)to execute its own internal Python scripts (price_tracker.py) for processing market data and managing a local file-based cache. - [CREDENTIALS_UNSAFE]: No hardcoded API keys or secrets were found. The skill correctly manages credentials using environment variables or configuration placeholders (
${COINGECKO_API_KEY}).
Audit Metadata