扫描报告
5 /100
valuescan-skill
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。
ValueScan cryptocurrency analysis skill with legitimate API wrapper behavior — all capabilities declared, credentials used only for HMAC signing, no shell execution, no exfiltration.
可以安装
No action needed. Skill is safe for deployment.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Reference files marked sensitive are example data only | references/base/token-detail.json:1 |
| 提示 | IOCs are all legitimate vendor resources | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | script/sdk/vs_api_sign.js:20 reads ~/.openclaw/credentials/valuescan.json |
| 网络访问 | READ | READ | ✓ 一致 | script/sdk/vs_api_sign.js:54-60 sends POST requests only to https://api.valuesca… |
| 命令执行 | NONE | NONE | — | No subprocess, exec, or shell command invocations found in any file |
| 环境变量 | NONE | NONE | — | No iteration over process.env or os.environ for secrets |
| 凭证 | READ | READ | ✓ 一致 | SKILL.md declares api_key and secret_key; used solely for HMAC-SHA256 request si… |
8 项发现
中危 外部 URL 外部 URL
https://www.valuescan.ai SKILL.md:8 中危 外部 URL 外部 URL
https://api.valuescan.io/api/open/v1 SKILL.md:158 中危 外部 URL 外部 URL
https://www.valuescan.ai/dev-portal/home/ SKILL.md:170 中危 外部 URL 外部 URL
https://claw.valuescan.io SKILL.md:284 中危 钱包地址 加密货币钱包地址
3M219KR5vEneNb47ewrPfWyb5jQ2DjxRP6 references/chain/balance-trend.json:27 中危 钱包地址 加密货币钱包地址
34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo references/chain/holders.json:52 中危 外部 URL 外部 URL
https://api.valuescan.io script/sdk/vs_api_sign.js:11 提示 邮箱 邮箱地址
[email protected] SKILL.md:18 目录结构
30 文件 · 105.9 KB · 2076 行 JSON 27f · 1628L
Markdown 2f · 329L
JavaScript 1f · 119L
├─
▾
references
│ ├─
▾
ai
│ │ ├─
chance-coin-list.json
JSON
│ │ ├─
chance-coin-messages.json
JSON
│ │ ├─
funds-coin-list.json
JSON
│ │ ├─
funds-coin-messages.json
JSON
│ │ ├─
risk-coin-list.json
JSON
│ │ └─
risk-coin-messages.json
JSON
│ ├─
▾
base
│ │ ├─
kline.json
JSON
│ │ ├─
token-detail.json
⚠
JSON
│ │ └─
token-list.json
⚠
JSON
│ ├─
▾
category
│ │ ├─
category-list.json
JSON
│ │ └─
category-tokens.json
⚠
JSON
│ ├─
▾
chain
│ │ ├─
balance-trend.json
JSON
│ │ ├─
hold-trend.json
JSON
│ │ ├─
holders.json
JSON
│ │ ├─
large-trade.json
JSON
│ │ ├─
profit-loss-trend.json
JSON
│ │ └─
trade-count-trend.json
JSON
│ ├─
▾
fund
│ │ ├─
coin-flow.json
JSON
│ │ ├─
cost.json
JSON
│ │ ├─
fund-snapshot.json
JSON
│ │ ├─
marketcap-ratio.json
JSON
│ │ └─
realtime-fund.json
JSON
│ ├─
▾
indicator
│ │ ├─
dense-area.json
JSON
│ │ ├─
price-market.json
JSON
│ │ └─
sentiment.json
JSON
│ └─
enums.json
JSON
├─
▾
script
│ └─
▾
sdk
│ ├─
README.md
Markdown
│ └─
vs_api_sign.js
JavaScript
├─
_meta.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
node (built-in) | 16+ | runtime | 否 | No external dependencies — only Node.js built-in modules (crypto, fs, path, os, url, fetch) |
安全亮点
✓ No shell execution, subprocess, or command injection vectors
✓ No base64 decoding, eval(), or dynamic code execution
✓ No curl|bash or wget|sh remote script execution
✓ No iteration over os.environ for credential harvesting
✓ No access to ~/.ssh, ~/.aws, .env, or other sensitive paths
✓ Credentials declared in SKILL.md and used only for HMAC-SHA256 signing
✓ SDK uses only Node.js built-in modules (crypto, fs, path, os, url, fetch)
✓ All network requests restricted to declared base URL https://api.valuescan.io
✓ No external pip/npm dependencies — only standard library
✓ Comprehensive API documentation with all endpoints declared
✓ SKILL.md explicitly states credentials are not exfiltrated