azure-ai-translation-text-py
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
azure-ai-translation-textpackage, which is an official library provided by Microsoft via the public PyPI registry. - [CREDENTIALS_UNSAFE]: The documentation correctly instructs users to manage sensitive information using environment variables (
AZURE_TRANSLATOR_KEY,AZURE_TRANSLATOR_REGION) rather than hardcoding credentials. It also recommends using Entra ID (DefaultAzureCredential) for more secure authentication. - [SAFE]: All code examples demonstrate standard usage of the Azure SDK for text translation, language detection, and dictionary lookups without any suspicious network operations, obfuscation, or privilege escalation.
Audit Metadata