可信 — 风险评分 5/100
上次扫描:21 小时前 重新扫描
5 /100
okx-pro
完整 OKX 交易所集成,U本位/币本位合约,杠杆交易,止盈止损,仓位管理
Legitimate OKX cryptocurrency exchange trading skill with clear documentation, declared dependencies, and standard credential handling patterns.
技能名称okx-pro
分析耗时22.9s
引擎pi
可以安装
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 391L · 9.3 KB

依赖分析 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