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
66/100

Security score

The speech-to-text skill was audited on May 30, 2026 and we found 16 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 16

Piping content to sh shell

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 16

Curl to non-GitHub URL

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
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 16

External URL reference

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
low line 18

External URL reference

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

External URL reference

SourceSKILL.md
21> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elev
low line 35

External URL reference

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

External URL reference

SourceSKILL.md
44# "audio_url": "https://podcast.mp3",
low line 55

External URL reference

SourceSKILL.md
55"audio_url": "https://french-audio.mp3",
low line 64

External URL reference

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

External URL reference

SourceSKILL.md
75"audio_url": "https://video.mp4",
low line 81

External URL reference

SourceSKILL.md
81"video_url": "https://video.mp4",
low line 127

External URL reference

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

External URL reference

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

External URL reference

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