azure-ai-vision-imageanalysis-py
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Standard SDK Implementation: The skill correctly utilizes the
azure-ai-vision-imageanalysispackage, which is the official client library provided by Microsoft for interacting with Azure's vision services. - Recommended Authentication Flows: The documentation prioritizes
DefaultAzureCredential, allowing for secure authentication through Entra ID. This approach avoids the risks associated with static API keys by leveraging managed identities and token-based access. - Secure Secret Management: For scenarios where API keys are used, the skill demonstrates best practices by retrieving them from environment variables via
os.environ, explicitly advising against hardcoding sensitive strings within the source code. - Input Data Handling: The skill processes image data from provided URLs or local files. While this is the intended functionality of a computer vision tool, users should follow standard security protocols when handling content from untrusted external sources.
Audit Metadata