扫描报告
15 /100
vipshop-product-search
唯品会商品搜索技能 - 在vip.com搜索商品、比价、找折扣
Legitimate VIP.com product search skill using official APIs with proper token management and no malicious indicators.
可以安装
Approve for use. The skill performs standard e-commerce product search functionality with no credential exfiltration or suspicious network behavior.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Hardcoded IP placeholder | scripts/search.py:59 |
| 提示 | Token storage in user home directory | scripts/search.py:22 |
| 提示 | Uses only Python standard library | scripts/search.py:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Executes python3 scripts/search.py |
| 文件系统 | READ | READ | ✓ 一致 | scripts/search.py: Reads ~/.vipshop-user-login/tokens.json |
| 网络访问 | READ | READ | ✓ 一致 | scripts/search.py: Makes API calls to mapi-pc.vip.com |
1 高危 9 项发现
高危 IP 地址 硬编码 IP 地址
120.0.0.0 scripts/search.py:59 中危 外部 URL 外部 URL
https://detail.vip.com/detail-1710613281-6920685689731485274.html README.md:136 中危 外部 URL 外部 URL
https://h2.appsimg.com/xxx.jpg README.md:138 中危 外部 URL 外部 URL
https://detail.vip.com/... README.md:173 中危 外部 URL 外部 URL
https://mapi-pc.vip.com/vips-mobile/rest/shopping/skill/search/product/rank README.md:410 中危 外部 URL 外部 URL
https://mapi-pc.vip.com/vips-mobile/rest/shopping/skill/product/module/list/v2 README.md:417 中危 外部 URL 外部 URL
https://www.vip.com/ scripts/search.py:62 中危 外部 URL 外部 URL
https://www.vip.com scripts/search.py:63 中危 外部 URL 外部 URL
https://detail.vip.com/detail- scripts/search.py:214 目录结构
3 文件 · 41.9 KB · 1086 行 Markdown 2f · 680L
Python 1f · 406L
├─
▾
scripts
│ └─
search.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Uses only Python standard library (urllib, json, pathlib) - no external dependencies
✓ Makes requests to official VIP.com API endpoints (mapi-pc.vip.com)
✓ Token management is standard and documented
✓ No credential exfiltration observed
✓ No base64/eval/exec patterns found
✓ No curl|bash or remote script execution
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ SKILL.md accurately declares all capabilities