扫描报告
45 /100
flyai-transit-tour
中转不浪费攻略助手 - 帮用户把中转等待变成免费旅行,找到中转能玩的航班方案
Skill declares no permissions but workflow.md requires shell:WRITE for npm install, filesystem access to ~/.flyai/, and contains TLS bypass with undeclared external dependencies.
谨慎使用
SKILL.md must be updated to declare shell:WRITE (npm install -g), filesystem:WRITE (~/.flyai/), and filesystem:READ (~/.flyai/) permissions. Pin FlyAI CLI to a specific version instead of @latest.
安全发现 5 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Undeclared shell execution in workflow 文档欺骗 | reference/workflow.md:11 |
| 高危 | Undeclared filesystem access for user profile storage 文档欺骗 | reference/user-profile-storage.md:55 |
| 中危 | Unpinned dependency version 供应链 | reference/workflow.md:11 |
| 中危 | TLS verification bypass 敏感访问 | reference/workflow.md:17 |
| 低危 | Reference files contain executable patterns 文档欺骗 | reference/workflow.md:36 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✗ 越权 | reference/workflow.md:11 - npm install -g @fly-ai/flyai-cli |
| 文件系统 | NONE | WRITE | ✗ 越权 | reference/user-profile-storage.md - mkdir -p ~/.flyai, write ~/.flyai/user-profi… |
| 文件系统 | NONE | READ | ✗ 越权 | reference/user-profile-storage.md - read ~/.flyai/user-profile.md |
| 网络访问 | NONE | READ | ✗ 越权 | reference/workflow.md:11 - downloads CLI from registry.npmjs.org |
4 项发现
中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 中危 外部 URL 外部 URL
https://nodejs.org/ reference/workflow.md:19 中危 外部 URL 外部 URL
https://registry.npmmirror.com reference/workflow.md:21 目录结构
13 文件 · 33.4 KB · 1035 行 Markdown 13f · 1035L
├─
▾
reference
│ ├─
ai-search.md
Markdown
│ ├─
airport-guide.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
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest (unpinned) | npm registry.npmjs.org | 否 | No version pinning - could fetch malicious updates |
安全亮点
✓ No executable scripts (Python, JS, shell) present - only Markdown documentation
✓ No credential harvesting or environment variable iteration observed
✓ No base64-encoded payloads or obfuscation techniques detected
✓ No sensitive path access (no ~/.ssh, ~/.aws, .env access)
✓ No reverse shell, C2 communication, or data exfiltration patterns
✓ No supply chain typosquatting detected (package name is descriptive)