Scan Report
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.
Safe to install
This skill is safe to use. No action required. The shell/npm references are purely in documentation context for installing a legitimate CLI tool.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | External URL references in documentation Doc Mismatch | SKILL.md:48 |
| Low | User profile file path access Sensitive Access | reference/user-profile-storage.md:44 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:130 - reads ~/.flyai/user-profile.md |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:46 - npm install documented |
| Network | READ | READ | ✓ Aligned | SKILL.md:55-65 - FlyAI CLI search commands |
4 findings
Medium External URL 外部 URL
https://registry.npmmirror.com SKILL.md:48 Medium External URL 外部 URL
https://a.feizhu.com/xxxxx SKILL.md:111 Medium External URL 外部 URL
https://img.alicdn.com/... reference/references/search-hotel.md:44 Medium External URL 外部 URL
https://img.alicdn.com/tfscom/... reference/references/search-poi.md:32 File Tree
13 files · 39.7 KB · 1257 lines 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
Security Positives
✓ 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