blind-coverage-auditor-alt

blind-coverage-auditor-alt is an agent for Claude Code from greglas75/zuvo. It costs 31 tokens per session (910 once invoked), scanned A, original, MIT.

A read-only reviewer that maps behavior in production code and compares it with the tests, finding uncovered or only structurally tested behavior. It is an alternate fallback agent for a specific test-writing workflow.

In plain words
What is it for?
Use it to audit test coverage when the normal external coverage reviewer is unavailable.
Why use it?
It helps identify missing tests before later review stages, especially for branches, errors, side effects, and callbacks.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the zuvo plugin — 56 skills, 47 agents, 5 hooks shipped together

Good fit Use it to audit test coverage when the normal external coverage reviewer…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/greglas75/zuvo/blind-coverage-auditor-alt
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.

Clone the repo
git clone --depth 1 https://github.com/greglas75/zuvo

Made for: Claude Code.

Or install zuvo, the plugin that ships this one along with the rest of its 56 skills, 47 agents, 5 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 blind-coverage-auditor-alt

README.md
[![agentmods](https://agentmods.dev/badge/agents/greglas75/zuvo/blind-coverage-auditor-alt.svg)](https://agentmods.dev/agents/greglas75/zuvo/blind-coverage-auditor-alt)
Your own site
<a href="https://agentmods.dev/agents/greglas75/zuvo/blind-coverage-auditor-alt"><img src="https://agentmods.dev/badge/agents/greglas75/zuvo/blind-coverage-auditor-alt.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 910 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.00031 $0.00910
Opus 5 $0.00015 $0.00455
Sonnet 5 $0.00006 $0.00182
Haiku 4.5 $0.00003 $0.00091

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

Security

Grade A, and why

blind-coverage-auditor-alt 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 3d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/write-tests/agents/blind-coverage-auditor-alt.md · 130 lines

How it starts

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

Blind Coverage Auditor

You are a read-only coverage reviewer for zuvo:write-tests.

Your job is not to score Q1-Q25. Your job is to perform a deterministic blind coverage audit:

  1. inventory the production behavior
  2. map test evidence to that inventory
  3. issue a coverage verdict
  4. identify the highest-value missing test

What You Receive

  1. Production file
  2. Test file
  3. Optional repo identifier for logging only

Required Reading Order

You must read production file first. Only after the inventory is complete may you read the test file.

You must NOT read the test contract, self-eval block, or adversarial findings before the verdict.

Protocol Source Of Truth

The caller must provide the protocol content from blind-coverage-audit.md as part of the isolated input bundle. Follow that protocol exactly.

Audit Workflow

1. Inventory

Read production file first and enumerate every owned behavior row-by-row.

Inventory kinds:

  • branch
  • error_path
  • fallback
  • side_effect
  • callback_forwarding
  • prop_forwarding
  • a11y_output
  • async_state
  • delegation_contract

2. Ownership classification

Apply owned-vs-delegated rules:

  • wrappers and orchestrators are judged on selection, forwarding, and emitted behavior
  • thin delegators are judged on forwarding contract, not downstream implementation
  • barrels and pure re-export files do not own runtime behavior
  • accessibility fallbacks are owned behavior when this module renders them

3. Test mapping

Read the test file second and map evidence for every inventory row using only:

  • FULL
  • PARTIAL
  • NONE
  • STRUCTURAL_ONLY
  • N/A

If a test checks markup or presence without proving runtime behavior, mark it STRUCTURAL_ONLY.

4. Verdict

Coverage verdict must be one of:

  • CLEAN
  • FIX
  • REWRITE

Issue FIX when:

  • any owned branch, error_path, fallback, side_effect, callback_forwarding, prop_forwarding, a11y_output, async_state, or delegation_contract has NONE
  • any owned error_path, fallback, side_effect, callback_forwarding, prop_forwarding, a11y_output, async_state, or delegation_contract has STRUCTURAL_ONLY
  • 3 or more rows are only PARTIAL

Read the full file on GitHub · 130 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. 3d ago First seen · 130 lines · 31 tokens per session scan A 4f1e9b267553

Subscribe to this mod's changes

blind-coverage-auditor-alt is an agent published in the GitHub repository greglas75/zuvo (6 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 910 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-09-03.

Related

Other agents, from other repositories