This plugin launches Codex from Claude Code through a local stdio MCP server. The default execution mode is intentionally conservative:
- Codex runs with
--sandbox read-only. - Codex uses non-interactive
approval_policy="never". - Prompts are sent over stdin instead of command-line arguments.
- Custom nested subagents are written to a temporary Codex home and cleaned up after the run.
Please report security issues through GitHub Security Advisories for this repository. If advisories are not available, open an issue with a minimal description and avoid posting secrets, tokens, private logs, or sensitive project contents.
Do not include API keys, OAuth tokens, local auth files, Claude/Codex account output, .env files, or machine-specific private paths in issues or pull requests. The test suite uses a fake Codex binary for portable CI coverage.