Scan Report
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.
Safe to install
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.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Medium | SSL certificate verification bypass documented Doc Mismatch | reference/workflow.md:107 |
| Low | Unversioned npm dependency Supply Chain | reference/workflow.md:18 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md declares user profile storage; workflow.md:49-50 reads ~/.flyai/ |
| Network | READ | READ | ✓ Aligned | SKILL.md declares FlyAI search commands; calls flyai CLI API |
| Shell | NONE | NONE | — | No shell execution in skill; flyai is a CLI tool, not arbitrary command executio… |
3 findings
Medium External URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 Medium External URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 Medium External URL 外部 URL
https://nodejs.org/ reference/workflow.md:22 File Tree
14 files · 34.3 KB · 1108 lines 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
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest | npm | No | Version not pinned, uses @latest tag |
Security Positives
✓ 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