azure-speech-to-text-rest-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with official Microsoft Azure Cognitive Services endpoints for speech recognition and token issuance.
- [CREDENTIALS_UNSAFE]: Security best practices are followed by using environment variables (
AZURE_SPEECH_KEYandAZURE_SPEECH_REGION) for authentication, avoiding the use of hardcoded secrets. - [COMMAND_EXECUTION]: The code performs standard HTTP network operations using the
requestsandaiohttplibraries to reach well-known cloud service domains. - [DATA_EXFILTRATION]: Audio data is transmitted only to the user-configured Azure endpoints for the purpose of transcription.
Audit Metadata