node9 with Codex CLI

Control modelhooks + MCPSees every tool callyesPrompt scanningyes

node9 sees every tool call Codex CLI makes, through a pre-execution hook, and governs its MCP servers too. A risky action is allowed, sent to you for review, or blocked before it runs.

Codex gets the same pre-tool gate as Claude Code.

SurfaceHow node9 is wiredWhat it does
Every tool callPreToolUse hook in ~/.codex/hooks.jsonallow / review / block before the tool runs
Pasted promptsUserPromptSubmit hookprompt secret scan
Every tool resultPostToolUse hookaudit record; verified against real Codex sessions
MCP serversmcp_servers in ~/.codex/config.toml are wrappedper-tool allow / review / block

Headless codex exec runs the same hooks. Verified with a nonce probe against the real trusted-hooks config: both the pre and post hook fired.

Set it up

node9 agents add codex

node9 init does this for every agent it detects on the machine. Either command is safe to re-run; it repairs a hook that an agent update removed and leaves everything else alone.

What is not covered

  • Cost is not tracked for Codex. node9 report cost figures are Claude Code only today.
  • Tool output is observed, not gated (same as Claude Code).

Verify it on this machine

node9 doctor                                   # is the hook (or MCP wrap) actually in place?
node9 explain Bash 'cat ~/.ssh/id_rsa'         # shows the verdict the live hook enforces: BLOCK

node9 explain prints the exact rule that fires and where the decision came from. If doctor says the agent is not wired, the guard is not running, whatever the config looks like.

Every agent, side by side

node9 wires into twelve agents and the depth differs. The coverage matrix shows all of them in one table, including which ones node9 cannot see the shell of.