Scan Report
20 /100
flyai-instant-departure
极限出发助手——X小时内能到哪?不是"想去哪搜机票",而是"就现在出发,最快能到哪"。
Pure Markdown documentation package with no executable code - all capabilities (shell commands, file access, network requests) are clearly documented in SKILL.md and reference files.
Safe to install
Approve for use. The documented NODE_TLS_REJECT_UNAUTHORIZED=0 bypass is a minor concern but is explicitly declared. No hidden functionality detected.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documented SSL certificate bypass Doc Mismatch | reference/workflow.md:48 |
| Low | Accesses user home directory Sensitive Access | reference/user-profile-storage.md:52 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:16 - reads ~/.flyai/user-profile.md |
| Network | READ | READ | ✓ Aligned | SKILL.md:5-6 - uses search-flight, search-hotel, search-poi APIs |
| Shell | WRITE | WRITE | ✓ Aligned | workflow.md:10 - npm install -g @fly-ai/flyai-cli |
| Environment | READ | READ | ✓ Aligned | workflow.md:48 - NODE_TLS_REJECT_UNAUTHORIZED=0 |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md:15 - search_memory, update_memory, ask_user_question |
5 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:19 Medium External URL 外部 URL
https://registry.npmmirror.com reference/workflow.md:21 Medium External URL 外部 URL
https://www.fliggy.com/xxx reference/workflow.md:182 File Tree
12 files · 30.0 KB · 961 lines Markdown 12f · 961L
├─
▾
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
│ ├─
user-profile-storage.md
Markdown
│ └─
workflow.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - purely Markdown documentation
✓ All capabilities clearly documented in SKILL.md
✓ No obfuscation or base64-encoded payloads
✓ No credential harvesting or data exfiltration
✓ No reverse shell or C2 communication patterns
✓ User profile storage is optional and declared
✓ External URLs are documented reference links only