Scan Report
5 /100
category-collector
Shopify 网店分类链接采集器 - 自动从导航提取真实分类层级,输出 CSV
Shopify 分类采集器,功能正常,声明与实际行为一致,无恶意指标
Safe to install
无需额外限制,可正常使用
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | 依赖版本使用语义化版本 Supply Chain | package.json:15 |
| Info | 预扫描 IP 告警误报 Doc Mismatch | collect-ajax.js:38 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | 所有脚本均为 node 脚本,通过 exec 调用 |
| Network | NONE | READ | ✓ Aligned | 通过 Playwright 访问用户指定的 Shopify 网站 |
| Filesystem | WRITE | WRITE | ✓ Aligned | 写入 CSV 和截图到用户指定目录 |
| Browser | NONE | READ | ✓ Aligned | 通过 Playwright 进行网页抓取,需要浏览器控制能力 |
1 High 8 findings
High IP Address 硬编码 IP 地址
120.0.0.0 collect-ajax.js:38 Medium External URL 外部 URL
https://shop.futvortexstore.com/ README.md:36 Medium External URL 外部 URL
https://lulumonclick-eu.shop/collections/women-women-clothes-tank-tops README.md:58 Medium External URL 外部 URL
https://shop.futvortexstore.com/collections/liverpool SKILL.md:63 Medium External URL 外部 URL
https://.../collections/premier-league/liverpool collect-correct-hover.js:299 Medium External URL 外部 URL
https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz package-lock.json:20 Medium External URL 外部 URL
https://registry.npmmirror.com/playwright/-/playwright-1.58.2.tgz package-lock.json:34 Medium External URL 外部 URL
https://registry.npmmirror.com/playwright-core/-/playwright-core-1.58.2.tgz package-lock.json:52 File Tree
12 files · 60.2 KB · 2107 lines JavaScript 7f · 1832L
Markdown 2f · 174L
JSON 3f · 101L
├─
collect-ajax.js
JavaScript
├─
collect-correct-hover.js
JavaScript
├─
collect-correct.js
JavaScript
├─
collect-improved.js
JavaScript
├─
collect.js
JavaScript
├─
debug-liverpool.js
JavaScript
├─
debug-nav.js
JavaScript
├─
package-lock.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
├─
setup.json
JSON
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
playwright | ^1.40.0 | npm | No | 无版本锁定,存在更新风险 |
Security Positives
✓ SKILL.md 声明与代码实际行为高度一致
✓ 所有脚本功能单一明确,均为网页爬取和 CSV 输出
✓ 无凭证收割、环境变量遍历、敏感路径访问
✓ 无 base64 编码、eval、远程代码执行等高危操作
✓ 无外部数据外泄行为
✓ 代码结构清晰,注释完整
✓ 硬编码路径 C:\workspace\caiji 符合 Windows 部署场景