azure-ai-vision-imageanalysis-java
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- Official Library Integration: The skill uses official Microsoft packages, specifically
com.azure:azure-ai-vision-imageanalysis. This ensures that the code interacts with trusted services through well-maintained and secure libraries. - Safe Authentication Patterns: Instructions and examples prioritize
DefaultAzureCredentialand environment variable lookups. This approach is a standard security best practice to avoid hardcoding credentials in source code. - Explicit Security Guidance: The included acceptance criteria specifically flag hardcoded credentials as an anti-pattern, reinforcing secure development practices for users of the skill.
- Controlled Network Access: Network operations are restricted to official Azure service endpoints, such as
cognitiveservices.azure.com, which is the expected behavior for this SDK's functionality.
Audit Metadata