Scan Report
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.
Use with caution
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.
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| High | False claim of 'no data collection' Doc Mismatch | scripts/fetch_tiktok_video.py:30 |
| High | Undeclared crypto payment integration Doc Mismatch | scripts/fetch_tiktok_video.py:23 |
| Medium | Undeclared filesystem WRITE to home directory Priv Escalation | scripts/fetch_tiktok_video.py:38 |
| Low | Misleading 'open source' claim Doc Mismatch | SKILL.md:30 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | scripts/fetch_tiktok_video.py:30-31 - creates ~/.openclaw/skills/tiktok-video-do… |
| Network | READ | READ | ✓ Aligned | Scripts make POST requests to savefbs.com API as declared |
5 findings
Medium External URL 外部 URL
https://savefbs.com SKILL.md:8 Medium External URL 外部 URL
https://savefbs.com/pricing SKILL.md:18 Medium External URL 外部 URL
https://www.tiktok.com/@username/video/1234567890 SKILL.md:59 Medium Wallet Address 加密货币钱包地址
0xA4195EeFF370c003C5C775BE4C3f350022666305 scripts/fetch_tiktok_video.py:23 Medium External URL 外部 URL
https://pay.request.network/ scripts/fetch_tiktok_video.py:24 File Tree
2 files · 9.5 KB · 309 lines Python 1f · 191L
Markdown 1f · 118L
├─
▾
scripts
│ └─
fetch_tiktok_video.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | * | pip | No | Version not pinned - could fetch any version |
Security Positives
✓ 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