gauntlex:verify

gauntlex:verify is a skill for Claude Code from sanjoy1234/gauntlex. It costs 37 tokens per session (256 once invoked), scanned A, original, MIT.

A command that checks whether a stored GAUNTLEX resilience report has been changed by recalculating and comparing its SHA-256 fingerprint.

In plain words
What is it for?
Use it to verify a report’s integrity and receive a pass or tampering warning.
Why use it?
It detects tampering before the report is trusted or used as evidence.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the gauntlex plugin — 7 skills, 1 MCP server 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 skills/sanjoy1234/gauntlex/verify
Any agent
npx skills add sanjoy1234/gauntlex --skill verify
Clone the repo
git clone --depth 1 https://github.com/sanjoy1234/gauntlex

Made for: Claude Code.

Or install gauntlex, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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 gauntlex:verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/sanjoy1234/gauntlex/verify.svg)](https://agentmods.dev/skills/sanjoy1234/gauntlex/verify)
Your own site
<a href="https://agentmods.dev/skills/sanjoy1234/gauntlex/verify"><img src="https://agentmods.dev/badge/skills/sanjoy1234/gauntlex/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 256 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.1 $0.00037 $0.00256
Opus 5 $0.00018 $0.00128
Sonnet 5 $0.00007 $0.00051
Haiku 4.5 $0.00004 $0.00026

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

Security

Grade A, and why

gauntlex: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 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.

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.

.claude/skills/gauntlex/verify/SKILL.md · 34 lines

What it actually says

/gauntlex:verify

Re-derives the report's integrity hash and confirms it matches — proves the artifact has not been altered.

Usage

/gauntlex:verify --run-id <run_id>

Execution

gauntlex verify --run-id "$RUN_ID"

What It Does

  1. Reads .gauntlex/reports/<run_id>.json
  2. Extracts the attacks array
  3. Re-derives SHA-256 over the JSON-serialized, lexicographically sorted attack array
  4. Compares against integrity_hash field in the report
  5. Exit 0 = match (report is authentic); Exit 1 = mismatch (report tampered)

Output to User

  • PASS: "Report <run_id> integrity verified. Hash matches: sha256:"
  • FAIL: "TAMPER DETECTED. Expected <stored_hash>, computed <derived_hash>. Do not use this report for compliance."
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 · 34 lines · 37 tokens per session scan A 4678bbfd8ca9

Subscribe to this mod's changes

gauntlex:verify is a skill published in the GitHub repository sanjoy1234/gauntlex (1 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 256 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-31.