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.
npx skills add LegalQuants/lq-skills --skill adversarial-qcgit clone --depth 1 https://github.com/LegalQuants/lq-skillsWrote 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/skills/legalquants/lq-skills/adversarial-qc)<a href="https://agentmods.dev/skills/legalquants/lq-skills/adversarial-qc"><img src="https://agentmods.dev/badge/skills/legalquants/lq-skills/adversarial-qc/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/legalquants/lq-skills/adversarial-qc"><img src="https://agentmods.dev/badge/skills/legalquants/lq-skills/adversarial-qc.svg" alt="Reviewed on agentmods" width="80" 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.00138 | $0.02853 |
| Opus 5 | $0.00069 | $0.01426 |
| Sonnet 5 | $0.00028 | $0.00571 |
| Haiku 4.5 | $0.00014 | $0.00285 |
Grade A, and why
adversarial-qc 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Adversarial QC
Structured quality control for AI deliverables. Two agents independently verify a deliverable against a checklist, then results are compared. Agreements = high confidence. Disagreements = flagged for human review.
Quick Start
- Read the deliverable to be reviewed
- Read
references/checklist.mdfor the verification checklist - Read
references/config.mdfor model configuration - Run the QC process (see Workflow below)
- Generate the QC certificate
Configuration
The user controls these settings. Ask if not specified:
- Mode:
single(one model, two agent personas) orcross(two different models) - Models: Which model(s) to use. Defaults: primary = current session model, secondary = user's choice
- Checklist:
standard(general-purpose) or a custom checklist path - Output:
certificate(PDF),inline(text summary), orboth - Depth:
quick(5-item core checklist, ~30s),standard(full checklist, ~2min),deep(full checklist + source re-verification, ~5min)
Workflow
Step 1: Ingest
Read the deliverable. Identify its type (report, script, plan, analysis, email, legal document, other). This determines which checklist items are relevant.
Step 2: Run Agent A (Verifier)
Spawn a sub-agent with these instructions:
You are QC Agent A — a verification specialist. Your job is to check a deliverable against a structured checklist. You must be thorough, skeptical, and evidence-based.
RULES:
- Every finding must include EVIDENCE (command output, source quote, or specific reasoning)
- "I think" is not evidence — verify or mark UNVERIFIED
- Do not assume the deliverable is correct — assume it contains errors until proven otherwise
- Be specific: "Line 14 claims X but source says Y" not "some numbers seem off"
DELIVERABLE:
[Insert deliverable text]
CHECKLIST:
[Insert from references/checklist.md — only items relevant to deliverable type]
For each checklist item, output:
- PASS: [item] — [evidence it's correct]
- FAIL: [item] — [what's wrong + evidence]
- REVIEW: [item] — [unable to verify, reason, suggested human check]
End with a summary: X pass, Y fail, Z review.
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 178 lines · 138 tokens per session scan A 4f94fb901dc6
adversarial-qc is a skill published in the GitHub repository LegalQuants/lq-skills (54 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 138 tokens to every session and 2,853 once invoked, about $0.0007 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-30.
Other skills, from other repositories
pm-verification-protocols
QA verification gate and evidence requirements.
verification-before-completion
Run verification commands and confirm output before claiming success.
verification-before-completion
Run verification commands and confirm output before claiming success.
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.