扫描报告
15 /100
flyai-travel-blindbox
旅行盲盒助手,让旅行回归「探索未知」的本质。用户设底线条件(预算、飞行时间),AI在满足条件的目的地中随机抽取一个
This is a pure-documentation travel blindbox skill with no executable code, scripts, or dependencies. All observed behavior (CLI tool invocation via npx, filesystem user-profile storage, network travel searches) is fully consistent with the declared purpose.
可以安装
No immediate action required. Consider adding explicit shell:WRITE and filesystem:WRITE declarations to SKILL.md to fully account for the npm install and ~/.flyai file operations.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Allowed-tools declaration absent 文档欺骗 | SKILL.md:1 |
| 低危 | Unpinned CLI package dependency 供应链 | reference/workflow.md:17 |
| 提示 | NODE_TLS_REJECT_UNAUTHORIZED=0 disables SSL verification 文档欺骗 | reference/workflow.md:30 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | NONE | READ | ✓ 一致 | reference/workflow.md:31 — flyai CLI makes network requests to Alibaba Fliggy AP… |
| 命令执行 | NONE | WRITE | ✓ 一致 | reference/workflow.md:17 — npm install -g @fly-ai/flyai-cli@latest; reference/wo… |
| 文件系统 | NONE | WRITE | ✓ 一致 | reference/user-profile-storage.md — writes to ~/.flyai/user-profile.md |
| 技能调用 | NONE | READ | ✓ 一致 | SKILL.md — uses search_memory, update_memory, ask_user_question tools not listed… |
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 目录结构
16 文件 · 36.5 KB · 1162 行 Markdown 16f · 1162L
├─
▾
reference
│ ├─
ai-search.md
Markdown
│ ├─
algorithm.md
Markdown
│ ├─
examples.md
Markdown
│ ├─
flight-range.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 package — zero executable code, scripts, or binaries
✓ No obfuscation patterns (base64, eval, atob) detected
✓ No credential harvesting, environment variable iteration, or sensitive path access (~/.ssh, ~/.aws, .env)
✓ No reverse shell, C2 communication, or data exfiltration patterns
✓ No prompt injection instructions or jailbreak content
✓ No typosquatting, malicious dependencies, or supply-chain attack indicators beyond version pinning
✓ All behavior (travel search, user profile storage) is contextually appropriate for the declared purpose
✓ External URLs are standard Alibaba CDN assets (img.alicdn.com), consistent with Fliggy travel API