扫描报告
40 /100
okx-security
Security scanning skill for OKX Web3: token risk detection, honeypot detection, DApp phishing detection, transaction pre-execution security, signature safety, and approval management
OKX Web3 security scanning skill with documented remote script download/execution from GitHub, creating significant supply chain attack surface despite SHA256 verification.
谨慎使用
Approve with caution. The skill's remote installer execution pattern is the primary concern. Ensure onchainos binary remains sandboxed to security operations only. Consider pinning to specific version tags rather than always fetching 'latest' to reduce supply chain risk.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Remote installer download and execution 供应链 | SKILL.md:19 |
| 中危 | Dynamic 'latest' version resolution 供应链 | SKILL.md:15 |
| 低危 | onchainos binary scope exceeds security scanning 敏感访问 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:curl GitHub API, raw.githubusercontent.com downloads |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:sh /tmp/onchainos-install.sh |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:Downloads to /tmp, installs to ~/.local/bin, stores cache in ~/.onchain… |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md:Integrates with okx-agentic-wallet for wallet operations |
| 环境变量 | NONE | NONE | — | No env access detected in reference files or SKILL.md |
7 项发现
中危 外部 URL 外部 URL
https://web3.okx.com SKILL.md:8 中危 外部 URL 外部 URL
https://web3.okx.com/onchain-os/dev-portal SKILL.md:71 中危 外部 URL 外部 URL
https://some-dapp.xyz references/risk-domain-detection.md:14 中危 外部 URL 外部 URL
https://suspicious-defi.xyz references/risk-domain-detection.md:42 中危 钱包地址 加密货币钱包地址
0x6982508145454Ce325dDbE47a25d4ec3d2311933 references/risk-token-detection.md:130 中危 钱包地址 加密货币钱包地址
0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00 references/risk-token-detection.md:131 中危 钱包地址 加密货币钱包地址
0xdAC17F958D2ee523a2206206994597C13D831ec7 references/risk-token-detection.md:145 目录结构
5 文件 · 31.0 KB · 648 行 Markdown 5f · 648L
├─
▾
references
│ ├─
risk-approval-monitoring.md
Markdown
│ ├─
risk-domain-detection.md
Markdown
│ ├─
risk-token-detection.md
⚠
Markdown
│ └─
risk-transaction-detection.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
onchainos-skills | latest (dynamic) | GitHub releases | 否 | Dynamic 'latest' tag resolution; SHA256 verification performed |
安全亮点
✓ SHA256 verification of downloaded installer and binary before execution
✓ Comprehensive documentation of all behaviors in SKILL.md - no hidden functionality detected
✓ Fail-safe principle: blocks transactions if security scan fails
✓ Risk action priority rule clearly defined (block > warn > safe)
✓ Reference files document all risk item types and interpretations
✓ No obfuscation, base64 payloads, or anti-analysis patterns found
✓ References are pure documentation with no executable code
✓ No credential harvesting or sensitive file access detected
✓ No direct IP network requests or C2 communication patterns