azure-ai-vision-imageanalysis-java

Pass

Audited by Gen Agent Trust Hub on Jun 23, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill references the official Microsoft Azure AI Vision SDK for Java through Maven (com.azure:azure-ai-vision-imageanalysis). This is a well-known library from a trusted organization.
  • [CREDENTIALS_UNSAFE]: The documentation and code samples correctly advocate for using environment variables (VISION_KEY) and Azure's managed identity system (DefaultAzureCredential) for authentication. No hardcoded secrets or sensitive credentials were found.
  • [DATA_EXFILTRATION]: The skill demonstrates processing images from both local files and remote URLs, which is the primary intended functionality of the Azure AI Vision service. No unauthorized or suspicious data movement was detected.
  • [COMMAND_EXECUTION]: The provided Java code snippets are standard SDK usage patterns for image analysis and do not involve execution of arbitrary system commands or shell scripts.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 23, 2026, 09:29 PM
Security Audit — agent-trust-hub — azure-ai-vision-imageanalysis-java