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.pyscript performs authenticated GET requests tohttps://api.venice.ai/api/v1/modelsandhttps://api.venice.ai/api/v1/models/traitsto 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 standardcurlcommands 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 viaos.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