Scan Report
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.
Use with caution
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Remote installer download and execution Supply Chain | SKILL.md:19 |
| Medium | Dynamic 'latest' version resolution Supply Chain | SKILL.md:15 |
| Low | onchainos binary scope exceeds security scanning Sensitive Access | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:curl GitHub API, raw.githubusercontent.com downloads |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:sh /tmp/onchainos-install.sh |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:Downloads to /tmp, installs to ~/.local/bin, stores cache in ~/.onchain… |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md:Integrates with okx-agentic-wallet for wallet operations |
| Environment | NONE | NONE | — | No env access detected in reference files or SKILL.md |
7 findings
Medium External URL 外部 URL
https://web3.okx.com SKILL.md:8 Medium External URL 外部 URL
https://web3.okx.com/onchain-os/dev-portal SKILL.md:71 Medium External URL 外部 URL
https://some-dapp.xyz references/risk-domain-detection.md:14 Medium External URL 外部 URL
https://suspicious-defi.xyz references/risk-domain-detection.md:42 Medium Wallet Address 加密货币钱包地址
0x6982508145454Ce325dDbE47a25d4ec3d2311933 references/risk-token-detection.md:130 Medium Wallet Address 加密货币钱包地址
0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00 references/risk-token-detection.md:131 Medium Wallet Address 加密货币钱包地址
0xdAC17F958D2ee523a2206206994597C13D831ec7 references/risk-token-detection.md:145 File Tree
5 files · 31.0 KB · 648 lines 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
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
onchainos-skills | latest (dynamic) | GitHub releases | No | Dynamic 'latest' tag resolution; SHA256 verification performed |
Security Positives
✓ 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