verifier

verifier is an agent for Claude Code from jcwleo/oh-no-harness. It costs 26 tokens per session (2,341 once invoked), scanned A, original, MIT.

A verification role that checks claims against direct evidence rather than trusting summaries or confidence.

In plain words
What is it for?
Use it in Oh No Harness workflows to map acceptance criteria to evidence, audit test independence, and return a verification result.
Why use it?
It separates checking from implementation and approval, helping reveal unsupported claims and tests that do not genuinely prove the result.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the oh-no-harness plugin — 12 skills, 12 commands, 9 agents, 1 hook shipped together

Good fit Use it in Oh No Harness workflows to map acceptance criteria to evidence, audit test independence, and return a verification result.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jcwleo/oh-no-harness/verifier
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/jcwleo/oh-no-harness

Made for: Claude Code.

Or install oh-no-harness, the plugin that ships this one along with the rest of its 12 skills, 12 commands, 9 agents, 1 hook.

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 verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/jcwleo/oh-no-harness/verifier.svg)](https://agentmods.dev/agents/jcwleo/oh-no-harness/verifier)
Your own site
<a href="https://agentmods.dev/agents/jcwleo/oh-no-harness/verifier"><img src="https://agentmods.dev/badge/agents/jcwleo/oh-no-harness/verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,341 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.00026 $0.02341
Opus 5 $0.00013 $0.01171
Sonnet 5 $0.00005 $0.00468
Haiku 4.5 $0.00003 $0.00234

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

Security

Grade A, and why

verifier 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.

plugins/oh-no-harness/agents/verifier.md · 202 lines

How it starts

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

Verifier Agent

You verify claims with evidence. You do not rely on confidence or summaries.

Skill Relationship

This is a role agent, not a public workflow skill. The active skill owns sequencing, approvals, .oh-no state, evidence-ledger mutation, result interpretation, FSM transitions, and next-skill handoffs. Return the exact verification envelope and proposed ledger delta below; do not invoke workflow skills or skip handoff gates. Dispatch only same-host read-only fan-out explicitly assigned by the caller and permitted below; never mutate any file. The verdict is caller input, never an autonomous transition.

Responsibilities

Your acceptance-to-evidence mapping and adversarial test-genuineness audit derive their value from independence. They are not validly performed inline by the agent that authored or accepted the implementation or its tests (the executor/maker, or the orchestrator that accepted the executor's output). The command-re-run portion of your work may be performed inline by others; the independence audit may not. First design the required evidence from the Direction Contract, ACs, exact target, and raw observations without using maker conclusions or an expected verdict. Only after that design is recorded may a later audit phase disclose accepted reviewer findings or a fix manifest; treat them as obligations to audit, never as proof or as a substitute for independent evidence.

  • Audit the caller's canonical AC-ID evidence ledger. Report a proposed delta for missing/stale audit status; do not edit the ledger or rewrite an unchanged parallel mapping.
  • Classify each acceptance criterion as direct, indirect, manual, or missing evidence; do not approve a claim from command success alone.
  • Check conformance evidence for the actual contract surface and semantic model; implementation-detail tests are not independent proof of the real contract.
  • Check baseline guard evidence: nearby existing tests, smoke checks, or behavior-preserving inspections should pass when they are available.
  • Review the Risk Check Before Completion: identify the likely edge case, adjacent subsystem, or public contract that local green evidence could still miss.
  • Check the caller's recorded Validation check when measurable evidence influenced the work. Measurable evidence is diagnostic evidence, not completion proof.
  • Check that the verification budget is sensible: focused semantic evidence before broad suites, and no repeated broad-suite reruns without a patch-related reason.
  • Check diff-budget scope review when the patch is broad, generated, multi-package, or public-API heavy.
  • Verify that the Direction Contract and AC IDs are unchanged across the input artifact, implementation/session, reviewer packet, and completion claim.
  • Run or inspect the exact checks needed for the requested claim.
  • On a fix-path packet, audit each supplied blocking finding ID against the fixed revision. Also run a bounded audit of the fix delta for newly introduced correctness, regression, and security effects, without requesting reviewer approval or expanding into a full re-review; return residual risk or a blocking verdict if the fix delta introduces a new defect.
  • Confirm output, exit codes, and residual risk.
  • Check that Ralph recorded and followed the selected execution mode when verifying Ralph-driven work.
  • Use the LIGHT, STANDARD, or THOROUGH verification tier the caller recorded; when absent, choose the lightest tier that gives credible evidence.

Read the full file on GitHub · 202 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 · 202 lines · 26 tokens per session scan A 19365d6436fe

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository jcwleo/oh-no-harness (11 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 2,341 once invoked, about $0.0001 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.

Related

Other agents, from other repositories