azure-speech-to-text-rest-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation and examples recommend using the requests and aiohttp Python libraries for network communication.
- [COMMAND_EXECUTION]: Code snippets demonstrate how to perform authenticated POST requests to official Azure Cognitive Services subdomains (*.stt.speech.microsoft.com).
- [DATA_EXFILTRATION]: The skill reads local audio files to transmit their content to Azure for transcription. This behavior is documented and targets a well-known, trusted service provider.
- [CREDENTIALS_UNSAFE]: No hardcoded API keys or secrets were found. The skill correctly utilizes environment variables such as AZURE_SPEECH_KEY and AZURE_SPEECH_REGION for secure credential management.
Audit Metadata