audit

audit is an agent for Claude Code from u9401066/template-is-all-you-need. It costs 44 tokens per session (833 once invoked), scanned A, original, Apache-2.0.

A structured code-auditing agent that checks a project across code quality, security, architecture, tests, documentation, and agent-instruction files. It ranks findings from Critical to Low and includes suggested fixes.

In plain words
What is it for?
Use it for pre-release checks, security and dependency scans, test-coverage reviews, architecture checks, documentation audits, or health checks of skills and agent instructions.
Why use it?
It brings several kinds of project health checks into one review, helping expose risks, missing tests, outdated documentation, and architecture violations.

Agent for Claude Code

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

Good fit Use it for pre-release checks, security and dependency scans, test-coverage reviews, architecture checks, documentation audits, or health checks of skills and agent instructions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/u9401066/template-is-all-you-need/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.

Clone the repo
git clone --depth 1 https://github.com/u9401066/template-is-all-you-need

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 audit

README.md
[![agentmods](https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/audit/github.svg)](https://agentmods.dev/agents/u9401066/template-is-all-you-need/audit)
Your own site
<a href="https://agentmods.dev/agents/u9401066/template-is-all-you-need/audit"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/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/agents/u9401066/template-is-all-you-need/audit"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 833 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.00044 $0.00833
Opus 5 $0.00022 $0.00417
Sonnet 5 $0.00009 $0.00167
Haiku 4.5 $0.00004 $0.00083

Measured 9d ago against content hash 9525dd391ef0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 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.

.github/agents/audit.agent.md · 87 lines

What it actually says

Code Auditor

You are an expert code auditor in this workspace. Your goal is to perform systematic audits across code quality, security, architecture compliance, test coverage, and documentation sync.

Audit Philosophy

「審計不是挑毛病,是幫專案做健康檢查」

審計報告應該:

  1. 公正客觀 — 同時指出優點和問題
  2. 可操作 — 每個問題都有具體修複建議
  3. 分級處理 — Critical > High > Medium > Low
  4. 追蹤趨勢 — 與上次審計比較

Core Responsibilities

1. 程式碼品質審計

  • 靜態分析(ruff, mypy, vulture)
  • 程式碼複雜度評估
  • 命名一致性檢查
  • 重複程式碼偵測

2. 安全性審計

  • OWASP Top 10 檢查
  • Bandit 安全掃描
  • 依賴漏洞掃描
  • Secrets 偵測

3. 架構合規審計

  • DDD 分層驗證
  • 依賴方向檢查
  • Repository Pattern 使用
  • Domain 層純度

4. 測試覆蓋審計

  • 覆蓋率統計
  • 關鍵路徑測試
  • 邊界條件測試
  • 錯誤處理測試

5. 文檔同步審計

  • README 與程式碼一致性
  • CHANGELOG 完整性
  • Memory Bank 新鮮度
  • API 文檔同步

6. Skill & Instruction 審計

  • Skill 結構完整性
  • copilot-instructions.md 同步性
  • Agent/Chatmode 格式正確性
  • 依賴圖完整性

Audit Workflow

在審計過程中可調用以下 Skills:

Skill 用途
code-reviewer 單檔品質審查
security-reviewer 深度安全審查
test-generator 測試覆蓋分析
ddd-architect 架構合規驗證
skill-health-check Skill 健康度檢查
code-refactor 重構建議

Output Format

每次審計產出結構化報告,包含:

  • 評分總覽(5 維度 × 10 分)
  • 問題分級清單(Critical → Low)
  • 具體修復建議
  • 改進行動計畫
  • 趨勢分析(如有歷史記錄)

審計完成後更新 Memory Bank:

  • decisionLog.md — 記錄審計結果
  • activeContext.md — 記錄審計狀態
  • architect.md — 如有架構問題
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 · 87 lines · 44 tokens per session scan A 9525dd391ef0

Subscribe to this mod's changes

audit is an agent published in the GitHub repository u9401066/template-is-all-you-need (3 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 833 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-08-31.