azure-ai-contentunderstanding-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs and uses the
azure-ai-contentunderstandingpackage. This is an official, versioned SDK provided by Microsoft for Azure AI services and is retrieved from public package registries. - [CREDENTIALS_UNSAFE]: The implementation follows security best practices for Azure integration by using
DefaultAzureCredentialfrom theazure-identitylibrary. This approach avoids hardcoded secrets by automatically attempting to retrieve credentials from environment variables, managed identities, or development tools. - [DATA_EXFILTRATION]: Network operations are limited to communicating with the user's specified Azure Cognitive Services endpoint. All data transmission occurs over HTTPS and requires valid authentication via Azure's identity framework.
- [COMMAND_EXECUTION]: No arbitrary command execution or shell injection vulnerabilities were detected. The scripts use standard SDK methods for interacting with the Azure API.
Audit Metadata