Scan Report
0 /100
flyai-destination-substitute
平替旅行家——想去A太贵?帮你找平替!AI理解用户向往某个目的地的核心体验元素,然后在更近/更便宜的目的地中找到能提供相似体验的平替方案。
A legitimate Chinese travel planning skill (平替旅行家) that helps users find budget alternatives to expensive destinations. Contains only markdown documentation with no executable code.
Safe to install
No action required. The skill is safe to use as documented.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ+WRITE | ✓ Aligned | reference/user-profile-storage.md:62 - writes to ~/.flyai/user-profile.md |
| Shell | NONE | EXEC | ✓ Aligned | reference/workflow.md:4 - npm install -g @fly-ai/flyai-cli; reference/tools.md:1… |
| Network | NONE | READ | ✓ Aligned | reference/workflow.md:21 - registry.npmjs.org for npm packages only |
| Environment | NONE | NONE | — | No os.environ access detected |
4 findings
Medium External URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 Medium External URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 Medium External URL 外部 URL
https://nodejs.org/ reference/workflow.md:19 Medium External URL 外部 URL
https://registry.npmmirror.com reference/workflow.md:21 File Tree
14 files · 34.1 KB · 1068 lines Markdown 14f · 1068L
├─
▾
reference
│ ├─
ai-search.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
│ ├─
self-learning.md
Markdown
│ ├─
tools.md
Markdown
│ ├─
user-profile-storage.md
Markdown
│ └─
workflow.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Contains only markdown documentation files with no executable code
✓ All filesystem operations are explicitly documented (user profile storage in ~/.flyai/)
✓ CLI tool usage (FlyAI) is fully documented with installation commands
✓ No credential theft, data exfiltration, or obfuscation techniques present
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ NODE_TLS_REJECT_UNAUTHORIZED=0 flag documented as workaround for internal API
✓ User data remains local without external transmission
✓ No hidden functionality or documentation mismatch