{
  "entry": {
    "kind": "agent",
    "slug": "codex-app",
    "name": "Codex App",
    "vendor": "OpenAI",
    "description": "OpenAI desktop coding agent with parallel tasks and computer use",
    "website": "https://openai.com/codex",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "desktop-app",
    "configFiles": [
      {
        "id": "codex-app-config",
        "description": "Shared configuration with CLI (TOML)",
        "scope": "global",
        "format": "toml",
        "paths": {
          "win32": "${USERPROFILE}\\.codex\\config.toml",
          "darwin": "${HOME}/.codex/config.toml",
          "linux": "${HOME}/.codex/config.toml"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp_servers",
            "format": "object"
          },
          "env-vars"
        ]
      },
      {
        "id": "codex-app-instructions",
        "description": "Global agent instructions",
        "scope": "global",
        "format": "markdown",
        "paths": {
          "win32": "${USERPROFILE}\\.codex\\AGENTS.md",
          "darwin": "${HOME}/.codex/AGENTS.md",
          "linux": "${HOME}/.codex/AGENTS.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "codex-app-instructions-override",
        "description": "Global agent instructions override (preferred over AGENTS.md)",
        "scope": "global",
        "format": "markdown",
        "paths": {
          "win32": "${USERPROFILE}\\.codex\\AGENTS.override.md",
          "darwin": "${HOME}/.codex/AGENTS.override.md",
          "linux": "${HOME}/.codex/AGENTS.override.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "codex-app-hooks",
        "description": "Lifecycle hooks shared with Codex CLI",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.codex\\hooks.json",
          "darwin": "${HOME}/.codex/hooks.json",
          "linux": "${HOME}/.codex/hooks.json"
        },
        "extractors": [
          "hooks"
        ]
      },
      {
        "id": "codex-app-auth",
        "description": "Plaintext credential storage shared with CLI",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.codex\\auth.json",
          "darwin": "${HOME}/.codex/auth.json",
          "linux": "${HOME}/.codex/auth.json"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "codex-app-plugin-manifest",
        "description": "Codex plugin manifests (per cached plugin)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\plugins\\cache\\*\\*\\*\\.codex-plugin\\plugin.json",
          "darwin": "${HOME}/.codex/plugins/cache/*/*/*/.codex-plugin/plugin.json",
          "linux": "${HOME}/.codex/plugins/cache/*/*/*/.codex-plugin/plugin.json"
        },
        "extractors": [
          "plugin-manifest"
        ]
      },
      {
        "id": "codex-app-plugin-mcp",
        "description": "MCP servers bundled with installed Codex plugins",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\plugins\\cache\\*\\*\\*\\.mcp.json",
          "darwin": "${HOME}/.codex/plugins/cache/*/*/*/.mcp.json",
          "linux": "${HOME}/.codex/plugins/cache/*/*/*/.mcp.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "codex-app-plugin-skill",
        "description": "Skills bundled inside installed Codex plugins",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\plugins\\cache\\*\\*\\*\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.codex/plugins/cache/*/*/*/skills/*/SKILL.md",
          "linux": "${HOME}/.codex/plugins/cache/*/*/*/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "plugin"
          }
        ]
      },
      {
        "id": "codex-app-user-skill",
        "description": "Personal Codex skills (~/.agents/skills/)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.agents\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.agents/skills/*/SKILL.md",
          "linux": "${HOME}/.agents/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "codex-app-user-subagent",
        "description": "User-defined subagents (~/.codex/agents/*.toml)",
        "scope": "global",
        "format": "toml",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\agents\\*.toml",
          "darwin": "${HOME}/.codex/agents/*.toml",
          "linux": "${HOME}/.codex/agents/*.toml"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp_servers",
            "format": "object"
          },
          "env-vars"
        ]
      },
      {
        "id": "codex-app-user-rules",
        "description": "User-level Starlark rules (~/.codex/rules/*.rules)",
        "scope": "global",
        "format": "markdown",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\rules\\*.rules",
          "darwin": "${HOME}/.codex/rules/*.rules",
          "linux": "${HOME}/.codex/rules/*.rules"
        },
        "extractors": [
          "codex-rules"
        ]
      },
      {
        "id": "codex-app-model-catalog",
        "description": "Custom model catalogs (~/.codex/model-catalogs/*.json)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.codex\\model-catalogs\\*.json",
          "darwin": "${HOME}/.codex/model-catalogs/*.json",
          "linux": "${HOME}/.codex/model-catalogs/*.json"
        },
        "extractors": [
          "env-vars"
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}