youtube-voice-summarizer
Transforms YouTube videos into concise podcast-style voice summaries using advanced text-to-speech technology.
Install this skill
or
64/100
Security score
The youtube-voice-summarizer skill was audited on Feb 9, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 52
Curl to non-GitHub URL
SourceSKILL.md
| 52 | curl -s -X POST http://127.0.0.1:3050/api/summarize \ |
medium line 62
Curl to non-GitHub URL
SourceSKILL.md
| 62 | curl -s http://127.0.0.1:3050/api/status/JOB_ID |
medium line 102
Curl to non-GitHub URL
SourceSKILL.md
| 102 | curl -s -X POST http://127.0.0.1:3050/api/summarize \ |
medium line 115
Curl to non-GitHub URL
SourceSKILL.md
| 115 | curl -s -X POST http://127.0.0.1:3050/api/quick-summary \ |
low line 32
Access to .env file
SourceSKILL.md
| 32 | cp .env.example .env |
low line 33
Access to .env file
SourceSKILL.md
| 33 | # Add your API keys to .env |
medium line 127
Access to .env file
SourceSKILL.md
| 127 | - Ensure BASE_URL in .env is publicly accessible |
low line 41
External URL reference
SourceSKILL.md
| 41 | | ElevenLabs | Text-to-speech | https://elevenlabs.io | |
low line 42
External URL reference
SourceSKILL.md
| 42 | | Supadata | YouTube transcripts | https://supadata.ai | |
low line 43
External URL reference
SourceSKILL.md
| 43 | | OpenRouter | AI summarization | https://openrouter.ai | |
low line 52
External URL reference
SourceSKILL.md
| 52 | curl -s -X POST http://127.0.0.1:3050/api/summarize \ |
low line 62
External URL reference
SourceSKILL.md
| 62 | curl -s http://127.0.0.1:3050/api/status/JOB_ID |
low line 98
External URL reference
SourceSKILL.md
| 98 | User: "Summarize this: https://www.youtube.com/watch?v=dQw4w9WgXcQ" |
low line 102
External URL reference
SourceSKILL.md
| 102 | curl -s -X POST http://127.0.0.1:3050/api/summarize \ |
low line 104
External URL reference
SourceSKILL.md
| 104 | -d '{"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","length":"short","voice":"podcast"}' |
low line 115
External URL reference
SourceSKILL.md
| 115 | curl -s -X POST http://127.0.0.1:3050/api/quick-summary \ |
Scanned on Feb 9, 2026
View Security Dashboard