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 Mar 8, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 9

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
45# "audio_url": "https://podcast.mp3",
low line 56

External URL reference

SourceSKILL.md
56"audio_url": "https://french-audio.mp3",
low line 65

External URL reference

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

External URL reference

SourceSKILL.md
76"audio_url": "https://video.mp4",
low line 82

External URL reference

SourceSKILL.md
82"video_url": "https://video.mp4",
low line 128

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
130- [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem
Scanned on Mar 8, 2026
View Security Dashboard