snr-audit

snr-audit is a command for Claude Code from Kin9Zeus/senior-engineer-skills. It costs 26 tokens per session (683 once invoked), scanned A, original, MIT.

A command that runs a senior engineering audit of a repository across 15 areas and produces a prioritised findings report with a score from 0 to 100. It also offers shorter triage and deeper review modes.

In plain words
What is it for?
Auditing a repository, identifying issues in areas such as security, testing, operations and accessibility, and combining the results into one report.
Why use it?
It gives developers a structured way to find and rank weaknesses across a codebase instead of reviewing each engineering concern separately.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Part of the senior-engineer-skills plugin — 15 skills, 7 commands, 4 agents shipped together

Good fit Auditing a repository, identifying issues in areas such as security, testing, operations and accessibility, and combining the results into one report.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/kin9zeus/senior-engineer-skills/snr-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/Kin9Zeus/senior-engineer-skills

Made for: Claude Code.

Or install senior-engineer-skills, the plugin that ships this one along with the rest of its 15 skills, 7 commands, 4 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 snr-audit

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-audit"><img src="https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 683 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.00026 $0.00683
Opus 5 $0.00013 $0.00342
Sonnet 5 $0.00005 $0.00137
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

snr-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.

commands/snr-audit.md · 70 lines

How it starts

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

Senior Engineering Audit

Run a full-spectrum audit of $ARGUMENTS (default: the current repository).

Load the project-audit skill and follow it exactly. Load senior-engineer for the discovery protocol and the severity rubric.

Depth

  • --quick — the 30-minute triage in project-audit/references/quick-scan.md. Domains 1, 2, 3 and 11 at depth; the rest as a one-line status. Say explicitly that this is not a full audit.
  • (default) — Standard. All fifteen domains, depth proportional to weight.
  • --deep — All fifteen at depth, plus a threat model, a restore-drill request and a load-test recommendation.

Parallelising

--parallel is an explicit authorisation to dispatch concurrent domain reviewers. When passed, run these as independent subagents and merge the findings, giving each one the Ground Truth block so nobody re-derives it:

  1. Security and supply chain — load security-hardening
  2. Data and persistence — load database-engineering
  3. Testing and correctness — load testing-strategy
  4. Web presence, accessibility and privacy — load web-presence-audit, accessibility-audit, privacy-compliance
  5. Platform, observability and performance — load devops-platform, observability-slo, performance-engineering

Without --parallel, run the passes yourself, in weight order.

Before anything else

  1. Confirm scope. Repository only, or also the live site and infrastructure? Never send traffic to infrastructure the user has not confirmed they own or are authorised to test.
  2. Confirm what may be run. Read-only analysis is always safe. Ask before installing dependencies, running tests, or starting services.
  3. Run skills/project-audit/scripts/recon.sh (or recon.ps1) if the environment allows. It is read-only.

Output

Use project-audit/templates/audit-report.md. Write it to AUDIT-<YYYY-MM-DD>.md if it is longer than a screen, and offer to publish it as a shareable artifact.

Every finding: what is wrong → why it matters concretely → the fix → how to verify the fix, with a file:line location and a CONFIRMED/PLAUSIBLE label.

Read the full file on GitHub · 70 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 · 70 lines · 26 tokens per session scan A e611f655b506

Subscribe to this mod's changes

snr-audit is a command published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 18d ago), licensed MIT. It adds 26 tokens to every session and 683 once invoked, about $0.0001 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.