okx-market
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Retrieves cryptocurrency market data from OKX's public REST API (okx.com). This interaction is limited to a well-known and established financial service.
- [COMMAND_EXECUTION]: Instructions guide the user to install standard Python dependencies, specifically
requestsandpandas, via the standard package managerpip. - [DATA_EXFILTRATION]: No sensitive data access or exfiltration patterns were detected. The skill interacts exclusively with public market data endpoints.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data, which is a potential surface for indirect injection.
- Ingestion points: Data is fetched from OKX API endpoints in
scripts/market_data_example.pyandscripts/candle_data_example.py. - Boundary markers: Not explicitly defined, as the skill focus is on data retrieval rather than complex agent prompting.
- Capability inventory: No dangerous execution capabilities (such as
eval,exec, orsubprocess) are present in the skill scripts. - Sanitization: The skill processes structured JSON data, primarily consisting of numeric market values (prices, volumes).
Audit Metadata