扫描报告
20 /100
okx-dex-trenches
Meme token research skill for pump.fun and similar launchpads - scanning tokens, developer reputation, bundle detection, co-investor tracking
Legitimate OKX Onchain OS meme token research skill with documented pre-flight checks including SHA256 verification for remote binary downloads; no malicious behavior detected.
可以安装
Skill is safe for use. Ensure onchainos binary downloads are coming from the legitimate okx/onchainos-skills repository and consider pinning the installer version in sensitive environments.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Undeclared path access 供应链 | SKILL.md:25 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:56 - curl to GitHub API |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:63 - sh /tmp/onchainos-install.sh |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:61 - downloads to /tmp/, installs to ~/.local/bin/ |
2 项发现
中危 外部 URL 外部 URL
https://web3.okx.com SKILL.md:8 中危 外部 URL 外部 URL
https://web3.okx.com/onchain-os/dev-portal SKILL.md:71 目录结构
2 文件 · 29.9 KB · 548 行 Markdown 2f · 548L
├─
▾
references
│ └─
cli-reference.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
onchainos | latest (dynamic) | github/okx | 否 | Binary downloaded from GitHub releases, SHA256-verified before execution |
安全亮点
✓ SHA256 verification of installer before execution (lines 57-63)
✓ Binary integrity check against checksums.txt per version (lines 76-86)
✓ Transparent pre-flight checks documented in full detail
✓ No obfuscation or base64-encoded commands
✓ All CLI operations documented and aligned with skill description
✓ Error handling for rate limits and region restrictions
✓ Reference to legitimate OKX developer portal for API keys