Skip to main content

speech-to-text

Transcribes audio to text using Whisper models, enabling accurate transcription for meetings, podcasts, and subtitles.

Install this skill

or
88/100

Security score

The speech-to-text skill was audited on May 13, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 11

External URL reference

SourceSKILL.md
11Transcribe audio to text via [inference.sh](https://inference.sh) CLI.
low line 13

External URL reference

SourceSKILL.md
13![Speech-to-Text](https://cloud.inference.sh/u/4mg21r6ta37mpaz6ktzwtt8krr/01jz025e88nkvw55at1rqtj5t8.png)
low line 22

External URL reference

SourceSKILL.md
22belt app run infsh/fast-whisper-large-v3 --input '{"audio_url": "https://audio.mp3"}'
low line 39

External URL reference

SourceSKILL.md
39belt app run infsh/fast-whisper-large-v3 --input '{"audio_url": "https://meeting.mp3"}'
low line 48

External URL reference

SourceSKILL.md
48# "audio_url": "https://podcast.mp3",
low line 59

External URL reference

SourceSKILL.md
59"audio_url": "https://french-audio.mp3",
low line 68

External URL reference

SourceSKILL.md
68belt app run infsh/video-audio-extractor --input '{"video_url": "https://video.mp4"}' > audio.json
low line 79

External URL reference

SourceSKILL.md
79"audio_url": "https://video.mp4",
low line 85

External URL reference

SourceSKILL.md
85"video_url": "https://video.mp4",
low line 137

External URL reference

SourceSKILL.md
137- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI
low line 138

External URL reference

SourceSKILL.md
138- [Audio Transcription Example](https://inference.sh/docs/examples/audio-transcription) - Complete transcription guide
low line 139

External URL reference

SourceSKILL.md
139- [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem
Scanned on May 13, 2026
View Security Dashboard
Installation guide →