Scan Report
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.
Safe to install
No action needed. Skill is safe for deployment.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | Reference files marked sensitive are example data only | references/base/token-detail.json:1 |
| Info | IOCs are all legitimate vendor resources | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | script/sdk/vs_api_sign.js:20 reads ~/.openclaw/credentials/valuescan.json |
| Network | READ | READ | ✓ Aligned | script/sdk/vs_api_sign.js:54-60 sends POST requests only to https://api.valuesca… |
| Shell | NONE | NONE | — | No subprocess, exec, or shell command invocations found in any file |
| Environment | NONE | NONE | — | No iteration over process.env or os.environ for secrets |
| credential | READ | READ | ✓ Aligned | SKILL.md declares api_key and secret_key; used solely for HMAC-SHA256 request si… |
8 findings
Medium External URL 外部 URL
https://www.valuescan.ai SKILL.md:8 Medium External URL 外部 URL
https://api.valuescan.io/api/open/v1 SKILL.md:158 Medium External URL 外部 URL
https://www.valuescan.ai/dev-portal/home/ SKILL.md:170 Medium External URL 外部 URL
https://claw.valuescan.io SKILL.md:284 Medium Wallet Address 加密货币钱包地址
3M219KR5vEneNb47ewrPfWyb5jQ2DjxRP6 references/chain/balance-trend.json:27 Medium Wallet Address 加密货币钱包地址
34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo references/chain/holders.json:52 Medium External URL 外部 URL
https://api.valuescan.io script/sdk/vs_api_sign.js:11 Info Email 邮箱地址
[email protected] SKILL.md:18 File Tree
30 files · 105.9 KB · 2076 lines 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
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
node (built-in) | 16+ | runtime | No | No external dependencies — only Node.js built-in modules (crypto, fs, path, os, url, fetch) |
Security Positives
✓ 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