adversarial-auditor

adversarial-auditor is a skill for Claude Code, Codex from CardSorting/LUMI-JOY. It costs 36 tokens per session (349 once invoked), scanned A, original, Apache-2.0.

A review skill that stress-tests technical plans, checks claims against source evidence, and verifies that tests or builds actually succeeded.

In plain words
What is it for?
Use it to review architecture plans, check factual provenance, reduce unnecessary prompt text, and validate compiler or test receipts.
Why use it?
It helps catch missing tests, rollback plans, unsupported numbers, forgotten context, and false completion before work is accepted.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review architecture plans, check factual provenance, reduce unnecessary prompt text, and validate compiler or test receipts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cardsorting/lumi-joy/adversarial-auditor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CardSorting/LUMI-JOY --skill adversarial-auditor
Clone the repo
git clone --depth 1 https://github.com/CardSorting/LUMI-JOY

Made for: Claude Code, Codex.

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-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/cardsorting/lumi-joy/adversarial-auditor.svg)](https://agentmods.dev/skills/cardsorting/lumi-joy/adversarial-auditor)
Your own site
<a href="https://agentmods.dev/skills/cardsorting/lumi-joy/adversarial-auditor"><img src="https://agentmods.dev/badge/skills/cardsorting/lumi-joy/adversarial-auditor.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 349 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00349
Opus 5 $0.00018 $0.00175
Sonnet 5 $0.00007 $0.00070
Haiku 4.5 $0.00004 $0.00035

Measured 8d ago against content hash 6d56cde9ebde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

adversarial-auditor 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 8d 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.

skills/adversarial-auditor/SKILL.md · 34 lines

What it actually says

Adversarial Auditor Skill

Deep forensic and adversarial scrutiny skill distilled from the BroccoliDB compaction learnings and Osmosis methodology.

📋 Operational Protocol

  1. Plan Red-Teaming (adversarial_scrutinize_plan):

    • Inspect proposed architecture against 5 vulnerability vectors (verification omission, rollback gap, ungrounded metrics, context amnesia, edge case absence).
    • Reject fail-closed any plan lacking concrete test commands or safety boundaries.
  2. Provenance Grounding Verification (adversarial_audit_provenance):

    • Verify that all numbers, claims, and conclusions have character-level or semantic grounding in source evidence.
    • Reject synthetic placeholders (TBD, TODO_LATER, mocked numbers).
  3. Cognitive Spend Decomposition (adversarial_decompose_spend):

    • Separate compressible fluff (conversational filler, nested quotes, redundant whitespace) from irreducible task invariants.
    • Target >35% token reduction on bloated prompts.
  4. Completion Receipt Validation (adversarial_verify_completion):

    • Inspect stdout receipts from compiler and test suites.
    • Fail closed if receipts are missing, simulated-only, or contain error indicators.

🛡️ Invariants

  • Zero subshell execution overhead (<0.1 ms in-memory assertions).
  • Fail-closed gate enforcement.
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. 8d ago First seen · 34 lines · 36 tokens per session scan A 6d56cde9ebde

Subscribe to this mod's changes

adversarial-auditor is a skill published in the GitHub repository CardSorting/LUMI-JOY (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 36 tokens to every session and 349 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

sast-businesslogic

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check exploitable gaps in parallel subagents, 3 scenarios each), and merge (consolidate batch results). Covers price manipulation, workflow bypass, limit violations…

capture0x/YeepForge · 110 tokens

sast-idor

Detect Insecure Direct Object Reference (IDOR) vulnerabilities in a codebase using a three-phase approach: recon (find candidates), batched verify (check authorization in parallel subagents, 3 candidates each), and merge (consolidate batch results). Checks endpoints for missing ownership or authorization checks on…

capture0x/YeepForge · 103 tokens

sast-sqli

Detect SQL injection vulnerabilities in a codebase using a three-phase approach: recon (find unsafe SQL construction sites), batched verify (trace user input to those sites in parallel subagents, 3 sites each), and merge (consolidate batch results). Covers string concat, f-strings, unsafe ORM methods, and dynamic…

capture0x/YeepForge · 104 tokens

sast-graphql

Detect GraphQL injection vulnerabilities in a codebase using a three-phase approach: recon (confirm GraphQL usage and find unsafe operation document assembly sites), batched verify (trace user input to those sites in parallel subagents, up to 3 candidate sites each), and merge (consolidate batch results). Requires…

capture0x/YeepForge · 123 tokens

sast-ssrf

Detect Server-Side Request Forgery (SSRF) vulnerabilities in a codebase using a three-phase approach: recon (find outbound call sites), batched verify (trace user input to destinations in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

capture0x/YeepForge · 99 tokens

github

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

spinabot/brigade · 101 tokens