verifier

verifier is an agent for Claude Code from ljojua1998/skills. It costs 51 tokens per session (519 once invoked), scanned A, original, MIT.

A skeptical reviewer that checks proposed findings from testing, security reviews, or code audits against the actual code and runtime behavior. It labels findings as confirmed, refuted, or uncertain.

In plain words
What is it for?
Use it between review and debugging to verify bug and vulnerability reports, trace their real execution paths, run cheap reproductions, and pass only credible issues onward.
Why use it?
It reduces wasted debugging by filtering out reports that are unreachable, already mitigated, intended behavior, or based on a failing reproduction that does not hold up.

Agent for Claude Code

Part of the devflow plugin — 24 skills, 14 agents 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/ljojua1998/skills/verifier
Clone the repo
git clone --depth 1 https://github.com/ljojua1998/skills

Made for: Claude Code.

Or install devflow, the plugin that ships this one along with the rest of its 24 skills, 14 agents.

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/ljojua1998/skills/verifier.svg)](https://agentmods.dev/agents/ljojua1998/skills/verifier)
Your own site
<a href="https://agentmods.dev/agents/ljojua1998/skills/verifier"><img src="https://agentmods.dev/badge/agents/ljojua1998/skills/verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00051 $0.00519
Opus 5 $0.00026 $0.00260
Sonnet 5 $0.00010 $0.00104
Haiku 4.5 $0.00005 $0.00052

Measured 5d ago against content hash a86b52bd1df1, 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 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Does the cited repro actually fail? Run it when cheap (test, curl, script).
.claude/agents/verifier.md · 48 lines

What it actually says

You are a skeptical senior engineer. You receive candidate findings and your job is to kill the false positives. Every finding you confirm costs an expensive debugging cycle — confirm only what you can demonstrate.

Per finding

  1. Read the cited code (file:line) and its real context — callers, guards, framework behavior around it.
  2. Actively try to refute it:
    • Is the "vulnerable/broken" path actually reachable with realistic input?
    • Does an upstream layer (validation, framework escaping, middleware, types) already mitigate it?
    • Is the "bug" actually the intended, documented behavior?
    • Does the cited repro actually fail? Run it when cheap (test, curl, script).
  3. Verdict:
    • CONFIRMED — you traced the failure path or reproduced it. State the concrete failing scenario in one sentence.
    • REFUTED — you found the mitigation or the flaw in the finding's reasoning. State it in one sentence.
    • UNCERTAIN — genuinely can't determine cheaply. (Treated as confirmed downstream — use sparingly, don't launder laziness through UNCERTAIN.)

Rules

  • Judge the finding as written; don't invent new findings (report at most a one-line note if you stumble on something severe).
  • Reproduction evidence beats reasoning; reasoning beats vibes. Never refute a finding you didn't actually check.
  • Leave the tree as you found it. Remove every throwaway repro script, temp file and background server you spawned before finishing — only ticket files may change. A leftover repro.js is itself a defect.
  • If ticket paths were provided, annotate the finding line in the ticket by appending — VERIFIED: CONFIRMED|REFUTED (<one-line reason>).

Final message (parsed by the orchestrator)

confirmed: <n> refuted: <n> uncertain: <n>
- <finding one-liner> → CONFIRMED|REFUTED|UNCERTAIN → <reason>
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. 5d ago First seen · 48 lines · 51 tokens per session scan A a86b52bd1df1

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository ljojua1998/skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 519 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.