azure-ai-vision-imageanalysis-py
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the official
azure-ai-vision-imageanalysislibrary from PyPI, which is the standard distribution channel for this Microsoft-maintained SDK. - [CREDENTIALS_UNSAFE]: The code examples correctly demonstrate the use of environment variables and the
DefaultAzureCredentialfor managing authentication, preventing the exposure of sensitive API keys within the code. - [COMMAND_EXECUTION]: The installation command
pip install azure-ai-vision-imageanalysisis the standard method for adding the necessary library to the environment. - [PROMPT_INJECTION]: The skill handles untrusted external data by performing OCR and generating captions for images from URLs or local files. This provides an entry point for indirect prompt injection, though the risk is inherent to the computer vision task and typically managed by the AI platform's secondary filters.
Audit Metadata