扫描报告
5 /100
flyai-trip-checker
行程体检员——验证已有行程方案,输出体检报告
Pure Markdown documentation skill for travel itinerary validation with no executable code. All declared capabilities are appropriate for the documented use case.
可以安装
This skill is safe to use. No action required. The shell/npm references are purely in documentation context for installing a legitimate CLI tool.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External URL references in documentation 文档欺骗 | SKILL.md:48 |
| 低危 | User profile file path access 敏感访问 | reference/user-profile-storage.md:44 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:130 - reads ~/.flyai/user-profile.md |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:46 - npm install documented |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:55-65 - FlyAI CLI search commands |
4 项发现
中危 外部 URL 外部 URL
https://registry.npmmirror.com SKILL.md:48 中危 外部 URL 外部 URL
https://a.feizhu.com/xxxxx SKILL.md:111 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/references/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/references/search-poi.md:32 目录结构
13 文件 · 39.7 KB · 1257 行 Markdown 13f · 1257L
├─
▾
reference
│ ├─
▾
references
│ │ ├─
ai-search.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
│ ├─
example.md
Markdown
│ ├─
output-template.md
Markdown
│ ├─
scoring-rules.md
Markdown
│ └─
user-profile-storage.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill - no executable code present
✓ All capabilities properly declared in SKILL.md
✓ No credential harvesting or data exfiltration
✓ No obfuscation or base64 encoded content
✓ User profile storage is opt-in with consent
✓ References only legitimate external services (npm registry, Alibaba travel)
✓ No suspicious network behavior beyond documented FlyAI CLI usage