image-vision
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- Secure Credential Management: The skill utilizes environment variables for API authentication (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY). This is a standard security practice that avoids hardcoding sensitive credentials directly in the source code.
- Trusted Service Integration: Image analysis is performed through official APIs provided by well-known organizations such as Anthropic, OpenAI, and Google. The data flow is restricted to these intended services.
- Automated Resource Management: The image-vision scripts include a dedicated utility module to automatically downscale and bound image payload sizes. This serves as a performance and reliability safeguard to prevent potential issues with oversized requests to external APIs.
- Standard Dependency Handling: The included shell wrappers automate the setup of a virtual environment and the installation of necessary SDKs. These dependencies are reputable, versioned libraries fetched from official package registries.
Audit Metadata