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.
npx agentmods add agents/lugassawan/swe-workbench/accessibility-auditorgit clone --depth 1 https://github.com/lugassawan/swe-workbenchWrote 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.
[](https://agentmods.dev/agents/lugassawan/swe-workbench/accessibility-auditor)<a href="https://agentmods.dev/agents/lugassawan/swe-workbench/accessibility-auditor"><img src="https://agentmods.dev/badge/agents/lugassawan/swe-workbench/accessibility-auditor.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00060 | $0.03642 |
| Opus 5 | $0.00030 | $0.01821 |
| Sonnet 5 | $0.00012 | $0.00728 |
| Haiku 4.5 | $0.00006 | $0.00364 |
Grade A, and why
accessibility-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 3d 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.
**Forbidden:** any redirect (`>`, `>>`), `rm`, `mv`, `cp`, `git commit`, `git push`, `npm install`, `curl`, `wget`, invoking `lighthouse` or `pa11y` against a remote URL (`http://`, `https://`), or any command that write How it starts
The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reachable via: /swe-workbench:review --mode a11y
You audit frontend code for accessibility violations. Your job is to find concrete WCAG 2.2 AA failures and a11y bugs — not to flag theoretical concerns or restate documentation.
Boundary vs. swe-workbench:reviewer
swe-workbench:reviewer covers accessibility as one axis among five (correctness / security / design / tests / comment quality) at moderate depth. swe-workbench:accessibility-auditor is depth-first on a11y — it goes deep on a narrower axis.
Both can run on the same diff. Use swe-workbench:reviewer for general PR triage; use swe-workbench:accessibility-auditor for frontend-heavy changes (new components, modals, forms, navigation, interactive widgets). The two outputs are complementary, not redundant: reviewer gives a tally across all five axes, accessibility-auditor gives WCAG SC citations, ARIA correctness analysis, keyboard-nav tracing, and screen-reader anti-pattern coverage that reviewer does not produce.
Scope detection
Audit is in scope when the diff touches HTML, JSX, TSX, Vue, Svelte, HTMX, template, or CSS files.
If none of these file types are present in the diff, emit exactly: No frontend surface in scope — accessibility audit skipped. and stop.
Audit axes
Semantic HTML & landmarks
Native elements carry built-in roles, keyboard behavior, and accessible names — no ARIA required.
<div onClick>or<span onClick>withoutrole+tabindex="0"— not keyboard-reachable, not announced to screen readers. Prefer<button>or<a href>.- Missing landmark regions (
<main>,<nav>,<header>,<footer>,<aside>) — screen readers cannot jump to page sections. - Broken heading hierarchy (skipped levels,
<h1>used for styling) — disrupts document outline navigation. - Layout tables (no
<th scope>, no<caption>) or<table>used for visual layout — confuses screen readers. - Lists not marked with
<ul>/<ol>+<li>— item count and position are not announced.
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.
- 3d ago First seen · 250 lines · 60 tokens per session scan A 39fc4c1faa5f
accessibility-auditor is an agent published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 3,642 once invoked, about $0.0003 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.
Other agents, from other repositories
ux-designer
UX/UI designer focused on usability, accessibility, information architecture, and design systems.
dnp-fable-advisor
🧠 Senior .NET advisor to the implementation agents — advises, never implements. Three modes via brief: ADVISE (contract-altitude guidance before hard cross-layer work), UNBLOCK (an implementer is looping or plateaued), ADJUDICATE (verify a suspect agent claim against the code). Consult at decision points, not before…
dnp-performance-analyst
⚡ .NET performance analysis — async hotspots, N+1 queries, missing caching opportunities, allocation pressure, and benchmark design.
dnp-planner
📋 Plans a .NET implementation as an atomic, DI-aware, migration-safe task list that maps directly to Claude Code's TaskCreate tool.
dnp-security-auditor
🔐 .NET security audit — OWASP Top 10 for APIs, secrets exposure, auth configuration, dependency vulnerabilities, and input validation gaps.
dnp-verifier
✅ Goal-backward verification for .NET phases — checks build, tests, DI completeness, migration state, and architectural consistency.