venice
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a comprehensive interface for Venice AI services including image, audio, and video generation. The technical implementation is transparent and aligns with the stated purpose.
- [CREDENTIALS_UNSAFE]: The skill correctly handles the Venice API key by instructing users to provide it through secure environment variable input (
VENICE_API_KEY) or the platform's BYOK (Bring Your Own Key) flow. No hardcoded credentials or unsafe storage patterns were found. - [EXTERNAL_DOWNLOADS]: The skill uses the standard
requestslibrary to communicate with the official Venice AI API endpoint athttps://api.venice.ai. This is necessary for the skill's primary functionality. - [COMMAND_EXECUTION]: No suspicious command execution or shell injection vulnerabilities were detected. Script execution is limited to standard Python logic for API interaction and file management.
Audit Metadata