扫描报告
0 /100
flyai-destination-pk
目的地PK对比助手,帮助用户在2-3个纠结的目的地之间快速做出选择
This is a legitimate travel destination comparison skill with no executable code, only documentation. All bash operations are documented CLI invocations for the @fly-ai/flyai-cli package.
可以安装
No action needed. This skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: reads ~/.flyai/user-profile.md for user preferences |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: documents npm install -g @fly-ai/flyai-cli and flyai CLI commands |
| 网络访问 | NONE | NONE | — | No network calls; relies on local CLI which handles its own API calls |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
4 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ reference/core-workflow.md:19 中危 外部 URL 外部 URL
https://registry.npmmirror.com reference/core-workflow.md:21 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 目录结构
13 文件 · 31.8 KB · 1025 行 Markdown 13f · 1025L
├─
▾
reference
│ ├─
ai-search.md
Markdown
│ ├─
core-workflow.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
│ ├─
tools.md
Markdown
│ └─
user-profile-storage.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - only markdown documentation files
✓ All shell commands are explicitly documented CLI invocations for the @fly-ai/flyai-cli package
✓ npm install uses official npm registry with a versioned package reference
✓ File system access is limited to user's own profile at ~/.flyai/user-profile.md
✓ No credential harvesting, data exfiltration, or obfuscation observed
✓ No base64, eval, or dynamic code execution patterns
✓ No suspicious network patterns or IP addresses