扫描报告
15 /100
flyai-packing-list
场景化智能行李清单生成器。根据目的地、出行日期、出行目的和同行人,结合 FlyAI 实时搜索目的地信息,生成个性化分类行李清单
Purely documentation-based skill with no executable code. Minor security concern around NODE_TLS_REJECT_UNAUTHORIZED=0 usage, but this is documented and necessary for FlyAI CLI functionality in certain network environments.
可以安装
Accept for use. Consider documenting the TLS bypass rationale and ensuring FlyAI CLI is from a trusted source.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | User profile file access 敏感访问 | reference/user-profile-storage.md:45 |
| 低危 | TLS verification bypass documented 供应链 | SKILL.md:82 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Reads ~/.flyai/user-profile.md for user preferences |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: Calls FlyAI CLI for search operations |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Executes npm install and flyai commands via shell |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: Sets NODE_TLS_REJECT_UNAUTHORIZED=0 environment variable |
4 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ SKILL.md:57 中危 外部 URL 外部 URL
https://registry.npmmirror.com SKILL.md:59 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/search-poi.md:32 目录结构
11 文件 · 25.8 KB · 888 行 Markdown 11f · 888L
├─
▾
reference
│ ├─
ai-search.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
安全亮点
✓ Pure documentation skill with no executable code (100% Markdown files)
✓ All declared capabilities align with inferred capabilities
✓ No credential harvesting or data exfiltration detected
✓ No obfuscation techniques present
✓ No access to sensitive system paths (~/.ssh, ~/.aws, .env)
✓ No base64-encoded payloads or eval() calls
✓ No reverse shell or C2 communication patterns
✓ User profile storage is appropriate for a travel assistant skill