okx_symbol_prices
PassAudited by ClawScan on May 1, 2026.
Overview
This skill coherently fetches public OKX spot prices for user-specified symbols, with only expected outbound API access and a common Python HTTP dependency.
This appears safe for fetching public OKX quotes. Before using it, be aware that your requested symbols are sent to OKX, and install the Python dependency from a trusted source if your environment does not already have it.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the dependency is installed later, the exact package version may vary by environment.
The skill may rely on installing an external Python package with only a minimum version specified. This is common and purpose-aligned for HTTP API access, but not as reproducible as a pinned dependency.
requests>=2.31.0
Install dependencies from a trusted package source, and pin versions if reproducibility or stricter supply-chain control matters.
OKX can observe the symbols you request through this skill.
The script makes HTTPS requests to OKX for the user-supplied ticker symbols. This is disclosed and central to the skill, and the artifacts do not show credentials or local files being sent.
OKX_API_BASE = "https://www.okx.com"
Use the skill only when you are comfortable sending the requested ticker symbols to OKX.
