Skip to main content

azure-speech-to-text-rest-py

Transcribes short audio files to text using Azure's Speech to Text REST API in Python, enabling simple speech recognition.

Install this skill

or
91/100

Security score

The azure-speech-to-text-rest-py skill was audited on Jun 3, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 15

External URL reference

SourceSKILL.md
151. **Azure subscription** - [Create one free](https://azure.microsoft.com/free/)
low line 16

External URL reference

SourceSKILL.md
162. **Speech resource** - Create in [Azure Portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
low line 27

External URL reference

SourceSKILL.md
27AZURE_SPEECH_ENDPOINT=https://<region>.stt.speech.microsoft.com
low line 47

External URL reference

SourceSKILL.md
47url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1"
low line 146

External URL reference

SourceSKILL.md
146url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1"
low line 195

External URL reference

SourceSKILL.md
195token_url = f"https://{region}.api.cognitive.microsoft.com/sts/v1.0/issueToken"
low line 258

External URL reference

SourceSKILL.md
258url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1"
low line 308

External URL reference

SourceSKILL.md
308url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1"
low line 333

External URL reference

SourceSKILL.md
333Common language codes (see [full list](https://learn.microsoft.com/azure/ai-services/speech-service/language-support)):
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →
Rate this skill
Categorydevelopment
UpdatedSeptember 21, 2026
asnk633/MediaHive