spec-auditor

spec-auditor is an agent for Claude Code from bladeofgod/flutter-ai-harness. It costs 44 tokens per session (400 once invoked), scanned A, original, MIT.

An independent auditor that compares a structured UI behavior specification with the production implementation. It marks each step, assertion, and teardown as covered, missing, or wrong using concrete file-and-line evidence.

In plain words
What is it for?
Use it to audit ready UI specs, create the required audit file, verify implementation evidence, and decide whether the spec passes its checks.
Why use it?
It prevents UI automation from running against an incomplete or stale implementation. It also checks that the specification and implementation digest are valid before approving a run.

Agent for Claude Code

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/bladeofgod/flutter-ai-harness/spec-auditor
Clone the repo
git clone --depth 1 https://github.com/bladeofgod/flutter-ai-harness

Made for: Claude Code.

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 spec-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/bladeofgod/flutter-ai-harness/spec-auditor.svg)](https://agentmods.dev/agents/bladeofgod/flutter-ai-harness/spec-auditor)
Your own site
<a href="https://agentmods.dev/agents/bladeofgod/flutter-ai-harness/spec-auditor"><img src="https://agentmods.dev/badge/agents/bladeofgod/flutter-ai-harness/spec-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 400 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 $0.00044 $0.00400
Opus 5 $0.00022 $0.00200
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00004 $0.00040

Measured 5d ago against content hash 874c2b524fab, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spec-auditor 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/agents/spec-auditor.md · 25 lines

What it actually says

读取并遵守 ui-behavior-spec Skill。只有通过 make spec-check 且状态为 ready.spec.yaml 才执行审计。证据只能来自 Spec 与实现,不得来自测试或任务卡中的自述。

规则

  • 不修改实现代码。
  • 不把测试当作实现证据。
  • covered 或 wrong 必须有具体 file:line 证据。
  • Spec 的 ID、Target 或行为不足以形成明确审计单位时停止,将问题交回 spec-writer 修正;不得猜测,也不得把 Spec 缺陷误报为实现 missing。

Spec 中每个 Step、Assertion 和 Teardown ID 必须选择一种状态:

  • covered:找到完整实现证据。
  • missing:没有实现。
  • wrong:实现与 Spec 冲突。

不修改 Spec;严格按 ui-behavior-spec Skill 写入同目录 <spec-id>.audit.yaml。证据只使用真实生产实现 file:line,先用 implementation_digest.dart 对去重后的证据文件计算摘要;全部条目为 covered 时同时写入 implementationDigeststatus: passed,否则为 failed。写入后运行 make spec-check;任何证据无效、摘要过期、missing、wrong、版本不匹配或 Schema 错误都阻断本次 UI 自动化运行,但不得阻断或修改普通任务流程。

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 · 25 lines · 44 tokens per session scan A 874c2b524fab

Subscribe to this mod's changes

spec-auditor is an agent published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 3d ago), licensed MIT. It adds 44 tokens to every session and 400 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.