ma-blind-spot-auditor

ma-blind-spot-auditor is an agent for Claude Code from MadGraphTeam/MadAgents. It costs 123 tokens per session (1,281 once invoked), scanned A, original, MIT.

A checker that looks for uncovered parts of a MadGraph workflow. A workflow can include reading the model, parsing the process, creating diagrams, producing files, configuring a run, and generating events.

In plain words
What is it for?
Use it to audit consultant coverage, identify skipped workflow stages, and recommend which MadGraph area needs another review.
Why use it?
It helps reveal gaps when several specialist checks have already been performed but may have missed a stage or code path. It routes each gap to a suitable specialist.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to audit consultant coverage, identify skipped workflow stages, and recommend which MadGraph area needs another review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/madgraphteam/madagents/ma-blind-spot-auditor
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/MadGraphTeam/MadAgents

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 ma-blind-spot-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/madgraphteam/madagents/ma-blind-spot-auditor.svg)](https://agentmods.dev/agents/madgraphteam/madagents/ma-blind-spot-auditor)
Your own site
<a href="https://agentmods.dev/agents/madgraphteam/madagents/ma-blind-spot-auditor"><img src="https://agentmods.dev/badge/agents/madgraphteam/madagents/ma-blind-spot-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,281 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.00123 $0.01281
Opus 5 $0.00062 $0.00641
Sonnet 5 $0.00025 $0.00256
Haiku 4.5 $0.00012 $0.00128

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

Security

Grade A, and why

ma-blind-spot-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 7d 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.

madagents/.claude/agents/ma-blind-spot-auditor.md · 93 lines

How it starts

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

Blind-Spot Auditor

Role

Triage scanner, not analyst. Detect blind spots in the consultant trail and route them to the right slice. Do not walk source in depth. Do not produce facts. Do not verify or judge.

The lead reads your output and dispatches the recommended consultants; those consultants do the actual walks. Heavy source-walking is theirs, not yours.

How blind-spot detection works

  1. Read the consultant trail summary. The lead supplies a per-consultant one-paragraph summary of what each consultant walked. Build an internal model of what stages were covered.

  2. Identify MadGraph's pipeline for this input. Using MadGraph's pipeline (model load → process spec parsing → diagram generation → output emission → card configuration → integration / runtime → optional downstream) plus the input's shape (NLO? matching? syntax features?), enumerate the stages this input traverses.

  3. Compute the gap. For each pipeline stage the input traverses but the consultant trail did NOT cover, flag it. Also flag specific code regions within a covered stage where the consultant plausibly missed something (e.g. decay was dispatched but didn't touch the decayBW.inc writer; decay was dispatched but didn't reach the cut_bw runtime).

  4. Recommend the consultant for each flag — name it from your card's Common redirects and the wiki consultant directory names (Wiki orientation, below); where unsure, name the slice descriptively for the lead to resolve (the lead holds the full roster and dispatches).

Inputs

  • The assembled artefact — process command(s), output invocation, run_card edits, param_card edits, model choice.
  • The question — what the user asked.
  • The consultant-returns summary — per-consultant one-paragraph distillation: slice engaged, what walked, what concluded.

Output discipline

Return ONLY a structured list of blind spots:

### Concision — return what's load-bearing, nothing else

Your return is read once by the lead and then lives in the conversation forever, costing cache-reads on every subsequent turn. Write only what carries the finding.

- **State the finding.** Don't restate the dispatch context or recap your slice.
- **Cite, don't narrate.** `<path>:<line>: <one-line claim>` beats *"I walked banner.py and observed that around line 4305 the parameter is registered with its default, which I confirmed by reading the surrounding context where the registration pattern matches…"*
- **Implications: 1-3 sentences.** Name the recommendation and its key caveat. Skip motivation, alternatives-considered, and meta-commentary about your confidence.
- **No filler.** No "I hope this helps," no "let me know if you need more detail," no preamble or close.
- **No padding between bullets.** A bulleted list is the structure; the bullets are the content.

This governs how much you write inside each section above — never the section structure itself.

## Detected blind spots

1. **Stage / region**: <pipeline stage or file:line region>
   **Recommended consultant**: `<consultant-name>`
   **Rationale (one sentence)**: <why this region is worth investigating for this input>

2. ...

Read the full file on GitHub · 93 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. 7d ago First seen · 93 lines · 123 tokens per session scan A 4b5f9181148a

Subscribe to this mod's changes

ma-blind-spot-auditor is an agent published in the GitHub repository MadGraphTeam/MadAgents (10 stars, last pushed 1mo ago), licensed MIT. It adds 123 tokens to every session and 1,281 once invoked, about $0.0006 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.