azure-speech-to-text-rest-py
Audited by Gen Agent Trust Hub on Feb 13, 2026
================================================================================
🔵 VERDICT: LOW
This skill is assessed as LOW risk. The primary finding is the use of external, albeit trusted, Python libraries. No malicious patterns such as prompt injection, data exfiltration to untrusted domains, obfuscation (beyond functional API requirements), privilege escalation, or persistence mechanisms were detected. The skill correctly handles sensitive credentials via environment variables and communicates with trusted Microsoft Azure endpoints.
Total Findings: 2
🔵 LOW Findings: • Unverifiable Dependency
- SKILL.md Line 30: pip install requests • Unverifiable Dependency
- SKILL.md Line 190: aiohttp (implied by import)
ℹ️ TRUSTED SOURCE References: • https://learn.microsoft.com/azure/ai-services/speech-service/language-support
- SKILL.md Line 200: Reference to Microsoft documentation for language support. • https://learn.microsoft.com/en-us/azure/ai-services/speech-service/rest-speech-to-text-short
- references/acceptance-criteria.md Line 3: Reference to Microsoft documentation for REST API.
================================================================================