扫描报告
15 /100
twitter-video-downloader
推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载
Legitimate Twitter video downloader using yt-dlp with no malicious behavior detected - functionality matches documentation exactly.
可以安装
This skill is safe to use. No security concerns identified. The --output parameter allows arbitrary paths which is standard for download tools.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Configurable output directory 权限提升 | scripts/download.sh:31 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares tools capability; scripts write to $HOME/Downloads/ |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares WebFetch equivalent; yt-dlp accesses Twitter/X URLs |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Shell scripts execute yt-dlp for video downloads |
19 项发现
中危 外部 URL 外部 URL
https://savetwitter.net README.md:5 中危 外部 URL 外部 URL
https://x.com/user/status/1234567890 README.md:34 中危 外部 URL 外部 URL
http://127.0.0.1:7890 README.md:43 中危 外部 URL 外部 URL
http://127.0.0.1:10809 README.md:48 中危 外部 URL 外部 URL
https://x.com/user1/status/123 README.md:68 中危 外部 URL 外部 URL
https://x.com/user2/status/456 README.md:69 中危 外部 URL 外部 URL
https://x.com/user/status/123 README.md:75 中危 外部 URL 外部 URL
http://127.0.0.1:7897 README.md:85 中危 外部 URL 外部 URL
http://127.0.0.1:6152 README.md:88 中危 外部 URL 外部 URL
https://twitter.com/username/status/1234567890 README.md:120 中危 外部 URL 外部 URL
https://x.com/username/status/1234567890 README.md:121 中危 外部 URL 外部 URL
https://mobile.twitter.com/username/status/1234567890 README.md:122 中危 外部 URL 外部 URL
https://x.com/elonmusk/status/1234567890 README.md:206 中危 外部 URL 外部 URL
https://x.com/user1/status/111 README.md:233 中危 外部 URL 外部 URL
https://x.com/user2/status/222 README.md:234 中危 外部 URL 外部 URL
https://x.com/user3/status/333 README.md:235 中危 外部 URL 外部 URL
https://clawhub.ai README.md:252 中危 外部 URL 外部 URL
https://x.com/user3/status/789 SKILL.md:67 中危 外部 URL 外部 URL
https://x.com/user/status/123\ scripts/download.sh:57 目录结构
5 文件 · 17.7 KB · 733 行 Markdown 2f · 415L
Shell 3f · 318L
├─
▾
scripts
│ ├─
batch-download.sh
Shell
│ ├─
download.sh
Shell
│ └─
info.sh
Shell
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
yt-dlp | * | external binary | 否 | Required external dependency, not included in package |
ffmpeg | * | external binary | 否 | Required external dependency, not included in package |
安全亮点
✓ Uses only yt-dlp and ffmpeg - well-known legitimate open-source tools
✓ No credential harvesting or sensitive data access
✓ No base64 encoding or obfuscation detected
✓ No network requests to unexpected external hosts
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Documentation accurately describes all functionality
✓ Scripts have proper error handling with set -e
✓ URL validation prevents command injection via URL parameters
✓ Output is saved to user-controlled Downloads directory (standard behavior)