audit

audit is a skill for Claude Code from dkadts/landing-kit-building. It costs 51 tokens per session (2,660 once invoked), scanned A, original, MIT.

A pre-release checklist that tests a website for design-rule violations, performance, accessibility, SEO, security, mobile behavior, typography, and required references.

In plain words
What is it for?
Use it after building and adapting a site for mobile, before running /deploy, or during development for regular verification.
Why use it?
It finds blocking problems before deployment and reports each check as a pass or fail with the relevant file and line.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it after building and adapting a site for mobile, before running /deploy, or during development for regular verification.

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

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/dkadts/landing-kit-building/audit.svg)](https://agentmods.dev/skills/dkadts/landing-kit-building/audit)
Your own site
<a href="https://agentmods.dev/skills/dkadts/landing-kit-building/audit"><img src="https://agentmods.dev/badge/skills/dkadts/landing-kit-building/audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,660 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.00051 $0.02660
Opus 5 $0.00026 $0.01330
Sonnet 5 $0.00010 $0.00532
Haiku 4.5 $0.00005 $0.00266

Measured 8d ago against content hash 5e0654c78ff5, 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.

.claude/skills/audit/SKILL.md · 169 lines

How it starts

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

/audit

Final verifier before /deploy. Categories: anti-slop (what killed prior projects), technique (perf, a11y, SEO), contract (matches DESIGN-LOCK, brief, and the approved manifest).

When to use

  • After /build + /mobile (site assembled).
  • Before /deploy (required gate).
  • Regularly during development for sanity checks.

Check categories

A. Anti-AI-slop (DESIGN-LOCK enforcement)

Walk HTML/CSS/JS. Each check = pass / fail with file/line.

  • Emoji in HTML — grep [\u{1F300}-\u{1F9FF}] in HTML. Fail if found (unless emoji is in the brand book).
  • More than one gradient — grep linear-gradient|radial-gradient|conic-gradient. Fail if > 1 unique.
  • More than one radius — grep all border-radius:. Everything must be var(--radius). Fail on hardcode.
  • More than 2 font-weights — grep font-weight:. Fail if > 2 unique values project-wide.
  • Center-align > 50% — count sections with text-align: center vs total. Warning if > 50%.
  • More than 5 section types — count unique <section class="sec sec-...">. Fail if > 5 (see DESIGN-LOCK §8).
  • Decorative icons — visually check: icons purely for decoration? Warning.
  • Bounce/spring motion — grep cubic-bezier for out-of-range values (>1 or <0). Fail if found and not allowed in DESIGN-LOCK.
  • Mixed icon libraries — > 1 SVG sprite or > 1 icon font. Fail.
  • Pill everywhere — if DESIGN-LOCK radius ≠ 999 but border-radius: 999px present — Fail.

A2. Typography (English print-quality rules)

  • Hanging short words at line end — grep the rendered HTML for space-separated short words at potential line breaks. Specifically: scan each text node for space-terminated sequences ending in words from the /typography canonical short-word list (a, an, the, and, or, but, of, to, in, on, for, with, is, are, be, it, we, you, etc.). If the space is a regular space (not &nbsp;) and the next word exists, this is a violation. Fail with line reference.
  • Dashes at line end — grep for [-–—] (space, dash, space). If the space before the dash is a regular space (not &nbsp;), this is a violation. Fail.
  • Orphans in headings and paragraphs — for each <h1>, <h2>, <h3>, <p>, <li>, <blockquote>, verify the last two words are joined by &nbsp;. Fail if a regular space separates the last two words of a text node.
  • Language contract — if <html lang="en"> is not set, and the copy is English, fail the language attribute check (also caught in D). Typography rules only apply to English.
  • no-typo opt-outs — count elements with class="no-typo". Warning if > 3 (user disabled typography on many blocks — worth reviewing).

Read the full file on GitHub · 169 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. 8d ago First seen · 169 lines · 51 tokens per session scan A 5e0654c78ff5

Subscribe to this mod's changes

audit is a skill published in the GitHub repository dkadts/landing-kit-building (2 stars, last pushed 19d ago), licensed MIT. It adds 51 tokens to every session and 2,660 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 skills, from other repositories