Codex Quota
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The `codex-quota.py` script is classified as suspicious due to its high-risk manipulation of sensitive authentication files. Specifically, the `update_all_accounts` function temporarily overwrites `~/.codex/auth.json` (which likely contains API keys/tokens) to switch between different Codex accounts. Although the script attempts to restore the original `auth.json` and explicitly declares this behavior in `SKILL.md` and `SETUP.md`, a crash or interruption during this process could leave the authentication file in an unintended state, potentially leading to unauthorized access to a different account or a broken configuration. There is no evidence of intentional data exfiltration, persistence, or other malicious activities.
