venice-text-routing

Pass

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The scripts/refresh_routing.py script performs authenticated GET requests to https://api.venice.ai/api/v1/models and https://api.venice.ai/api/v1/models/traits to synchronize local model metadata. These are legitimate operations targeting the vendor's official API for the stated purpose of the skill.
  • [COMMAND_EXECUTION]: The skill documents the use of a Python script (scripts/refresh_routing.py) and standard curl commands for interacting with the Venice API. The script uses only Python standard libraries (urllib, json, argparse) and does not invoke arbitrary shell commands or subprocesses.
  • [CREDENTIALS_UNSAFE]: The documentation and script reference the use of VENICE_API_KEY. The script correctly retrieves this from the environment via os.environ.get("VENICE_API_KEY") and does not include any hardcoded secrets. The documentation correctly advises users to export the key to their environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 30, 2026, 12:57 PM
Security Audit — agent-trust-hub — venice-text-routing