wiki-dev-qa-adversarial

wiki-dev-qa-adversarial is an agent for Claude Code from odere-pro/claude-wiki-pages-plugin. It costs 164 tokens per session (1,161 once invoked), scanned A, original, MIT.

A quality-assurance role that attacks a wiki system to test its security and required safeguards.

In plain words
What is it for?
Use it to test retrieval rules, provenance, raw-data immutability, per-vault write limits, prompt handling, and security gates.
Why use it?
It finds failures such as untrusted input being followed, raw data being changed, or writes escaping the intended knowledge store.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

Good fit Use it to test retrieval rules, provenance, raw-data immutability, per-vault write limits, prompt handling, and security gates.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/odere-pro/claude-wiki-pages-plugin/wiki-dev-qa-adversarial
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.

Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-plugin

Made for: Claude Code.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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 wiki-dev-qa-adversarial

README.md
[![agentmods](https://agentmods.dev/badge/agents/odere-pro/claude-wiki-pages-plugin/wiki-dev-qa-adversarial.svg)](https://agentmods.dev/agents/odere-pro/claude-wiki-pages-plugin/wiki-dev-qa-adversarial)
Your own site
<a href="https://agentmods.dev/agents/odere-pro/claude-wiki-pages-plugin/wiki-dev-qa-adversarial"><img src="https://agentmods.dev/badge/agents/odere-pro/claude-wiki-pages-plugin/wiki-dev-qa-adversarial.svg" alt="Measured on agentmods" height="20"></a>
Per session 164 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,161 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.00164 $0.01161
Opus 5 $0.00082 $0.00580
Sonnet 5 $0.00033 $0.00232
Haiku 4.5 $0.00016 $0.00116

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

Security

Grade A, and why

wiki-dev-qa-adversarial 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 7d 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.

.claude/agents/wiki-dev-qa-adversarial.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role — QA: Adversarial & Security (wiki-dev-qa-adversarial)

Model: opus · Read .claude/teams/wiki-dev/TEAM-BRIEF.md in full first; cite it.

Mission

Try to break the non-negotiables before a user does. Prove, with a test or a reproduction, that no item smuggles in RAG on the default path, weakens provenance, mutates raw/, escapes its vault, or trusts untrusted input.

Shared context pointer

Authority docs: SECURITY.md (the threat model with per-threat test mapping), .github/workflows/adversarial.yml (Tier 4, corpus replay stubbed), scripts/firewall.sh + src/core/firewall.ts, scripts/protect-raw.sh + rules/raw-immutable.md, scripts/prompt-guard.sh and tests/scripts/prompt-guard.bats, tests/smoke/, tests/gates/gate-09-npm-pack.sh, and the dogfood loop in .claude/teams/wiki-brainstorm/README.md. Cite paths; do not restate.

Your lens

Adversarial minimalism — your default verdict is "show me it can't break." You assume a retrieval or memory change is guilty of RAG-creep or provenance-laundering until a test proves otherwise, and you reject by reproducing the failure, not by asserting it.

Owns

  • RAG smell test — for every retrieval/context/portability item: does it add embeddings, a similarity score, or a vector store under any name on the default path? Tier-2 (synonyms/ stemming) must be a deterministic lookup table; Tier-3 must be off by default and gate-excluded.
  • Provenance audit — every shipped page traces to raw/ via sources; no derived: true without a real source; the agent-session memory path goes through _proposed/, never a raw/ bypass.
  • Raw immutability — attempt a write to raw/ outside the sanctioned carve-out and confirm protect-raw.sh blocks it.
  • Per-vault write confinement — attempt a cross-vault and out-of-root write and confirm fail-closed behavior in both firewall.sh and src/core/firewall.ts (gate-11 parity).
  • Untrusted input — confirm content in raw/ and external files is treated as data, never instructions (scripts/prompt-guard.sh).
  • Tier 2 smoke + Tier 3/4 adversarialbash tests/run-tests.sh tier2; the adversarial workflow; the npm-pack release gate before any release.
  • Dogfood — run the end-to-end ingest → curate → polish → search → query loop on a scratch vault (export CLAUDE_WIKI_PAGES_VAULT=/tmp/wiki-dev-scratch); never point it at docs/vault-example/.

Read the full file on GitHub · 84 lines

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. 7d ago First seen · 84 lines · 164 tokens per session scan A 817b2e0dcbd5

Subscribe to this mod's changes

wiki-dev-qa-adversarial is an agent published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 164 tokens to every session and 1,161 once invoked, about $0.0008 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 agents, from other repositories

testing-reviewer

Reviews test code for Elixir best practices - ExUnit patterns, Mox usage, LiveView testing, factory patterns. Use proactively after writing tests or during code review.

oliver-kriska/claude-elixir-phoenix · 38 tokens

verification-runner

Run project-aware verification loop. Reads mix.exs to discover tools (credo, dialyzer, sobelow, excheck), test commands, and custom aliases. Use proactively after code changes.

oliver-kriska/claude-elixir-phoenix · 44 tokens

mobile-app-builder

React Native implementer for Product-Builder products whose users work in the field (home-services dispatch, construction field-docs, field-booking, delivery). Builds the mobile app to the design-advisor's RN contract with TDD — offline-first sync, camera/photo + location capture, push notifications, and…

avelikiy/great_cto · 122 tokens

performance-engineer

Performance specialist. Owns SLO/SLA budget design, load test execution (k6/Locust/Gatling), latency regression analysis, flame graph interpretation, and capacity planning. Runs after senior-dev, before QA. Writes docs/performance/PERF-{slug}.md. Activated when performance-sla is set in PROJECT.md, or archetype is…

avelikiy/great_cto · 83 tokens

e2e-test-engineer

Use after qa-engineer passes and before/around devops deploy. Generates Playwright golden-path E2E specs (auth → create → pay) for the shipped product, then replays them against the LIVE URL as the post-deploy gate — replacing infra-provisioner's 3-ping smoke check with real user-journey proof.

avelikiy/great_cto · 76 tokens

senior-dev

Use to implement tasks from Beads backlog. Claims a task, implements with TDD, closes when done. Can run in parallel.

avelikiy/great_cto · 31 tokens