verify

verify is a command for Claude Code from MohamedEmbarak/Supreme-Leader. It costs 14 tokens per session (236 once invoked), scanned A, original, MIT.

A command that audits claims in a repository against one real run of its test suite. A test suite is the project's automated collection of checks; the audit supports Python, Node.js, and Go projects.

In plain words
What is it for?
Use it to verify test figures across repository documentation and identify files or lines that need correction or an explicit unverified label.
Why use it?
It finds stated test numbers in Markdown files that do not match the observed run. This helps prevent documentation from reporting test results that cannot be reproduced.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sl plugin — 6 commands, 5 agents, 4 hooks shipped together

Good fit Use it to verify test figures across repository documentation and identify files or lines that need correction or an explicit unverified label.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add MohamedEmbarak/Supreme-Leader
Claude Code
/plugin install sl

Made for: Claude Code.

Or install sl, the plugin that ships this one along with the rest of its 6 commands, 5 agents, 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

README.md
[![agentmods](https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/verify/github.svg)](https://agentmods.dev/commands/mohamedembarak/supreme-leader/verify)
Your own site
<a href="https://agentmods.dev/commands/mohamedembarak/supreme-leader/verify"><img src="https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/verify/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verify

Your own site · 80×15
<a href="https://agentmods.dev/commands/mohamedembarak/supreme-leader/verify"><img src="https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 236 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.00014 $0.00236
Opus 5 $0.00007 $0.00118
Sonnet 5 $0.00003 $0.00047
Haiku 4.5 $0.00001 $0.00024

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

Security

Grade A, and why

verify 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 9d 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.

commands/verify.md · 24 lines

What it actually says

Run the repository-wide claim audit:

python3 "${CLAUDE_PLUGIN_ROOT}/hooks/verify-claims.py"

It detects the project's test suite — Python unittest or pytest, Node via npm test, or Go — runs it once, then checks every stated test figure in every markdown file against what actually ran. Exit 0 means every claim reproduces.

Report the result plainly. On failures, list each offending file and line, then fix the figures or mark them UNVERIFIED. Do not silence a finding by deleting the claim unless the claim was genuinely wrong to make.

A file that records measurements from a past run — an audit log, a changelog — may declare itself historical with an HTML comment reading truth-lint: historical, at the top of the file for the whole file, or at the end of a line for that line alone. Use it sparingly and only for genuine records: the marker is greppable precisely so the next auditor can see every exemption at a glance.

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. 9d ago First seen · 24 lines · 14 tokens per session scan A bdb17f683d76

Subscribe to this mod's changes

verify is a command published in the GitHub repository MohamedEmbarak/Supreme-Leader (1 stars, last pushed 27d ago), licensed MIT. It adds 14 tokens to every session and 236 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-31.