扫描报告
18 /100
flyai-persuade-ta
旅行提案生成器,帮用户生成一份用真实数据说服伴侣/老板/爸妈/朋友的旅行方案
This travel proposal generator skill presents minimal security risk with only minor operational security concerns around SSL bypass practices and unpinned dependencies.
可以安装
Consider documenting the NODE_TLS_REJECT_UNAUTHORIZED=0 security trade-off and pinning the CLI version for production use.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | SSL Certificate Verification Disabled 敏感访问 | reference/flyai-commands.md:3 |
| 低危 | Unpinned npm Dependency 供应链 | SKILL.md:142 |
| 低危 | Home Directory File Access 敏感访问 | reference/user-profile-storage.md:42 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | SKILL.md line 187 - create_file tool mentioned |
| 网络访问 | READ | READ | ✓ 一致 | FlyAI CLI commands in SKILL.md line 150-166 |
| 命令执行 | WRITE | WRITE | ✓ 一致 | npm install and flyai commands in SKILL.md line 141-144 |
| 环境变量 | NONE | NONE | — | No os.environ access found |
| 技能调用 | READ | READ | ✓ 一致 | search_memory/update_memory tools |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser automation found |
| 数据库 | NONE | NONE | — | No database access found |
4 项发现
中危 外部 URL 外部 URL
https://nodejs.org/ SKILL.md:143 中危 外部 URL 外部 URL
https://registry.npmmirror.com SKILL.md:145 中危 外部 URL 外部 URL
https://img.alicdn.com/... reference/references/search-hotel.md:44 中危 外部 URL 外部 URL
https://img.alicdn.com/tfscom/... reference/references/search-poi.md:32 目录结构
16 文件 · 47.2 KB · 1613 行 Markdown 16f · 1613L
├─
▾
reference
│ ├─
▾
references
│ │ ├─
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
│ ├─
flyai-commands.md
Markdown
│ ├─
persuasion-templates.md
Markdown
│ ├─
scenario-templates.md
Markdown
│ ├─
self-learning.md
Markdown
│ ├─
tools.md
Markdown
│ ├─
user-profile-storage.md
Markdown
│ └─
value-proposition.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest | npm | 否 | Version not pinned - supply chain risk |
安全亮点
✓ No credential harvesting or token theft observed
✓ No base64-encoded or obfuscated code found
✓ No network requests to suspicious external IPs
✓ No ~/.ssh, ~/.aws, or .env file access
✓ No reverse shell, C2, or data exfiltration behavior
✓ No subprocess execution beyond declared FlyAI CLI tool
✓ No hidden functionality - all features are documented
✓ No prompt injection or jailbreak instructions