Scan Report
25 /100
instagram-video-downloader
Download Instagram videos, Reels, and IGTV in HD quality via savefbs.com API
A legitimate Instagram video downloader with minor documentation inconsistency (local usage tracking contradicts 'no data collection' claim) but no malicious behavior detected.
Safe to install
Review the 'no data collection' claim in SKILL.md to accurately reflect local usage tracking. Otherwise safe to use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Local usage tracking contradicts 'no data collection' claim Doc Mismatch | scripts/fetch_ig_video.py:47 |
| Low | Missing permission declaration Priv Escalation | scripts/fetch_ig_video.py:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✓ Aligned | scripts/fetch_ig_video.py:53-54 writes to ~/.openclaw/skills/ |
| Network | READ | READ | ✓ Aligned | scripts/fetch_ig_video.py:79-93 POSTs to savefbs.com API |
| Shell | NONE | NONE | — | No shell execution detected |
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.instagram.com/reel/DTpT3fIkiPr/ SKILL.md:59 Medium Wallet Address 加密货币钱包地址
0xA4195EeFF370c003C5C775BE4C3f350022666305 scripts/fetch_ig_video.py:23 Medium External URL 外部 URL
https://pay.request.network/ scripts/fetch_ig_video.py:24 File Tree
2 files · 9.4 KB · 304 lines Python 1f · 191L
Markdown 1f · 113L
├─
▾
scripts
│ └─
fetch_ig_video.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | not declared | import | No | Standard HTTP library, no version pinning |
Security Positives
✓ No malicious behavior detected (no reverse shell, no C2, no credential theft)
✓ Network requests only to the documented savefbs.com API
✓ Uses standard requests library - no obfuscation or suspicious patterns
✓ No hidden functionality beyond stated purpose
✓ Local data storage only - no exfiltration of user data
✓ Payment integration uses Request Network (legitimate crypto payment service)