Scan Report
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.
Safe to install
Consider documenting the NODE_TLS_REJECT_UNAUTHORIZED=0 security trade-off and pinning the CLI version for production use.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | SSL Certificate Verification Disabled Sensitive Access | reference/flyai-commands.md:3 |
| Low | Unpinned npm Dependency Supply Chain | SKILL.md:142 |
| Low | Home Directory File Access Sensitive Access | reference/user-profile-storage.md:42 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | WRITE | ✓ Aligned | SKILL.md line 187 - create_file tool mentioned |
| Network | READ | READ | ✓ Aligned | FlyAI CLI commands in SKILL.md line 150-166 |
| Shell | WRITE | WRITE | ✓ Aligned | npm install and flyai commands in SKILL.md line 141-144 |
| Environment | NONE | NONE | — | No os.environ access found |
| Skill Invoke | READ | READ | ✓ Aligned | search_memory/update_memory tools |
| Clipboard | NONE | NONE | — | No clipboard access found |
| Browser | NONE | NONE | — | No browser automation found |
| Database | NONE | NONE | — | No database access found |
4 findings
Medium External URL 外部 URL
https://nodejs.org/ SKILL.md:143 Medium External URL 外部 URL
https://registry.npmmirror.com SKILL.md:145 Medium External URL 外部 URL
https://img.alicdn.com/... reference/references/search-hotel.md:44 Medium External URL 外部 URL
https://img.alicdn.com/tfscom/... reference/references/search-poi.md:32 File Tree
16 files · 47.2 KB · 1613 lines 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
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@fly-ai/flyai-cli | latest | npm | No | Version not pinned - supply chain risk |
Security Positives
✓ 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