audit

audit is a skill for Claude Code from daanvandenbergh/claudekit. It costs 143 tokens per session (5,330 once invoked), scanned A, original, no licence file.

A staged review of a code module covering security, code quality, how calls flow through the code, and test coverage.

In plain words
What is it for?
Use it to audit a module, fix the issues found, verify the build and tests, and produce a versioned audit report.
Why use it?
It helps find problems in existing code and then checks that fixes still build and pass tests.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to audit a module, fix the issues found, verify the build and tests, and produce a versioned audit report.

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

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/skills/daanvandenbergh/claudekit/audit/github.svg)](https://agentmods.dev/skills/daanvandenbergh/claudekit/audit)
Your own site
<a href="https://agentmods.dev/skills/daanvandenbergh/claudekit/audit"><img src="https://agentmods.dev/badge/skills/daanvandenbergh/claudekit/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/daanvandenbergh/claudekit/audit"><img src="https://agentmods.dev/badge/skills/daanvandenbergh/claudekit/audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,330 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.00143 $0.05330
Opus 5 $0.00072 $0.02665
Sonnet 5 $0.00029 $0.01066
Haiku 4.5 $0.00014 $0.00533

Measured 8d ago against content hash 020c2d783ec8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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/ts/audit/SKILL.md · 369 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

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 369 lines · 143 tokens per session scan A 020c2d783ec8

Subscribe to this mod's changes

audit is a skill published in the GitHub repository daanvandenbergh/claudekit (2 stars, last pushed 6d ago), with no licence file. It adds 143 tokens to every session and 5,330 once invoked, about $0.0007 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

code-review

Code review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventing false completion claims in pull requests.

secondsky/claude-skills · 35 tokens

with-eval

Reviews code diffs against a structured checklist covering security (sql-injection, hardcoded-secret, unvalidated-input), reliability (missing-error-handling, resource-leak), and correctness (off-by-one, wrong-comparison). Use when reviewing PRs, audit diffs, or any code change where you want a categorised…

nicolasmelo1/logion · 104 tokens

ship-it-or-fix-it

Oracle-frozen Builder and independent-Judge convergence cycle. Load ONLY when the operator explicitly sets Governance Dial G2 for the task, or explicitly names this skill or an active work unit already running it. Never auto-activate on task class, such as security, auth, or payments. If a task seems to warrant G2 and…

Ezra144israel/governed-agent-skills · 98 tokens

test-verification

Requires behavioral, failure-path, and durable-seam evidence for tests and review. Use when writing tests, reviewing test coverage, assessing behavioral test quality, or accepting high-risk behavior on test evidence.

Ezra144israel/governed-agent-skills · 43 tokens

agent-review-panel

Orchestrate a multi-agent adversarial review panel: subagents with different perspectives independently review, debate and discuss, reach or fail consensus, then a supreme judge renders the verdict. Trigger on "review panel", "multi-agent review", "adversarial review", "panel review", "have agents debate this", "get…

wan-huiyan/agent-review-panel · 328 tokens

capstone-radar

Unified A-F grading and ship/no-ship decisions for the 6-skill radar family (5 companions + capstone). Aggregates handoffs from data-model, ui-path, roundtrip, time-bomb, and ui-enhancer; owns 5 grep-reliable domains; tracks velocity; celebrates improvements. Triggers: "capstone radar", "can I ship", "grade codebase"…

Terryc21/radar-suite · 91 tokens