扫描报告
20 /100
flyai-visa-timeline
签证进度规划与提醒助手 - Visa timeline planning assistant
A benign visa planning assistant with minor documentation gaps regarding shell execution requirements for npm install.
可以安装
Add explicit declaration of Bash/shell:WRITE permission requirement for npm install of the flyai-cli tool in SKILL.md. No action needed to block usage.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Shell permission not declared 文档欺骗 | reference/core-workflow.md:10 |
| 低危 | CLI tool version unpinned in npx calls 供应链 | reference/tools.md:6 |
| 提示 | External URLs in reference files not documented in SKILL.md 文档欺骗 | reference/core-workflow.md:19 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ/WRITE | READ/WRITE | ✓ 一致 | SKILL.md and user-profile-storage.md declare ~/.flyai/user-profile.md access |
| 命令执行 | NONE | WRITE | ✗ 越权 | reference/tools.md and core-workflow.md reference 'npm install -g @fly-ai/flyai-… |
| 网络访问 | NONE | READ | ✗ 越权 | flyai CLI commands make outbound network requests; external URLs in reference fi… |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 技能调用 | READ/WRITE | READ/WRITE | ✓ 一致 | user-profile-storage.md declares search_memory/update_memory usage |
4 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ reference/core-workflow.md:19 中危 外部 URL 外部 URL
https://registry.npmmirror.com reference/core-workflow.md:21 中危 外部 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.4 KB · 1048 行 Markdown 13f · 1048L
├─
▾
reference
│ ├─
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
│ ├─
tools.md
Markdown
│ └─
user-profile-storage.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest | npm | 否 | Version pinned to latest via npx - supply chain risk |
@anthropic-ai/flyai-cli | latest | npm | 否 | Version not pinned |
安全亮点
✓ No credential harvesting or sensitive data theft detected
✓ No base64-encoded commands or obfuscation patterns found
✓ No reverse shell, C2, or data exfiltration behavior
✓ Filesystem access is limited to user preference storage (~/.flyai/)
✓ All external URLs point to legitimate services (npm registries, Alibaba CDN)
✓ Skill functionality is straightforward travel planning - no hidden malicious intent
✓ User profile storage is clearly documented with dual-mode fallback