扫描报告
5 /100
flyai-flight-calendar
机票低价日历助手,帮助时间弹性的用户找到最便宜的出发日期
Pure documentation skill providing a flight price calendar assistant; all operations are documented and legitimate travel search functionality.
可以安装
No action required. This is a documentation-only skill with no malicious behavior.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned npm package version 供应链 | SKILL.md:65 |
| 低危 | Undeclared network access 文档欺骗 | SKILL.md:88 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Reads ~/.flyai/user-profile.md |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: npm install and flyai CLI commands |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md: search_memory, update_memory, ask_user_question |
| 网络访问 | NONE | READ | ✓ 一致 | CLI commands make network requests via @fly-ai/flyai-cli |
6 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ reference/core-workflow.md:19 中危 外部 URL 外部 URL
https://registry.npmmirror.com reference/core-workflow.md:21 中危 外部 URL 外部 URL
https://a.feizhu.com/xxxxx reference/core-workflow.md:109 中危 外部 URL 外部 URL
https://a.feizhu.com/yyyyy reference/examples.md:43 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 目录结构
13 文件 · 31.9 KB · 995 行 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
安全亮点
✓ 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