venice-embeddings
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation for the Venice AI embeddings service. It provides guidance on making requests to 'api.venice.ai', which is the vendor's own official domain.
- [SAFE]: Security best practices are followed for credential management by demonstrating the use of environment variables (e.g., '$VENICE_API_KEY' and 'process.env.VENICE_API_KEY') instead of hardcoding sensitive secrets.
- [SAFE]: The provided code snippets utilize the well-known and trusted 'openai' library for Node.js, which is standard for interacting with compatible embedding endpoints.
Audit Metadata