attest

attest is a skill for Claude Code from iroha924/mumei. It costs 134 tokens per session (637 once invoked), scanned A, original, MIT.

A command for checking how reliably a mumei feature has worked across recent trials. A trial is one recorded attempt, and pass³ is the average pass rate across the latest trials, when enough records exist.

In plain words
What is it for?
Use it to inspect the latest ten trial rows, including their wave, task, trial number, result, and time, for a named feature.
Why use it?
It gives a compact record of recent results so you can judge whether a feature is stable enough to ship or extend.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

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 mumei plugin — 11 skills, 10 agents, 18 hooks shipped together

Good fit Use it to inspect the latest ten trial rows, including their wave, task, trial number, result, and time, for a named feature.

Compare 6 skills 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 iroha924/mumei
Claude Code
/plugin install mumei

Made for: Claude Code.

Or install mumei, the plugin that ships this one along with the rest of its 11 skills, 10 agents, 18 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 attest

README.md
[![agentmods](https://agentmods.dev/badge/skills/iroha924/mumei/attest/github.svg)](https://agentmods.dev/skills/iroha924/mumei/attest)
Your own site
<a href="https://agentmods.dev/skills/iroha924/mumei/attest"><img src="https://agentmods.dev/badge/skills/iroha924/mumei/attest/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 attest

Your own site · 80×15
<a href="https://agentmods.dev/skills/iroha924/mumei/attest"><img src="https://agentmods.dev/badge/skills/iroha924/mumei/attest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 637 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.00134 $0.00637
Opus 5 $0.00067 $0.00318
Sonnet 5 $0.00027 $0.00127
Haiku 4.5 $0.00013 $0.00064

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

Security

Grade A, and why

attest 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.

skills/attest/SKILL.md · 43 lines

What it actually says

Attest — detailed reliability view

Render the reliability snapshot for one mumei feature so the user can judge whether it is stable enough to ship or extend.

Trigger

User invokes /mumei:attest <feature> explicitly. The <feature> argument is a feature key — REQ-N-<slug> for spec vehicle, bare <slug> for plan vehicle. The skill is disable-model-invocation: true; it never fires from the model's own initiative.

What it does

  1. Reads the feature's reliability-log.jsonl (prefers .mumei/specs/<feature>/ over .mumei/plans/<feature>/).
  2. Computes pass^3 over the most recent 10 trials (arithmetic mean of pass booleans; N/A when fewer than 3 trials are recorded).
  3. Renders three blocks to stdout:
    • feature key
    • pass^3: <value-or-N/A> (n=<n_trials>, window=10, k=3)
    • markdown table of the last 10 rows (wave, task_id, trial_n, pass, ts).
  4. Exits non-zero with feature not found: <feature> to stderr if neither feature directory exists.

How to invoke

Run the CLI implementation in scripts/mumei-attest.sh and print its stdout verbatim:

bash "$CLAUDE_PLUGIN_ROOT/scripts/mumei-attest.sh" "$1"

The script handles the feature-not-found / missing-log / fewer-than-k-trials cases and writes the three blocks to stdout (errors to stderr). Do not reformat the output.

Don'ts

  • Don't reinterpret the numeric value — it is a window pass rate (arithmetic mean of pass booleans over the window), not a geometric Pass^k. Do not multiply, transform, or "explain it as a percentage".
  • Don't fall back to a different aggregator when the table is empty — the script's N/A is the contract.
  • Don't write to reliability-log.jsonl — this skill is read-only.
  • Don't accept arguments other than a single feature key (no flags, no glob).
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 · 43 lines · 134 tokens per session scan A 74e70ff1e399

Subscribe to this mod's changes

attest is a skill published in the GitHub repository iroha924/mumei (2 stars, last pushed 2d ago), licensed MIT. It adds 134 tokens to every session and 637 once invoked, about $0.0007 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.