model-routing
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
refresh-aa-model-profiles.pyscript fetches model performance data fromartificialanalysis.ai. This is a recognized industry service for benchmarking AI models, and the data is parsed as JSON rather than executed as code. - [COMMAND_EXECUTION]: The
tests/test_refresh_cli.pysuite utilizessubprocess.runto call the local data refresh script. This is a standard and safe practice for unit testing CLI tools, and the execution is restricted to the local Python environment.
Audit Metadata