扫描报告
0 /100
flyai-travel-chat
智能旅行规划助手,支持周末出游、家庭旅行、蜜月规划等场景,能记住用户偏好并提供个性化推荐
This is a pure Markdown documentation-only skill for a travel planning assistant with no executable code, scripts, or binary files. All described capabilities are limited to text-based search, user preference storage, and web fetching—no dangerous operations detected.
可以安装
No action needed. This skill is safe to use as described.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares read access to ~/.flyai/user-profile.md for user profile stora… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares fetch_content for web access; flyai CLI commands make outbound… |
| 命令执行 | NONE | NONE | — | No shell commands executed by this skill—flyai CLI is invoked by the host platfo… |
| 环境变量 | NONE | NONE | — | No environment variable access described |
| 技能调用 | NONE | NONE | — | No cross-skill invocation capability described |
| 剪贴板 | NONE | NONE | — | No clipboard access described |
| 浏览器 | NONE | NONE | — | No browser automation described |
| 数据库 | NONE | NONE | — | No database access described |
3 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ reference/core-workflow.md:22 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 目录结构
18 文件 · 79.5 KB · 2564 行 Markdown 18f · 2564L
├─
▾
reference
│ ├─
ai-search.md
Markdown
│ ├─
core-workflow.md
Markdown
│ ├─
examples.md
Markdown
│ ├─
exploration-framework.md
Markdown
│ ├─
flyai-commands.md
Markdown
│ ├─
keyword-search.md
Markdown
│ ├─
memory-system.md
Markdown
│ ├─
personas.md
Markdown
│ ├─
scenarios.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
│ ├─
tools.md
Markdown
│ └─
user-profile-storage.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure Markdown documentation package—no executable code, scripts, or binaries present
✓ All capabilities (user profile storage, search, web fetch) are declared in SKILL.md and match implementation
✓ No credential harvesting, sensitive path access (besides the benign ~/.flyai/user-profile.md), or environment variable enumeration
✓ No obfuscation, base64-encoded payloads, or reverse shell behavior
✓ No external data exfiltration channels detected
✓ No supply chain risk—all 18 files are Markdown with no dependencies
✓ NODE_TLS_REJECT_UNAUTHORIZED=0 usage is a well-known FlyAI CLI environment configuration issue, not malicious
✓ User profile storage to ~/.flyai/ is scoped to the skill's own data directory, not a credential or secret path