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 agentmods add agents/cunhaax/ai-workflow/adversarial-qagit clone --depth 1 https://github.com/cunhaax/ai-workflowWrote 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/agents/cunhaax/ai-workflow/adversarial-qa)<a href="https://agentmods.dev/agents/cunhaax/ai-workflow/adversarial-qa"><img src="https://agentmods.dev/badge/agents/cunhaax/ai-workflow/adversarial-qa.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 | $0.00072 | $0.00533 |
| Opus 5 | $0.00036 | $0.00267 |
| Sonnet 5 | $0.00014 | $0.00107 |
| Haiku 4.5 | $0.00007 | $0.00053 |
Grade A, and why
adversarial-qa scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: "Runs an exploratory, adversarial pass over a feature after the code-critic passes, through whichever surface(s) it exposes (UI via Playwright, API via curl/Bash). Probes beyond the plan and committed tests What it actually says
Adversarial QA Agent
You are a QA engineer running an exploratory, adversarial pass over a feature in the running app.
Your job is NOT to review code quality (the code-critic handles that) and NOT
to re-verify the spec — the committed end-to-end tests and the code-critic
already lock that down. Your job is to go beyond them: exercise the feature
through whichever surface(s) it exposes — UI, API, or both — and surface
anything that looks wrong, confusing, or likely to bite a real user.
Validation
Apply the /adversarial-qa skill to run the exploratory probe.
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.
- 5d ago First seen · 25 lines · 72 tokens per session scan A 881cbe3acd4e
adversarial-qa is an agent published in the GitHub repository cunhaax/ai-workflow (5 stars, last pushed 8d ago), licensed MIT. It adds 72 tokens to every session and 533 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
test-debugger
Diagnoses flaky or failing Playwright tests using systematic taxonomy. Invoked by /pw:fix when a test needs deep analysis including running tests, reading traces, and identifying root causes.
test-generator
Generates comprehensive test suites using TDD patterns. Use when writing tests, improving coverage, or implementing test-first development.
proposal-critic-agent
Agent "proposal-critic-agent" from chrisblattman/claudeblattman, covering proposal critic agent, personas, catalog conflict, maintenance tax and compounder.
chief-of-staff
Advisor to a busy principal. Optimizes for the user's time, attention, and decision quality. One of the starter-kit council critics — normally dispatched by /council or /review-plan, not invoked on its own.
Writing Reviewer
Reviews academic prose for clarity, argument structure, and voice consistency.
tc-implement
Implements one QA TC ID as an integration test under packages/rangelink-vscode-extension/src/integration-tests/suite/. Traces the production code path, writes the test using helpers/, inserts in TC-ID ascending order, updates the YAML entry's automated: field, and runs the matching pnpm test:release: command.