Scan Report
5 /100
okx-pro
完整 OKX 交易所集成,U本位/币本位合约,杠杆交易,止盈止损,仓位管理
Legitimate OKX cryptocurrency exchange trading skill with clear documentation, declared dependencies, and standard credential handling patterns.
Safe to install
Approve for use. This skill is a standard cryptocurrency trading integration with no malicious indicators.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in documentation |
| Network | READ | READ | ✓ Aligned | metadata: requires curl for API calls to okx.com |
| Shell | WRITE | WRITE | ✓ Aligned | metadata: requires bins [curl, jq, openssl] |
| Environment | READ | READ | ✓ Aligned | OKX_API_KEY, OKX_SECRET, OKX_PASSPHRASE documented |
| Skill Invoke | NONE | NONE | — | No skill chaining documented |
| Clipboard | NONE | NONE | — | Not used |
| Browser | NONE | NONE | — | Not used |
| Database | NONE | NONE | — | Not used |
6 findings
Medium External URL 外部 URL
https://www.okx.com SKILL.md:51 Medium External URL 外部 URL
https://www.okx.com$endpoint SKILL.md:243 Medium External URL 外部 URL
https://www.okx.com/api/v5/market/ticker?instId=BTC-USDT SKILL.md:262 Medium External URL 外部 URL
https://www.okx.com/docs-v5/ SKILL.md:389 Medium External URL 外部 URL
https://www.okx.com/ SKILL.md:390 Medium External URL 外部 URL
https://www.okx.com/market/trade/demo SKILL.md:391 File Tree
1 files · 9.3 KB · 391 lines Markdown 1f · 391L
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
curl | system | system bins | No | Declared in metadata |
jq | system | system bins | No | Declared in metadata |
openssl | system | system bins | No | Declared in metadata |
Security Positives
✓ Well-documented API integration with OKX V5 API
✓ All dependencies declared (curl, jq, openssl)
✓ Standard HMAC-SHA256 signature implementation shown
✓ Clear credential handling via environment variables or JSON file
✓ No obfuscation or suspicious code patterns
✓ Makes requests only to legitimate OKX API endpoints (https://www.okx.com)
✓ Includes proper risk warnings for leveraged trading
✓ Documentation is comprehensive and matches implementation approach