Scan Report
10 /100
quick-music
轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。
A simple music search tool that makes HTTP requests to two declared APIs and prints results — no malicious behavior, shell execution, credential access, or hidden functionality detected.
Safe to install
The skill is safe to use. The sole IOC (IP 146.0.0.0) is a false positive: it is part of the Chrome browser version string in the User-Agent header, not a hard-coded C2 IP. No action required.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | API endpoints not declared in SKILL.md | scripts/quick-music.js:9 |
| Info | Pre-scan IOC is a false positive | scripts/quick-music.js:24 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | scripts/quick-music.js — no fs module imported or used |
| Network | NONE | READ | ✓ Aligned | scripts/quick-music.js:9-10 — fetch() calls to two external APIs; not declared i… |
| Shell | NONE | NONE | — | scripts/quick-music.js — no child_process or exec usage |
| Environment | NONE | NONE | — | No os.environ access in the script |
| Skill Invoke | NONE | NONE | — | No inter-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
1 High 3 findings
High IP Address 硬编码 IP 地址
146.0.0.0 scripts/quick-music.js:24 Medium External URL 外部 URL
https://kw-api.cenguigui.cn/ scripts/quick-music.js:9 Medium External URL 外部 URL
https://api.xcvts.cn/api/music/migu scripts/quick-music.js:10 File Tree
2 files · 5.1 KB · 159 lines JavaScript 1f · 118L
Markdown 1f · 41L
├─
▾
scripts
│ └─
quick-music.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ Zero dependencies as advertised — no npm packages or external libraries imported
✓ No shell execution or command injection vectors
✓ No credential or environment variable access
✓ No file system operations
✓ No obfuscation, base64, or eval patterns
✓ Code behavior matches the SKILL.md description (music search + play URL retrieval)
✓ No sensitive file paths (~/.ssh, ~/.aws, .env) accessed