扫描报告
5 /100
okx-pro
完整 OKX 交易所集成,U本位/币本位合约,杠杆交易,止盈止损,仓位管理
Legitimate OKX cryptocurrency exchange trading skill with clear documentation, declared dependencies, and standard credential handling patterns.
可以安装
Approve for use. This skill is a standard cryptocurrency trading integration with no malicious indicators.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in documentation |
| 网络访问 | READ | READ | ✓ 一致 | metadata: requires curl for API calls to okx.com |
| 命令执行 | WRITE | WRITE | ✓ 一致 | metadata: requires bins [curl, jq, openssl] |
| 环境变量 | READ | READ | ✓ 一致 | OKX_API_KEY, OKX_SECRET, OKX_PASSPHRASE documented |
| 技能调用 | NONE | NONE | — | No skill chaining documented |
| 剪贴板 | NONE | NONE | — | Not used |
| 浏览器 | NONE | NONE | — | Not used |
| 数据库 | NONE | NONE | — | Not used |
6 项发现
中危 外部 URL 外部 URL
https://www.okx.com SKILL.md:51 中危 外部 URL 外部 URL
https://www.okx.com$endpoint SKILL.md:243 中危 外部 URL 外部 URL
https://www.okx.com/api/v5/market/ticker?instId=BTC-USDT SKILL.md:262 中危 外部 URL 外部 URL
https://www.okx.com/docs-v5/ SKILL.md:389 中危 外部 URL 外部 URL
https://www.okx.com/ SKILL.md:390 中危 外部 URL 外部 URL
https://www.okx.com/market/trade/demo SKILL.md:391 目录结构
1 文件 · 9.3 KB · 391 行 Markdown 1f · 391L
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
curl | system | system bins | 否 | Declared in metadata |
jq | system | system bins | 否 | Declared in metadata |
openssl | system | system bins | 否 | Declared in metadata |
安全亮点
✓ 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