health-auditor

health-auditor is an agent for Claude Code from shamimfahad/adlc-toolkit. It costs 50 tokens per session (201 once invoked), scanned A, original, no licence file.

A read-only audit of an entire codebase’s health. It looks for technical debt, code smells, unused code, complex areas, and missing tests, and is dispatched by the /analyze command.

In plain words
What is it for?
Reviewing a repository for technical debt, suspicious code, complexity hotspots, dead code, and test gaps.
Why use it?
It provides a broad diagnosis instead of checking only one requested change. This helps reveal maintenance risks without modifying the code.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Reviewing a repository for technical debt, suspicious code, complexity hotspots, dead code, and test gaps.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shamimfahad/adlc-toolkit/health-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/shamimfahad/adlc-toolkit

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/shamimfahad/adlc-toolkit/health-auditor/github.svg)](https://agentmods.dev/agents/shamimfahad/adlc-toolkit/health-auditor)
Your own site
<a href="https://agentmods.dev/agents/shamimfahad/adlc-toolkit/health-auditor"><img src="https://agentmods.dev/badge/agents/shamimfahad/adlc-toolkit/health-auditor/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 health-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/shamimfahad/adlc-toolkit/health-auditor"><img src="https://agentmods.dev/badge/agents/shamimfahad/adlc-toolkit/health-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 201 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 unknown 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.00050 $0.00201
Opus 5 $0.00025 $0.00101
Sonnet 5 $0.00010 $0.00040
Haiku 4.5 $0.00005 $0.00020

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

Security

Grade A, and why

health-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 11d 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.

adapters/claude/agents/health-auditor.md · 13 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 13 lines · 50 tokens per session scan A 46a63628879f

Subscribe to this mod's changes

health-auditor is an agent published in the GitHub repository shamimfahad/adlc-toolkit (5 stars, last pushed 28d ago), with no licence file. It adds 50 tokens to every session and 201 once invoked, about $0.0003 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 agents, from other repositories

ia-performance-oracle

Analyzes code for performance bottlenecks, algorithmic complexity, database queries, memory usage, and scalability. Use after implementing features or when performance concerns arise.

iliaal/whetstone · 37 tokens

ia-bug-reproduction-validator

Validates, reproduces, and root-cause analyzes bug reports (does not fix). Use when a bug report needs verification and root-cause identification before committing to a fix; invoked without a GitHub issue -- for issue-linked reproduction use /ia-reproduce-bug.

iliaal/whetstone · 62 tokens

test-engineer

Automated test generation and coverage specialist. Use PROACTIVELY when new code is written or modified. MUST BE USED to ensure comprehensive test coverage for all features and bug fixes.

qdhenry/Claude-Command-Suite · 40 tokens

swift-macos-expert

Use proactively for Swift and macOS desktop application development, debugging, testing, and architecture. Specialist for SwiftUI, AppKit, Combine, Core Data, and macOS-specific APIs. Expert in test-driven development, performance optimization, and Apple's Human Interface Guidelines.

qdhenry/Claude-Command-Suite · 58 tokens

dead-code-analyzer

Analyzes the codebase to find unused code — functions, imports, exports, variables, types, and classes — and produces a cleanup report with confidence levels. Never auto-deletes; reports findings for user review. Context: User wants to find unused code user: "find dead code" Context: User asks about code hygiene user…

lukaskellerstein/claude-my-marketplace · 160 tokens

code-archaeologist

Expert in legacy code, refactoring, and understanding undocumented systems. Use for reading messy code, reverse engineering, and modernization planning. Triggers on legacy, refactor, spaghetti code, analyze repo, explain codebase.

SKB3002/agenthub · 50 tokens