audit

audit is a skill for Claude Code from HiAgencia/hi-claude. It costs 118 tokens per session (980 once invoked), scanned A, original, MIT.

A project-audit workflow for hi-claude that checks code-project guidance, memory, organization, roadmap, inventory, and whether documentation is still accurate. An audit is a structured review that produces findings.

In plain words
What is it for?
Use it when reviewing a project, its CLAUDE.md instructions, stored memory, roadmap, folder organization, inventory, or documentation currency.
Why use it?
It brings separate checks into one report, making outdated or unnecessary project material easier to identify before changes are made.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Part of the hi-claude plugin — 8 skills, 6 agents shipped together

Good fit Use it when reviewing a project, its CLAUDE.md instructions, stored memory, roadmap, folder organization, inventory, or documentation currency.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hiagencia/hi-claude/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 HiAgencia/hi-claude --skill audit
Clone the repo
git clone --depth 1 https://github.com/HiAgencia/hi-claude

Made for: Claude Code.

Or install hi-claude, the plugin that ships this one along with the rest of its 8 skills, 6 agents.

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 audit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hiagencia/hi-claude/audit"><img src="https://agentmods.dev/badge/skills/hiagencia/hi-claude/audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 980 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.00118 $0.00980
Opus 5 $0.00059 $0.00490
Sonnet 5 $0.00024 $0.00196
Haiku 4.5 $0.00012 $0.00098

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

Security

Grade A, and why

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 12d 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.

skills/audit/SKILL.md · 63 lines

How it starts

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

hi-claude Audit

Orchestrate the hi-claude auditors, consolidate one actionable report, and apply only what the user approves.

Steps

  1. Parse target from $ARGUMENTS: claude-md, memory, organization, roadmap, inventory, currency, or all (default all).
  2. Launch the corresponding agents in parallel using the Agent tool (single message, multiple calls): hi-claude:claude-md-auditor, hi-claude:memory-auditor, hi-claude:organization-auditor, hi-claude:roadmap-auditor, hi-claude:inventory-auditor, hi-claude:currency-auditor. Pass each one the project root path and, for the memory auditor, the project's memory directory (~/.claude/projects/<slug>/memory/).
  3. Consolidate their structured reports into ONE message in the user's language:

Report the measurement each auditor produced, never a letter: a grade is a verdict of value on the user's own project, and the rubrics already produce the datum.

## hi-claude Audit — <project>
📋 CLAUDE.md: <score/total> — <finding 1>, <finding 2>
🧠 Memory: <n checked, n with findings> — <finding 1>
🗺️ ROADMAP: <score/total> — <finding 1>
📁 Organization: <what was counted> — <finding 1>, <finding 2>
🧰 Inventory: <what was counted> — <finding 1>
🕰️ Currency: <n lines that expired of n> — <finding 1>, <finding 2>

Each finding: [evidence file:line] — what was observed — why it matters — proposed fix
  1. Respect the caps: max 1-2 findings per category in the main report (the agents already cap; do not re-expand). If an agent reported a 🚨 critical (secrets in plain text), surface it FIRST regardless of caps.
  2. Ask what to apply with AskUserQuestion: apply all / choose per item / nothing. NEVER apply without selection.
  3. Apply approved items only, one by one (the Guardian will confirm governed writes). For deletions of user files, show a summary of the file's content before deleting.
  4. Close with: "Want me to dig deeper into any category?" and, if it's been useful, remind that audits can run anytime.

Read the full file on GitHub · 63 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. 12d ago First seen · 63 lines · 118 tokens per session scan A b9d96b5e47e6

Subscribe to this mod's changes

audit is a skill published in the GitHub repository HiAgencia/hi-claude (2 stars, last pushed 21d ago), licensed MIT. It adds 118 tokens to every session and 980 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.