Scan Report
0 /100
youtube-subtitle-extractor
Tải phụ đề (SRT/VTT/TXT) từ video YouTube bằng yt-dlp
纯字幕下载工具,代码简洁,声明与行为完全一致,无任何恶意行为。
Safe to install
可直接使用。该技能功能单一,仅使用 yt-dlp 下载 YouTube 字幕,无风险。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/extract_subtitles.py:27 创建 Youtube_Subtitles 目录 |
| Network | READ | READ | ✓ Aligned | scripts/extract_subtitles.py:57 subprocess调用yt-dlp访问YouTube |
| Shell | NONE | WRITE | ✓ Aligned | scripts/extract_subtitles.py:57 subprocess调用仅用于执行yt-dlp |
1 findings
Medium External URL 外部 URL
https://youtu.be/xxxx SKILL.md:52 File Tree
2 files · 5.8 KB · 153 lines Python 1f · 84L
Markdown 1f · 69L
├─
▾
scripts
│ └─
extract_subtitles.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
yt-dlp | * | pip | No | 运行时通过系统PATH调用,未在脚本内锁定版本 |
Security Positives
✓ 代码简洁清晰,易于审查
✓ 文档描述与实际代码行为完全一致
✓ 无凭证访问、无数据外泄
✓ 无混淆代码、无隐藏功能
✓ subprocess调用符合声明用途(执行yt-dlp)