azure-ai-translation-document-py
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Official Azure SDK Integration: The skill uses the
azure-ai-translation-documentandazure-identityPython packages, which are maintained by a trusted vendor and designed for secure interaction with Azure services. - Authentication Best Practices: The instructions correctly emphasize the use of
DefaultAzureCredentialfor secure, Entra ID-based authentication, avoiding the need for hardcoded secrets in production environments. - Resource Management: Code examples demonstrate the proper use of context managers to ensure that network connections and transport resources are deterministically released.
- Secure Data Handling: The skill advises the use of Shared Access Signature (SAS) tokens with minimal required permissions (least privilege) for storage access.
Audit Metadata