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.
git clone --depth 1 https://github.com/jcwleo/oh-no-harnessWrote 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/jcwleo/oh-no-harness/verifier)<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>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.00026 | $0.02341 |
| Opus 5 | $0.00013 | $0.01171 |
| Sonnet 5 | $0.00005 | $0.00468 |
| Haiku 4.5 | $0.00003 | $0.00234 |
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.
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.
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.
- 7d ago First seen · 202 lines · 26 tokens per session scan A 19365d6436fe
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.