azure-ai-vision-imageanalysis-java
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download the official Microsoft Azure AI Vision client library (
com.azure:azure-ai-vision-imageanalysis) from the Maven central repository. - [SAFE]: The skill demonstrates secure credential handling by using environment variables (
VISION_KEY,VISION_ENDPOINT) and theDefaultAzureCredentialmanaged identity provider instead of hardcoding sensitive secrets. - [SAFE]: Network operations are restricted to communicating with official, well-known Azure AI services endpoints (
cognitiveservices.azure.com). - [SAFE]: File system access is limited to reading local image files for analysis purposes, which is the primary function of the skill.
Audit Metadata