166 capabilities discovered · scored against 55 detectors across 5 categories.
Findings & checks · 2 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
The primary manifest found in the scanned artifact — the file an agent reads to learn what this skill does.
Run an adversarial Codex review through the shared plugin runtime. Position it as a challenge review that questions the chosen implementation, design choices, tradeoffs, and assumptions. It is not just a stricter pass over implementation defects.
Raw slash-command arguments: $ARGUMENTS
Core constraint:
Execution mode rules:
--wait, do not ask. Run in the foreground.--background, do not ask. Run in a Claude background task.git status --short --untracked-files=all.git diff --shortstat --cached and git diff --shortstat.git diff --shortstat <base>...HEAD.git diff --shortstat is empty.AskUserQuestion exactly once with two options, putting the recommended option first and suffixing its label with (Recommended):Wait for resultsRun in backgroundArgument handling:
--wait or --background yourself.--wait and --background, but Claude Code's Bash(..., run_in_background: true) is what actually detaches the run./codex:adversarial-review uses the same review target selection as /codex:review.--base <ref>.--scope staged or --scope unstaged./codex:review, it can still take extra focus text after the flags.Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" adversarial-review "$ARGUMENTS"Background flow:
Bash in the background:Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" adversarial-review "$ARGUMENTS"`,
description: "Codex adversarial review",
run_in_background: true
})BashOutput or wait for completion in this turn./codex:status for progress."Public uploads are permanent and reproducible — the badge resolves to this scan by its content hash.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.