扫描报告
55 /100
tiktok-video-downloader
Download TikTok videos without watermark in HD quality
The skill claims transparency and 'no data collection' but performs undeclared filesystem writes to track user usage data in ~/.openclaw, creating a directory and usage.json file without disclosure.
谨慎使用
Do not use. The skill contains significant doc-to-code mismatches: claims no data collection while writing user tracking data to home directory. Payment integration with crypto wallet is also undisclosed. If used, run in sandboxed environment with no access to sensitive paths.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | False claim of 'no data collection' 文档欺骗 | scripts/fetch_tiktok_video.py:30 |
| 高危 | Undeclared crypto payment integration 文档欺骗 | scripts/fetch_tiktok_video.py:23 |
| 中危 | Undeclared filesystem WRITE to home directory 权限提升 | scripts/fetch_tiktok_video.py:38 |
| 低危 | Misleading 'open source' claim 文档欺骗 | SKILL.md:30 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✗ 越权 | scripts/fetch_tiktok_video.py:30-31 - creates ~/.openclaw/skills/tiktok-video-do… |
| 网络访问 | READ | READ | ✓ 一致 | Scripts make POST requests to savefbs.com API as declared |
5 项发现
中危 外部 URL 外部 URL
https://savefbs.com SKILL.md:8 中危 外部 URL 外部 URL
https://savefbs.com/pricing SKILL.md:18 中危 外部 URL 外部 URL
https://www.tiktok.com/@username/video/1234567890 SKILL.md:59 中危 钱包地址 加密货币钱包地址
0xA4195EeFF370c003C5C775BE4C3f350022666305 scripts/fetch_tiktok_video.py:23 中危 外部 URL 外部 URL
https://pay.request.network/ scripts/fetch_tiktok_video.py:24 目录结构
2 文件 · 9.5 KB · 309 行 Python 1f · 191L
Markdown 1f · 118L
├─
▾
scripts
│ └─
fetch_tiktok_video.py
Python
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Version not pinned - could fetch any version |
安全亮点
✓ No reverse shell or command execution to attacker-controlled infrastructure
✓ No credential theft or API key harvesting detected
✓ No base64 or obfuscated code execution
✓ No attempts to access ~/.ssh, ~/.aws, or other sensitive credential paths
✓ Network requests only go to declared domain (savefbs.com)
✓ Uses legitimate payment service (Request Network) for monetization