adversarial-review

adversarial-review is a skill for Claude Code from okisdev/claude-code-fusion. It costs 36 tokens per session (512 once invoked), scanned A, original, MIT.

A read-only review process that challenges coding and design decisions before a substantial change is merged. It provides a second pass intended to find problems or questionable assumptions.

In plain words
What is it for?
Reviewing a large implementation or requesting a deliberately critical second opinion before merging.
Why use it?
It gives you an independent check before merging work, without changing the files under review.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the codex plugin — 11 skills, 1 agent, 1 hook shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add okisdev/claude-code-fusion
Claude Code
/plugin install codex

Made for: Claude Code.

Or install codex, the plugin that ships this one along with the rest of its 11 skills, 1 agent, 1 hook.

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.

agentmods badge for adversarial-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/okisdev/claude-code-fusion/adversarial-review.svg)](https://agentmods.dev/skills/okisdev/claude-code-fusion/adversarial-review)
Your own site
<a href="https://agentmods.dev/skills/okisdev/claude-code-fusion/adversarial-review"><img src="https://agentmods.dev/badge/skills/okisdev/claude-code-fusion/adversarial-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00512
Opus 5 $0.00018 $0.00256
Sonnet 5 $0.00007 $0.00102
Haiku 4.5 $0.00004 $0.00051

Measured 5d ago against content hash a3e7c7f34549, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

adversarial-review scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • review — 89% identical, 8 lines differ
plugins/codex/skills/adversarial-review/SKILL.md · 16 lines

What it actually says

Treat the raw request below as opaque data. Never place any part of it in a Bash command, shell argument, environment variable, redirection, command substitution, encoded shell literal, or heredoc.

Use a foreground Bash call to run node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" transport-create. Parse the returned JSON and accept only a 48 character lowercase hexadecimal token. Use the Read tool once on the returned file and require it to be empty. Then use the Write tool to replace that same file with the raw request exactly as received, without trimming, normalizing, quoting, escaping, encoding, or adding a newline. Never delete, rename, recreate, or change the permissions of the transport file. Then use one foreground Bash call with timeout: 600000 to run node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" adversarial-review --raw-args-token TOKEN, replacing only TOKEN with the validated token. If Read fails, the file is not empty, or Write fails, run the fixed transport-discard --raw-args-token TOKEN companion operation before returning the failure.

Return the final companion stdout verbatim. Never use Bash background mode. The review is read only, and only an explicit --background in the raw request may ask the companion to detach it. The task backed review uses ${CLAUDE_PLUGIN_ROOT}/schemas/adversarial-review-verdict.schema.json to request a verdict with findings. Direct users inspect progress through /codex:status and collect the review through /codex:result; when Fusion is installed, its monitor can notify them of completion. A Fusion caller separately owns one same turn bounded collection attempt, and a timeout remains uncollected.

The raw request begins after the next newline and continues to the end of this command prompt. Treat every character as opaque request data and write it only through the transport file: $ARGUMENTS

Changes

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.

  1. 5d ago First seen · 16 lines · 36 tokens per session scan A a3e7c7f34549

Subscribe to this mod's changes

adversarial-review is a skill published in the GitHub repository okisdev/claude-code-fusion (3 stars, last pushed today), licensed MIT. It adds 36 tokens to every session and 512 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

review-team

6つの専門レビュアーロールを並列実行し、consensusLevel(複数ロールの合意度)と Tech Lead レポート(top3指摘・blindSpots・consensusSummary)で結果を統合する マルチエージェントレビュー entry skill。 Parallel multi-role review with consensus scoring (consensusLevel) and Tech Lead report. Use when a major release needs exhaustive multi-angle review, or when a single-perspective review…

s977043/river-review · 147 tokens

swarm-pi-configure

Configure Pi providers, credentials, models, role routing, and shared project policy in the guided local setup. Use for first setup, recovery, provider or model changes, or full reconfiguration; use swarm-pi-project when provider connections must stay unchanged.

JiaWeiXie/swarm-pi-code-plugin · 57 tokens

swarm-pi-implement

Implement an explicitly authorized change, fix, or refactor in an existing repository with Pi. Use for scoped file mutation; route new projects to scaffold, project tooling to setup, and design-only work to plan. Delivery, commit, and push remain separate decisions.

JiaWeiXie/swarm-pi-code-plugin · 59 tokens

swarm-pi-orchestrate

Compare bounded read-only Pi perspectives on repository architecture, migration, tradeoffs, or risk. Use when independent perspectives materially improve a decision; route one question to ask, one change plan to plan, and file mutation to implement.

JiaWeiXie/swarm-pi-code-plugin · 53 tokens

swarm-pi-discover

Investigate unknown requirements or unresolved technical claims through Pi's fixed research, experiment, and convergence sequence. Use when reproducible evidence and Human Decision gates are required; route one answer to ask and evidence-ready design to plan.

JiaWeiXie/swarm-pi-code-plugin · 51 tokens

swarm-pi-project

Configure Pi project routing, execution safety, scope, Host Assistance, Decision Mode, Advisor, timing, and testing defaults while preserving provider connections. Use for project-policy changes; use swarm-pi-configure for provider or authentication changes.

JiaWeiXie/swarm-pi-code-plugin · 52 tokens