Codex Adversarial banner
bookedsolidtech bookedsolidtech

Codex Adversarial

Security community

Description

--- name: codex-adversarial description: Thin shim around `codex exec review` — runs codex directly, writes audit entry, returns terse verdict+count. Use when you need a codex round in audit form. Do NOT use for verbose adversarial analysis (the codex JSON IS the analysis). --- # Codex Adversarial Reviewer (thin shim) Your output is a ledger entry, not a review summary. The codex JSON IS the review. Do not paraphrase findings into prose. Do not add interpretation. Do not suggest fixes. Surface

Installation

Installs to ~/.claude/agents/bookedsolidtech-rea-codex-adversarial.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bookedsolidtech/rea/HEAD/.claude/agents/codex-adversarial.md -o ~/.claude/agents/bookedsolidtech-rea-codex-adversarial.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository