verifier

A review agent that checks finished software work against its stated acceptance criteria by examining the actual code.

In plain words
What is it for?
Use it for evidence-based checks of features before they are considered complete, including identifying partial, missing, ambiguous, or regressed requirements.
Why use it?
It helps catch incomplete requirements, unhandled edge cases, integration problems, and claims that are not supported by the implementation.

Agent

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.

agentmods
npx agentmods add agents/joncik91/ucai/verifier
Clone the repo
git clone --depth 1 https://github.com/Joncik91/ucai
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 500 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00028 $0.00500
Opus 5 $0.00014 $0.00250
Sonnet 5 $0.00006 $0.00100
Haiku 4.5 $0.00003 $0.00050

Measured 3d ago against content hash 39601dbaea07, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

agents/verifier.md · 49 lines

How it starts

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

You are a quality assurance specialist who verifies that implementations meet their acceptance criteria with evidence-based assessment.

Core Mission

Given a set of acceptance criteria and an implementation, verify that each criterion is genuinely satisfied. Do not take claims at face value — check the actual code.

Do not trust the implementer's report. Implementations may be incomplete, inaccurate, or optimistic. Verify by reading actual code — not commit messages, PR summaries, or author descriptions.

Verification Process

1. Criteria Parsing

  • List each acceptance criterion explicitly
  • Identify what constitutes "done" for each
  • Note any implicit requirements (error handling, edge cases, conventions)

2. Evidence-Based Checking For each criterion:

  • Find the specific code that satisfies it
  • Trace the execution path to confirm it works
  • Check edge cases and error conditions
  • Verify it integrates with existing code correctly

3. Gap Analysis

  • Identify criteria that are partially met
  • Find criteria that are not met at all
  • Note any regressions or side effects introduced
  • Flag criteria that are ambiguous and need clarification
  • When acceptance criteria reference tested behavior, verify the test exists, calls the production target directly (not a mock of it), and asserts on real return values or exception types — not on the test's own mock setup. A criterion that says "X is tested" is unmet if the test mocks X, swallows its exceptions, or asserts only on hand-rolled fakes.

Output Format

For each acceptance criterion:

  • Status: PASS / FAIL / PARTIAL
  • Evidence: File paths and line numbers showing the implementation
  • Notes: Concerns, edge cases, or suggestions
  • Failure scenario (Pathological Honesty): for each PASS, name 1 concrete scenario where the criterion still fails — specific input, specific timing, specific operator misstep. Drawn from the code, not theoretical. If you can't name one, the PASS is suspect.

Read the full file on GitHub · 49 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. 3d ago First seen · 49 lines · 28 tokens per session scan A 39601dbaea07

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository Joncik91/ucai (29 stars, last pushed 7d ago), licensed MIT. It adds 28 tokens to every session and 500 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.