Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/robertoecf/adversarial-review/claude-md)<a href="https://agentmods.dev/instructions/robertoecf/adversarial-review/claude-md"><img src="https://agentmods.dev/badge/instructions/robertoecf/adversarial-review/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01599 | $0.01599 |
| Opus 5 | $0.00800 | $0.00800 |
| Sonnet 5 | $0.00320 | $0.00320 |
| Haiku 4.5 | $0.00160 | $0.00160 |
Grade B, and why
adversarial-review CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **`forced_login_method = "chatgpt"`** must be in `~/.codex/config.toml` for How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - Claude Code directives
Plugin: adversarial-review v0.9.4
Cross-host adversarial review for coding workflows. Detects which agent host the SKILL.md is running under and routes review to another model family. Claude code reviews use direct-xAI Grok 4.5 first, while Claude plan reviews use Codex Luna first. Codex-host routing is author-aware: Codex-authored artifacts use the Pi Grok chain first, while Grok-authored artifacts use Codex Luna first. Grok and Pi hosts use Codex first. Each route has explicit secondary providers, then a quality-first Antigravity Claude, Gemini, and GPT ladder, then degraded host-self with explicit warning.
v0.9.4 adds author-aware Codex routing through ADVERSARIAL_REVIEW_AUTHOR
and changes the Antigravity default to Gemini 3.7 Flash High. It also accepts
Antigravity's tabular model catalog and falls through on empty provider output.
The previous
release replaced the OpenCode Go fallback with DeepSeek V4 Flash xhigh and
kept the Luna reviewer at max effort. v0.9.1 originally made Gemini 3.6 Flash
High the first Antigravity candidate. Routing
policy 2026-07-23 makes Grok 4.5, xAI's frontier model, the sole direct-xAI
model at high effort. v0.9.0 routes direct Moonshot review to Kimi K3 xhigh
and adds quota-aware Antigravity failover across providers. v0.8.2 pinned every Codex reviewer
invocation to GPT-5.6 Luna with read-only sandboxing.
v0.8.1 added a mandatory simplicity
counterfactual to plan and code reviews:
hold required behavior and safety fixed, then challenge YAGNI, false seams,
duplicate ownership, missed in-repo reuse, and unnecessary machinery. Existing
canonical Effect implementations count as reuse evidence; Effect and lower LOC
are never goals by themselves.
Architecture
- Single source of truth:
skills/<name>/SKILL.md. Same file for both hosts. - Cross-host routing lives in
lib/call-external.sh. Skills NEVER callcodex exec,claude -p,grok -p, orpi -pdirectly. They pipe prompts into the lib script. - Host detection in
lib/detect-host.sh(override -> env -> PPID walk). - Anti-recursion:
ADVERSARIAL_REVIEW_DEPTHenv counter incremented at each cross-agent hop; refuse on≥ 1. - Main session does the synthesis. No haiku Agent courier subagent. The
agent reading the SKILL.md runs
lib/call-external.sh, runs its own independent analysis, cross-validates, returns unified output. - Degraded mode when all externals fail: stdout banner
⚠️ DEGRADED MODE, exit 2 fromcall-external.sh, surfaced at the top of skill output.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 116 lines · 1,599 tokens per session scan B e70ff493b964
adversarial-review CLAUDE.md is an instructions file published in the GitHub repository robertoecf/adversarial-review (8 stars, last pushed 23d ago), licensed MIT. It adds 1,599 tokens to every session, about $0.0080 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
river-review GEMINI.md
Gemini CLI instructions for s977043/river-review, covering gemini instructions (river-review), 必須チェック, gemini-specific tips, prompt assembly and development tips.
AI-Prompt-Guide-MCP CLAUDE.md
Claude Code instructions for Blakeem/AI-Prompt-Guide-MCP, a project described as: Deprecated. MCP server and Claude Code plugin with task driven agent orchestration workflows, guides, markdown knowledge graphs, with intelligent context injection.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.