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
| 15 | 1. **Azure subscription** - [Create one free](https://azure.microsoft.com/free/) |
low line 16
External URL reference
SourceSKILL.md
| 16 | 2. **Speech resource** - Create in [Azure Portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices) |
low line 27
External URL reference
SourceSKILL.md
| 27 | AZURE_SPEECH_ENDPOINT=https://<region>.stt.speech.microsoft.com |
low line 47
External URL reference
SourceSKILL.md
| 47 | url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1" |
low line 146
External URL reference
SourceSKILL.md
| 146 | url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1" |
low line 195
External URL reference
SourceSKILL.md
| 195 | token_url = f"https://{region}.api.cognitive.microsoft.com/sts/v1.0/issueToken" |
low line 258
External URL reference
SourceSKILL.md
| 258 | url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1" |
low line 308
External URL reference
SourceSKILL.md
| 308 | url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1" |
low line 333
External URL reference
SourceSKILL.md
| 333 | Common language codes (see [full list](https://learn.microsoft.com/azure/ai-services/speech-service/language-support)): |
Scanned on Jun 3, 2026
View Security Dashboard