扫描报告
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.
可以安装
No action required. The skill is safe to use as documented.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ+WRITE | ✓ 一致 | reference/user-profile-storage.md:62 - writes to ~/.flyai/user-profile.md |
| 命令执行 | NONE | EXEC | ✓ 一致 | reference/workflow.md:4 - npm install -g @fly-ai/flyai-cli; reference/tools.md:1… |
| 网络访问 | NONE | READ | ✓ 一致 | reference/workflow.md:21 - registry.npmjs.org for npm packages only |
| 环境变量 | NONE | NONE | — | No os.environ access detected |
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 目录结构
14 文件 · 34.1 KB · 1068 行 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
安全亮点
✓ 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