model-usage
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/model_usage.pyinvokes thecodexbarCLI tool usingsubprocess.check_outputto fetch cost data. Arguments are passed as a list and the provider name is validated against a whitelist of expected values, which prevents shell injection. - [EXTERNAL_DOWNLOADS]: The skill metadata in
SKILL.mdincludes instructions to install thecodexbarCLI from a third-party Homebrew repository. This is a legitimate dependency required for the skill's functionality. - [DATA_EXFILTRATION]: The skill is documented to read local usage logs from configuration directories such as
~/.codex/and~/.config/claude/. This data access is necessary for the skill's purpose, and no patterns indicating the external transmission of this data were found.
Audit Metadata