Scan Report
5 /100
flyai-flight-calendar
机票低价日历助手,帮助时间弹性的用户找到最便宜的出发日期
Pure documentation skill providing a flight price calendar assistant; all operations are documented and legitimate travel search functionality.
Safe to install
No action required. This is a documentation-only skill with no malicious behavior.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned npm package version Supply Chain | SKILL.md:65 |
| Low | Undeclared network access Doc Mismatch | SKILL.md:88 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: Reads ~/.flyai/user-profile.md |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: npm install and flyai CLI commands |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md: search_memory, update_memory, ask_user_question |
| Network | NONE | READ | ✓ Aligned | CLI commands make network requests via @fly-ai/flyai-cli |
6 findings
Medium External URL 外部 URL
https://nodejs.org/ reference/core-workflow.md:19 Medium External URL 外部 URL
https://registry.npmmirror.com reference/core-workflow.md:21 Medium External URL 外部 URL
https://a.feizhu.com/xxxxx reference/core-workflow.md:109 Medium External URL 外部 URL
https://a.feizhu.com/yyyyy reference/examples.md:43 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 File Tree
13 files · 31.9 KB · 995 lines Markdown 13f · 995L
├─
▾
reference
│ ├─
advanced.md
Markdown
│ ├─
ai-search.md
Markdown
│ ├─
core-workflow.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
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code - no risk of hidden malicious behavior
✓ All operations are clearly documented in SKILL.md
✓ User profile data stays local, no exfiltration observed
✓ No credential harvesting or sensitive system file access
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ No prompt injection or jailbreak instructions
✓ Uses legitimate FlyAI/Fliggy API for travel data