speech-to-text
Transcribes audio to text using ElevenLabs Scribe v2, ideal for generating subtitles and processing spoken content.
Install this skill
or
92/100
Security score
The speech-to-text skill was audited on May 23, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 47
Curl to non-GitHub URL
SourceSKILL.md
| 47 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-text" \ |
low line 213
Fetch to external URL
SourceSKILL.md
| 213 | const { token } = await fetch("/scribe-token").then((r) => r.json()); |
low line 47
External URL reference
SourceSKILL.md
| 47 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-text" \ |
low line 185
External URL reference
SourceSKILL.md
| 185 | await connection.stream_url("https://example.com/audio.mp3") |
Scanned on May 23, 2026
View Security Dashboard