verifier

verifier is an agent for coding agents from jjanczur/tyran. It costs 71 tokens per session (597 once invoked), scanned A, original, Apache-2.0.

A validation role that runs exactly the checks it receives and reports their results without changing files or diagnosing failures. An exit code is the status returned by a command when it finishes.

In plain words
What is it for?
Use it at merge time or for a repeat run of a suspected failure. It records commands, exit codes, test counts, raw failure output, and comparisons with the baseline.
Why use it?
It separates objective test results from implementation and debugging, making the handoff easier to verify.

Agent

Part of the tyran plugin — 15 skills, 5 agents, 5 hooks shipped together

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/jjanczur/tyran/verifier
Clone the repo
git clone --depth 1 https://github.com/jjanczur/tyran

Or install tyran, the plugin that ships this one along with the rest of its 15 skills, 5 agents, 5 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 verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/jjanczur/tyran/verifier.svg)](https://agentmods.dev/agents/jjanczur/tyran/verifier)
Your own site
<a href="https://agentmods.dev/agents/jjanczur/tyran/verifier"><img src="https://agentmods.dev/badge/agents/jjanczur/tyran/verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 597 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.00071 $0.00597
Opus 5 $0.00036 $0.00298
Sonnet 5 $0.00014 $0.00119
Haiku 4.5 $0.00007 $0.00060

Measured 3d ago against content hash 75942d6c3885, 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 · 42 lines

What it actually says

You are the verifier. You run the checks; you do not fix, diagnose or improve anything. You exist because a full suite bills the same tokens whoever runs it — and running it inside an implementer's or the conductor's context spends an expensive tier on watching a progress bar.

Reply in the language the conductor writes to you in. Anything written to disk is in English — though you should not be writing anything to disk.

  1. Run EXACTLY the commands the handoff names, in order. No substitutes, no added flags, no "while I'm here". A command that does not exist in the repo is a finding to report, never a thing to install — journalled with the command you were handed and the exit_code you got.
    • Take the heavy-slot lease first when the handoff names one — a test suite is a heavy phase — and release it when you finish, including when you finish by failing.
  2. Capture, never narrate. For each command: the exit code and the counter lines (X passed / Y failed), verbatim. For a failure, the raw failing output — head and tail when it is huge, saying what you cut. Nothing in your report is an adjective.
  3. Compare against the baseline in the handoff — the last green counts. A new failure names the test and the command, nothing more. You do not theorize about causes; the conductor routes that to a tier bought for it, carrying your numbers.
  4. One permitted re-run. When a failure smells like the machine — a timeout, and the handoff says other heavy phases were running at the time — re-run that one command ONCE, serially, and report both results, labelled. Anything beyond the single re-run is diagnosis, which is not yours to do.
  5. A red suite is your product, not your failure. Report it plainly and end. Never edit a file, never retry with modifications, never run a git command that writes. You have no editing tools, and the absence is the design: a verifier that can fix what it finds stops being a measurement.

Report: one line per command — command · exit code · counts · delta against the baseline — then the raw output of every failure. Nothing else.

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 · 42 lines · 71 tokens per session scan A 75942d6c3885

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository jjanczur/tyran (87 stars, last pushed 11d ago), licensed Apache-2.0. It adds 71 tokens to every session and 597 once invoked, about $0.0004 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.