扫描报告
20 /100
flyai-companion-matcher
旅伴匹配度报告——出发前先测你们合不合适!帮助旅伴在出发前做旅行风格匹配度测试,提前发现分歧点,并给出基于真实酒店/景点数据的兼顾方案。
This is a legitimate travel companion matching skill with minor security concerns around SSL bypass instruction and unversioned npm dependency, but no malicious behavior detected.
可以安装
Consider pinning FlyAI CLI to a specific version instead of @latest, and document the security implications of NODE_TLS_REJECT_UNAUTHORIZED=0 before using it.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | SSL certificate verification bypass documented 文档欺骗 | reference/workflow.md:107 |
| 低危 | Unversioned npm dependency 供应链 | reference/workflow.md:18 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares user profile storage; workflow.md:49-50 reads ~/.flyai/ |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares FlyAI search commands; calls flyai CLI API |
| 命令执行 | NONE | NONE | — | No shell execution in skill; flyai is a CLI tool, not arbitrary command executio… |
3 项发现
中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 中危 外部 URL 外部 URL
https://nodejs.org/ reference/workflow.md:22 目录结构
14 文件 · 34.3 KB · 1108 行 Markdown 14f · 1108L
├─
▾
reference
│ ├─
ai-search.md
Markdown
│ ├─
examples.md
Markdown
│ ├─
keyword-search.md
Markdown
│ ├─
search-flight.md
Markdown
│ ├─
search-hotel.md
Markdown
│ ├─
search-marriott-hotel.md
Markdown
│ ├─
search-marriott-package.md
Markdown
│ ├─
search-poi.md
Markdown
│ ├─
search-train.md
Markdown
│ ├─
self-growth.md
Markdown
│ ├─
strategies.md
Markdown
│ ├─
user-profile-storage.md
Markdown
│ └─
workflow.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest | npm | 否 | Version not pinned, uses @latest tag |
安全亮点
✓ No credential harvesting detected - skill does not access API keys, tokens, or passwords
✓ No obfuscation or encoded commands found
✓ No network requests to suspicious external IPs
✓ No hidden functionality or undocumented behavior
✓ Documentation is comprehensive and matches implementation
✓ User profile data is local and user-controlled
✓ flyai CLI is a legitimate travel data API tool