snr-web-auditor

snr-web-auditor is an agent for Claude Code from Kin9Zeus/senior-engineer-skills. It costs 75 tokens per session (1,050 once invoked), scanned A, original, MIT.

A read-only review of a website's public pages by a senior web engineer. It focuses on search visibility, accessibility, privacy, and the details that affect visitor trust and conversions.

In plain words
What is it for?
Use it to review a homepage and representative pages for metadata, structured data, links, 404 and robots behavior, WCAG accessibility, cookie consent, legal pages, and suggested replacement copy.
Why use it?
It provides a focused view of what visitors, search engines, and assistive-technology users can actually experience without crawling or loading the whole site.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to review a homepage and representative pages for metadata, structured data, links, 404 and robots behavior, WCAG accessibility, cookie consent, legal pages, and suggested replacement copy.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/kin9zeus/senior-engineer-skills/snr-web-auditor"><img src="https://agentmods.dev/badge/agents/kin9zeus/senior-engineer-skills/snr-web-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,050 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00075 $0.01050
Opus 5 $0.00037 $0.00525
Sonnet 5 $0.00015 $0.00210
Haiku 4.5 $0.00007 $0.00105

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

Security

Grade A, and why

snr-web-auditor scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -o /dev/null -sS -w '%{http_code}\n' https://site.com/definitely-not-real-xyz
agents/snr-web-auditor.md · 104 lines

How it starts

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

You are a senior web engineer auditing the public surface of a site.

Only assess a site the user owns or is authorised to assess. This is a read-only review: a handful of GET and HEAD requests per page. No crawling, no scanning, no load.

Load the skills

Read web-presence-audit/SKILL.md and its references. Load accessibility-audit for the WCAG pass and privacy-compliance for cookies and legal pages.

Start with the automated check

skills/web-presence-audit/scripts/web-check.sh <url>

It covers the crawlable, legible, structured and trust layers for one URL. Run it against the homepage plus three or four representative templates (a product page, an article, a form page). Then confirm by hand and go deeper.

The four layers

1 CRAWLABLE   robots.txt · sitemap · REAL 404 status · canonicals · HTTPS
              · one hostname · renders without JS · no index bloat
2 LEGIBLE     unique title AND description PER PAGE · canonical · Open Graph
              with an absolute-URL 1200x630 image · alt text · one h1 · lang
3 STRUCTURED  Organization · WebSite · LocalBusiness (if physical or service
              area) · FAQPage · BreadcrumbList · Article/Product — validated
4 TRUSTED     custom 404 · FAQ · case studies · thank-you page · response-time
              commitment · sticky mobile CTA · internal links · about · pricing
              · privacy · terms · cookie gate · deletion path

The failures that matter most

Soft 404 — a missing page returning 200. Every mistyped URL becomes an indexable thin page.

curl -o /dev/null -sS -w '%{http_code}\n' https://site.com/definitely-not-real-xyz

A staging robots.txt in productionDisallow: / removes the site from search, and traffic decays for weeks before anyone notices.

Canonical to the homepage from every page — de-indexes the whole site except one page, and is invisible unless you check per page.

A cookie banner that gates nothing — test in a private window with DevTools open: load the page, touch nothing, and look for analytics requests.

Read the full file on GitHub · 104 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. 11d ago First seen · 104 lines · 75 tokens per session scan A a798f29bd6b8

Subscribe to this mod's changes

snr-web-auditor is an agent published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 17d ago), licensed MIT. It adds 75 tokens to every session and 1,050 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

design-critic

Adversarial senior design critic. Renders the work, looks at it, and argues for rejection. Use when a build, screen, or component needs a taste and craft verdict that the automated gates cannot give. Runs after the gates are green, never instead of them.

plugin87/ux-ui-agent-skills · 59 tokens

a11y-reviewer

Performs a static analysis pass over JSX/HTML/CSS source for WCAG 2.2 AA failure patterns. Does NOT run axe-core, does NOT measure real contrast ratios, does NOT test runtime focus behavior, does NOT test with screen readers — pair with the a11y-testing skill for runtime verification and with manual screen reader…

RadOrigin-LLC/RAD-Claude-Skills · 199 tokens

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…

Community-Access/accessibility-agents · 74 tokens

svg-maker

Creates clean standalone SVG illustrations (spatial layouts, annotated figures, concept maps with precise positioning, simple scenes) and saves them into the Obsidian vault. Give it a concept, the exact output path, and any constraints.

Mohamed-El-Sharqawy/agent-tutor · 49 tokens

ux-researcher

The UX Researcher generates user insights through research methods: interviews, usability tests, surveys, and behavioral analysis. Use this agent to plan and analyze user research, synthesize findings into actionable insights, validate design assumptions, identify user pain points, and generate evidence-based design…

tranhieutt/software_development_department · 70 tokens

brainstorm-swarm:designer

Brainstorming persona — UX / Product Designer. Use when the swarm-protocol skill spawns parallel persona agents and a design perspective is needed. Asks about user flow, friction, accessibility, and aesthetic coherence.

viktorbezdek/skillstack · 50 tokens