plumber-audit

plumber-audit is a skill for Claude Code from akshatnerella/plumber. It costs 22 tokens per session (278 once invoked), scanned A, original, MIT.

A one-time review of an entire code repository for patches that hide design problems. A repository is the complete project folder, including its source code and related files.

In plain words
What is it for?
It is for listing and ranking conditional chains, duplicate fixes, unnecessary error handling, and functions with competing responsibilities. It reports findings but applies no changes.
Why use it?
It helps find accumulated complexity across the project instead of inspecting only the latest code change.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the plumber plugin — 5 skills shipped together

Good fit It is for listing and ranking conditional chains, duplicate fixes, unnecessary error handling, and functions with competing responsibilities. It reports findings but applies no changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akshatnerella/plumber/plumber-audit
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.

Any agent
npx skills add akshatnerella/plumber --skill plumber-audit
Clone the repo
git clone --depth 1 https://github.com/akshatnerella/plumber

Made for: Claude Code.

Or install plumber, the plugin that ships this one along with the rest of its 5 skills.

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 plumber-audit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/akshatnerella/plumber/plumber-audit"><img src="https://agentmods.dev/badge/skills/akshatnerella/plumber/plumber-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 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.00022 $0.00278
Opus 5 $0.00011 $0.00139
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

plumber-audit 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.

.openclaw/skills/plumber-audit/SKILL.md · 34 lines

What it actually says

plumber-review, repo-wide. Scan the whole tree instead of a diff. Rank findings by root cause impact.

Tags

Same as plumber-review:

  • patch: fix covering a design flaw. Name the flaw.
  • complexity: code added to fight existing complexity. Name the root.
  • phantom: error handling for a scenario that shouldn't exist.
  • shrink: same logic, genuinely simpler structure.

Hunt

Conditional chains growing over time (sign of accumulated patches), error handling for impossible scenarios, try/catch around non-throwing code, functions with multiple competing concerns patched together, duplicate logic in sibling callers instead of one shared fix.

Output

One line per finding, ranked biggest impact first: <tag> <what is patched>. <redesign>. [path]

End with root causes addressable: <N>, estimated complexity removable: ~<M> lines.

Nothing to fix: Clean pipes. Ship.

Boundaries

Scope: patchwork and complexity only. Correctness, security, and performance are out of scope. Lists findings, applies nothing. One-shot.

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 · 34 lines · 22 tokens per session scan A bac41c0560c0

Subscribe to this mod's changes

plumber-audit is a skill published in the GitHub repository akshatnerella/plumber (8 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 278 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

audit-round

External-audit role for arcgentic rounds. Loaded when arcgentic state.yaml is in awaitingaudit or auditinprogress, OR when the user explicitly requests an external audit of a finished round, OR when reviewing a handoff doc + commit chain against the round's declared scope. Produces a PASS / NEEDSFIX / AUDITINCOMPLETE…

Arch1eSUN/Arcgentic · 117 tokens

code-reviewer

Code review knowledge base: quality, security (OWASP Top 10), error-handling, performance, and test-coverage checklists with severity-ranked output format. Use when reviewing code changes, PRs, or before commits. Loaded automatically by the code-reviewer agent.

claude-world/director-mode-lite · 59 tokens

arrow-maintenance

Navigation and audit overlay for linked-intent development. Use when working with docs/arrows/ — orienting via index.yaml, auditing spec-to-code coherence, detecting reverse orphans and drift, splitting/merging/renaming/re-parenting segments. Dual-mode: ambient guidance when the overlay is present…

jszmajda/lid · 85 tokens

reviewer

Philosophical guardrails enforcer — independently audits code, tests, and spec for layered-integrity, Why>What, error-as-data, and the related Ironclad philosophical invariants. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized…

qwerfunch/cladding · 68 tokens

review

Structured code review with parallel audit agents, confidence-scored triage, and optional auto-fix. Examines uncommitted changes, staged diffs, commit ranges, or specific paths. Produces a tiered report (MUST-FIX / RECOMMENDED / NIT) backed by evidence, then optionally applies fixes with verification.

greglas75/zuvo · 70 tokens

db-audit

Database performance and safety audit. 70+ checks across 13 dimensions (DB1-DB13): query patterns, indexes, schema design, connections, transactions, migrations, caching, query optimization, ORM anti-patterns, observability, data lifecycle, DB security, and migration deployment safety. Code-level checks for all ORMs.…

greglas75/zuvo · 115 tokens