crypto-price

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches cryptocurrency price and market data from the official CoinGecko and Hyperliquid APIs. These are well-known and trusted data sources for financial information.
  • [COMMAND_EXECUTION]: The skill operates by executing a Python script (get_price_chart.py) to process API data and generate visual charts. This is the primary intended behavior of the skill.
  • [DATA_EXFILTRATION]: No sensitive file access or credential exposure was detected. The script uses the system's /tmp/ directory for caching price data and storing generated chart images, which is standard practice for temporary file handling.
  • [PROMPT_INJECTION]: The instructions provided in SKILL.md are focused on output formatting (e.g., using the MEDIA: tag for images) and do not contain patterns intended to bypass safety filters or override agent behavior.
  • [SAFE]: The logic for price calculation and chart generation (using the matplotlib library) is transparent and matches the described features. No obfuscation or malicious redirection was found in the code.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 11:48 AM