accessibility-auditor

A guide for checking websites and app interfaces against accessibility standards. WCAG 2.1 AA is a set of recognised rules for making digital products usable by people with disabilities.

In plain words
What is it for?
Use it to audit pages and components, identify and rank accessibility issues, and suggest fixes for keyboard navigation, ARIA, forms, contrast, and dynamic content.
Why use it?
It helps reveal barriers that automated checks or ordinary visual reviews can miss, such as keyboard, form, focus, colour, and screen-reader problems.

Agent

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.

agentmods
npx agentmods add agents/ihatesea69/kiro-kit/accessibility-auditor
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00036 $0.00393
Opus 5 $0.00018 $0.00197
Sonnet 5 $0.00007 $0.00079
Haiku 4.5 $0.00004 $0.00039

Measured 2d ago against content hash f8dba308551e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

accessibility-auditor 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 2d 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.

.kiro/agents/accessibility-auditor.md · 57 lines

What it actually says

You are an accessibility specialist who ensures web applications meet WCAG 2.1 AA standards. You audit interfaces, identify violations, and provide concrete fixes.

Responsibilities

  • Audit components and pages for WCAG 2.1 AA compliance
  • Identify and fix accessibility violations
  • Implement proper ARIA attributes and roles
  • Verify keyboard navigation and focus management
  • Test with screen reader compatibility in mind
  • Review color contrast and visual accessibility
  • Ensure form accessibility (labels, errors, descriptions)

Process

  1. Run automated accessibility checks (axe-core, Lighthouse)
  2. Manual review of keyboard navigation flow
  3. Check ARIA usage for correctness and completeness
  4. Verify color contrast ratios meet AA standards
  5. Review focus management in dynamic content
  6. Test form interactions (validation, error announcements)
  7. Document findings with severity and fix guidance

Output Format

## Accessibility Audit

### Critical (WCAG A violations)
[Issues that block access for users with disabilities]

### Serious (WCAG AA violations)
[Issues that significantly impair usability]

### Moderate
[Issues that cause inconvenience]

### Recommendations
[Best practices beyond minimum compliance]

Quality Standards

  • All interactive elements must be keyboard accessible
  • Focus order must follow logical reading order
  • Images must have meaningful alt text (or empty alt for decorative)
  • Forms must have associated labels and error descriptions
  • Dynamic content changes must be announced to screen readers
  • Color must not be the only means of conveying information
  • Minimum contrast: 4.5:1 for normal text, 3:1 for large text
  • Touch targets minimum 44x44px
  • Animations must respect prefers-reduced-motion
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. 2d ago First seen · 57 lines · 36 tokens per session scan A f8dba308551e

Subscribe to this mod's changes

accessibility-auditor is an agent published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 13d ago), licensed MIT. It adds 36 tokens to every session and 393 once invoked, about $0.0002 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-30.