扫描报告
5 /100
flyai-reverse-budget
反向穷游助手 — reverse travel planning by budget (input: budget, origin city, days → AI searches all possible destinations and generates 3-tier plans)
This is a pure-documentation skill (14 Markdown files, no executable code) that wraps a legitimate travel planning CLI. No scripts, no dependencies, no obfuscation, and no credential access observed.
可以安装
This skill is safe to use. The npm install -g command in workflow.md is a one-time CLI setup step, and NODE_TLS_REJECT_UNAUTHORIZED=0 is a common pattern for internal API tools. No action required beyond standard npm global install awareness.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | NODE_TLS_REJECT_UNAUTHORIZED=0 disables SSL verification 文档欺骗 | reference/workflow.md:86 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | reference/user-profile-storage.md reads ~/.flyai/user-profile.md (documented) |
| 网络访问 | READ | READ | ✓ 一致 | workflow.md invokes flyai CLI which makes HTTP calls to FlyAI API (documented) |
| 命令执行 | WRITE | WRITE | ✓ 一致 | workflow.md declares npm install -g @fly-ai/flyai-cli (documented CLI setup) |
| 环境变量 | NONE | NONE | — | No environment variable access observed |
| 技能调用 | READ | READ | ✓ 一致 | Uses ask_user_question, search_memory, update_memory tools (documented) |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
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 文件 · 31.7 KB · 1008 行 Markdown 14f · 1008L
├─
▾
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
安全亮点
✓ Pure Markdown documentation skill — no executable code, scripts, or binaries present
✓ No credential harvesting, no API key theft, no environment variable enumeration
✓ No base64, obfuscation, or anti-analysis techniques
✓ All external tool usage (flyai CLI, npm install) is documented in SKILL.md and reference files
✓ User profile storage is opt-in and clearly documented with user consent
✓ No supply chain risk — no package.json, requirements.txt, or dependency files
✓ No sensitive path access (no ~/.ssh, ~/.aws, .env file access)
✓ No persistence mechanisms, no reverse shell, no C2 communication
✓ All external URLs are Alibaba CDN image links — benign travel content