扫描报告
12 /100
fanli
商品转链与跨平台比价助手
Legitimate shopping assistant skill for converting product links to affiliate links and comparing prices across platforms. All capabilities are documented and aligned with expected behavior.
可以安装
Safe to use. The skill requires FX_AI_API_KEY for fenxiang-ai platform authentication and sends product links to an external API for processing, which is expected functionality.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation inconsistency | README.md:70 |
| 提示 | External dependency on fx-base | scripts/convert.mjs:11 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | Bash(node {baseDir}/scripts/run.mjs:*) - uses spawn for Node.js script execution |
| 文件系统 | READ | READ | ✓ 一致 | Read({baseDir}/**) - reads templates and reference files |
| 网络访问 | READ | READ | ✓ 一致 | Makes API calls to api-ai-brain.fenxianglife.com - declared in SKILL.md |
| 环境变量 | READ | READ | ✓ 一致 | Accesses FX_AI_API_KEY - declared in metadata.requires.env |
10 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/ClawHub-fanli-blue README.md:3 中危 外部 URL 外部 URL
https://clawhub.ai/fangshan101-coder/fanli README.md:3 中危 外部 URL 外部 URL
https://platform.fenxiang-ai.com/docs README.md:21 中危 外部 URL 外部 URL
https://u.jd.com/xxx README.md:40 中危 外部 URL 外部 URL
https://platform.fenxiang-ai.com/ SKILL.md:24 中危 外部 URL 外部 URL
https://api-ai-brain.fenxianglife.com SKILL.md:25 中危 外部 URL 外部 URL
https://e.tb.cn/h.iWHhFu8oHNytYbb references/convert-output.md:91 中危 外部 URL 外部 URL
https://img.alicdn.com/bao/uploaded/i3/3937219703/O1CN01C9uNI52LY28zuHGyn.jpg references/convert-output.md:101 中危 外部 URL 外部 URL
https://s.click.taobao.com/na6oIkm references/convert-output.md:117 中危 外部 URL 外部 URL
https://e.tb.cn/h.xxx scripts/compare-price.mjs:34 目录结构
7 文件 · 23.0 KB · 731 行 Markdown 4f · 371L
JavaScript 3f · 360L
├─
▾
references
│ ├─
compare-price-output.md
Markdown
│ └─
convert-output.md
Markdown
├─
▾
scripts
│ ├─
compare-price.mjs
JavaScript
│ ├─
convert.mjs
JavaScript
│ └─
run.mjs
JavaScript
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
fx-base | * | local sibling directory | 否 | External library imported at runtime |
Node.js 18+ | 18+ | system | 否 | Built-in fetch API used for HTTP requests |
安全亮点
✓ All capabilities declared in SKILL.md match actual implementation
✓ No credential harvesting beyond required API key (expected for authentication)
✓ No data exfiltration beyond normal API functionality
✓ No base64, eval, or suspicious code patterns detected
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Data flow clearly documented (product links → external API)
✓ No remote script execution (curl|bash, wget|sh patterns)
✓ Error handling properly implemented with user-friendly messages