OpenAI Codex CLI ↗
OpenAI Codex CLI is an officially published AI tool from OpenAI. Anomity scores its risk at 10 out of 100 (low).
Analysis summary
OpenAI Codex CLI is an officially published AI tool from OpenAI. Anomity scores its risk at 10 out of 100 (low).
OpenAI terminal coding agent with sandboxed execution
Why this entry scored 10 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.
Findings
-
Published by the vendor Trust offset
Configuration surface
Files this AI tool reads on the host. Anything written here changes what the agent does next.
-
codex-global-configglobal tomlGlobal configuration (TOML)- win32
${USERPROFILE}\.codex\config.toml - darwin
${HOME}/.codex/config.toml - linux
${HOME}/.codex/config.toml
- win32
-
codex-managed-system-configglobal tomlSystem config layer (below user config)- darwin
/etc/codex/config.toml - linux
/etc/codex/config.toml
- darwin
-
codex-managed-prefsglobal plistMDM machine policy (macOS managed preferences, base64 TOML payloads) -
codex-managed-requirementsglobal tomlAdmin-enforced requirements (allowed approval policies / sandbox modes)- win32
${PROGRAMDATA}\OpenAI\Codex\requirements.toml - darwin
/etc/codex/requirements.toml - linux
/etc/codex/requirements.toml
- win32
-
codex-managed-defaultsglobal tomlManaged default settings (user-writable on Windows — claimed, not enforced)- win32
${USERPROFILE}\.codex\managed_config.toml - darwin
/etc/codex/managed_config.toml - linux
/etc/codex/managed_config.toml
- win32
-
codex-user-profilesglobal tomlNamed profile configs layered over the base user config -
codex-global-instructionsglobal markdownGlobal agent instructions- win32
${USERPROFILE}\.codex\AGENTS.md - darwin
${HOME}/.codex/AGENTS.md - linux
${HOME}/.codex/AGENTS.md
- win32
-
codex-global-instructions-overrideglobal markdownGlobal agent instructions override (preferred over AGENTS.md)- win32
${USERPROFILE}\.codex\AGENTS.override.md - darwin
${HOME}/.codex/AGENTS.override.md - linux
${HOME}/.codex/AGENTS.override.md
- win32
-
codex-project-configproject tomlProject-level configuration- win32
${PROJECT}\.codex\config.toml - darwin
${PROJECT}/.codex/config.toml - linux
${PROJECT}/.codex/config.toml
- win32
-
codex-project-instructionsproject markdownProject-level agent instructions- win32
${PROJECT}\AGENTS.md - darwin
${PROJECT}/AGENTS.md - linux
${PROJECT}/AGENTS.md
- win32
-
codex-project-instructions-overrideproject markdownProject-level agent instructions override (preferred over AGENTS.md)- win32
${PROJECT}\AGENTS.override.md - darwin
${PROJECT}/AGENTS.override.md - linux
${PROJECT}/AGENTS.override.md
- win32
-
codex-global-hooksglobal jsonGlobal lifecycle hooks (PreToolUse / PostToolUse / SessionStart / etc.)- win32
${USERPROFILE}\.codex\hooks.json - darwin
${HOME}/.codex/hooks.json - linux
${HOME}/.codex/hooks.json
- win32
-
codex-project-hooksproject jsonProject-level lifecycle hooks- win32
${PROJECT}\.codex\hooks.json - darwin
${PROJECT}/.codex/hooks.json - linux
${PROJECT}/.codex/hooks.json
- win32
-
codex-authglobal jsonPlaintext credential storage (when cli_auth_credentials_store="file")- win32
${USERPROFILE}\.codex\auth.json - darwin
${HOME}/.codex/auth.json - linux
${HOME}/.codex/auth.json
- win32
-
codex-plugin-manifestglobal jsonCodex plugin manifests (per cached plugin) -
codex-plugin-mcpglobal jsonMCP servers bundled with installed Codex plugins -
codex-plugin-hooksglobal jsonLifecycle hooks bundled with installed Codex plugins -
codex-plugin-skillglobal markdown-frontmatterSkills bundled inside installed Codex plugins -
codex-user-skillglobal markdown-frontmatterPersonal Codex skills (~/.agents/skills/) -
codex-home-skillglobal markdown-frontmatterPersonal Codex skills in the Codex home itself (~/.codex/skills/) — the sibling of ~/.agents/skills that newer Codex builds read -
codex-project-skillproject markdown-frontmatterProject-scope Codex skills (.agents/skills/) -
codex-user-subagentglobal tomlUser-defined subagents (~/.codex/agents/*.toml) -
codex-project-subagentproject tomlProject-scoped subagents (.codex/agents/*.toml) -
codex-user-rulesglobal markdownUser-level Starlark rules (~/.codex/rules/*.rules) -
codex-project-rulesproject markdownProject-level Starlark rules (.codex/rules/*.rules) -
codex-model-catalogglobal jsonCustom model catalogs (~/.codex/model-catalogs/*.json)