market-data

Pass

Audited by Gen Agent Trust Hub on Mar 25, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill requires the grvt-pysdk Python package to interact with the GRVT exchange API. This package is the official software development kit for the exchange.
  • [DATA_EXFILTRATION]: The instructions include a utility to load configuration and environment variables from a local .env file, which is a standard and safe method for managing local development settings.
  • [PROMPT_INJECTION]: The skill processes structured financial data from the GRVT exchange API, which serves as an ingestion point for external data.
  • Ingestion points: api.fetch_ohlcv, api.fetch_ticker, api.fetch_order_book, and api.fetch_recent_trades (referenced in SKILL.md and references/examples.py).
  • Boundary markers: The data is processed as structured objects (dicts/dataframes) rather than interpolated directly into natural language prompts.
  • Capability inventory: The fetched data is used for printing stats and performing data analysis using pandas; no dangerous system-level capabilities are exposed to this data.
  • Sanitization: No explicit string sanitization is required for this structured numerical data.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 25, 2026, 08:13 AM