youtube-transcript
中风险 · 63 评分:63/100
作者:xthezealot | 审计时间:2026-02-05T09:18:25.242Z | 规则集:0.1.0
技能介绍
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube'…
✨ Python dependencies installation
✨ WireGuard VPN configuration (required for cloud VPS)
✨ Troubleshooting common errors
✨ Alternative proxy options
使用场景
1 Workflow automation
2 Data transformation
3 System integration
安全审计
中风险 · 63
摘要
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
风险画像
关键风险 0 项
暂无 LLM 风险要点(LLM 未启用或无缓存)。
确定性发现(证据)
| 规则 | 严重性 | 文件 | 片段 |
|---|---|---|---|
| PROC_EXEC | high | skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py 行 32 | result = subprocess.run( |
| PROC_EXEC | high | skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py 行 48 | subprocess.run(["wg-quick", "up", VPN_INTERFACE], capture_output=True, timeout=10) |
| PROC_EXEC | high | skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py 行 49 | subprocess.run( |
| NET_HTTP_REQUEST | medium | skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py 行 83 | transcript = api.fetch(video_id, languages=languages) |
| NET_HTTP_REQUEST | medium | skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py 行 91 | resp = requests.get( |