azure-ai-translation-document-py
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [Secure Credential Handling]: The skill follows security best practices by demonstrating the use of environment variables for endpoints and keys. It explicitly discourages hardcoding credentials and recommends using
DefaultAzureCredentialfor Entra ID (formerly Azure AD) authentication. - [Trusted Dependencies]: The skill uses official, well-known libraries from the Azure SDK for Python (
azure-ai-translation-document,azure-identity). These are legitimate vendor resources and do not pose a supply chain risk in this context. - [External Data Processing]: The skill processes documents for translation from local files and Azure Blob Storage. This represents a standard use case for translation services; users should ensure that source containers are protected with appropriately scoped Shared Access Signature (SAS) tokens as recommended in the documentation.
- [Communication Security]: All network operations are directed at official Azure endpoints (
cognitiveservices.azure.comandblob.core.windows.net), ensuring data is transmitted to verified cloud services.
Audit Metadata