verify-gate

verify-gate is a skill for Claude Code from svy04/ballast. It costs 36 tokens per session (778 once invoked), scanned A, original, MIT.

A verification process that treats research findings and model knowledge as drafts until they have been checked against evidence.

In plain words
What is it for?
Checking claims before reporting them, including source research, quotations, numerical facts, and declarations that a task succeeded.
Why use it?
It helps prevent plausible but unsupported statements, numbers, or sources from being repeated as facts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ballast plugin — 16 skills, 4 hooks shipped together

Good fit Checking claims before reporting them, including source research, quotations, numerical facts, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/svy04/ballast/verify-gate
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.

Any agent
npx skills add svy04/ballast --skill verify-gate
Clone the repo
git clone --depth 1 https://github.com/svy04/ballast

Made for: Claude Code.

Or install ballast, the plugin that ships this one along with the rest of its 16 skills, 4 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 verify-gate

README.md
[![agentmods](https://agentmods.dev/badge/skills/svy04/ballast/verify-gate.svg)](https://agentmods.dev/skills/svy04/ballast/verify-gate)
Your own site
<a href="https://agentmods.dev/skills/svy04/ballast/verify-gate"><img src="https://agentmods.dev/badge/skills/svy04/ballast/verify-gate.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 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.00036 $0.00778
Opus 5 $0.00018 $0.00389
Sonnet 5 $0.00007 $0.00156
Haiku 4.5 $0.00004 $0.00078

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

Security

Grade A, and why

verify-gate 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.

skills/verify-gate/SKILL.md · 56 lines

How it starts

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

Verify gate

Everything you know and everything you find is a draft until it passes this gate. The failure mode this prevents: plausible statements hardening into "facts" through repetition.

Labels — attach one to every claim

Label Meaning Allowed use
confirmed Passed the gate below May be stated as fact
observed You (or a tool run) directly saw it happen, single instance State with "observed on "
assumed Inference; plausible but unverified Must carry the label in-text
hearsay A source said it; no primary source seen Must name the source
unknown No basis Say "unknown" — never fill the gap

Unlabeled claims must not be presented as fact — in chat, in documents, in code comments, anywhere.

The gate (required before confirmed)

  1. Refute first. Actively search for evidence against the claim before collecting support.
  2. Primary sources, ≥2, independent, named. A blog quoting a blog is one source, not two.
  3. Sample size stated. n=1 is an anecdote — label it observed, not confirmed.
  4. Limits stated. Where does the claim not hold?
  5. Date stamped. Verified knowledge expires — re-verify anything older than 90 days before relying on it.

Write the gate's result down where the claim lives — what was argued against it, which sources were opened, what survived. A confirmed label with no retrievable record is assumed wearing a badge.

Different vendors have different blind spots. If the project has .claude/ballast.verifier.json (this skill reads it — the rules hook does not; a copy-ready example ships in the ballast repo at rules/ballast.verifier.example.json):

{ "command": "your-verifier-cli --check" }

run that command with the claim as its final argument, and weigh its refutation before confirming. Without an external verifier, you may still reach confirmed — but only via primary sources you actually opened, and note (self-gated) next to the label.

Read the full file on GitHub · 56 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 · 56 lines · 36 tokens per session scan A 7cc36361ce36

Subscribe to this mod's changes

verify-gate is a skill published in the GitHub repository svy04/ballast (71 stars, last pushed 12d ago), licensed MIT. It adds 36 tokens to every session and 778 once invoked, about $0.0002 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 skills, from other repositories

alive:system-upgrade

Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.

alivecontext/alive · 57 tokens

alive:session-history

Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…

alivecontext/alive · 76 tokens

alive:world

The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.

alivecontext/alive · 63 tokens

alive:mine-for-context

Deep context extraction from source material. Creates reference bundles, builds extraction plans, tracks what's been extracted, and discovers new targets — people, subjects, patterns, connections. The archaeologist that turns raw sources into structured knowledge. Can be invoked by alive:session-history for targeted…

alivecontext/alive · 63 tokens

alive:settings

The human wants to adjust how the system behaves — not what it contains, but how it feels. Voice, rhythm, preferences, walnut-level config, full permissions toggleable, named squirrel config, action logging toggle. The system adapting to them. Routes to preferences.yaml or walnut config.yaml depending on scope. For…

alivecontext/alive · 84 tokens

cco-tools

Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.

egorfedorov/claude-context-optimizer · 27 tokens