audit-accessibility

audit-accessibility is a command for coding agents from armanzeroeight/fastagent-plugins. It costs 10 tokens per session (840 once invoked), scanned A, original, MIT.

Audit web page or component for WCAG accessibility compliance.

Command

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 commands/armanzeroeight/fastagent-plugins/audit-accessibility
Clone the repo
git clone --depth 1 https://github.com/armanzeroeight/fastagent-plugins

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-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/commands/armanzeroeight/fastagent-plugins/audit-accessibility.svg)](https://agentmods.dev/commands/armanzeroeight/fastagent-plugins/audit-accessibility)
Your own site
<a href="https://agentmods.dev/commands/armanzeroeight/fastagent-plugins/audit-accessibility"><img src="https://agentmods.dev/badge/commands/armanzeroeight/fastagent-plugins/audit-accessibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 840 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00010 $0.00840
Opus 5 $0.00005 $0.00420
Sonnet 5 $0.00002 $0.00168
Haiku 4.5 $0.00001 $0.00084

Measured today against content hash 738531bf3f89, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

audit-accessibility 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 today.

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.

plugins/frontend-developer/commands/audit-accessibility.md · 149 lines

How it starts

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

Audit Accessibility

Audit web page or component for accessibility issues and WCAG compliance.

Your Task

Perform accessibility audit and provide remediation recommendations.

Arguments

  • $1: File path or URL to audit

Steps

  1. Read the code or page:

    • Parse HTML/JSX structure
    • Identify interactive elements
    • Check for ARIA attributes
  2. Check critical issues:

    Missing alt text:

    • Find all <img> tags
    • Check for alt attribute
    • Flag decorative images without alt=""

    Form labels:

    • Find all inputs
    • Check for associated labels
    • Verify aria-label or aria-labelledby

    Keyboard navigation:

    • Check for onClick on non-interactive elements
    • Verify tabIndex usage
    • Check for keyboard event handlers

    Color contrast:

    • Identify text and background colors
    • Calculate contrast ratios
    • Flag ratios below 4.5:1 (AA)

    Heading hierarchy:

    • Check heading levels (h1-h6)
    • Verify no skipped levels
    • Ensure single h1 per page
  3. Check ARIA usage:

    • Verify valid ARIA attributes
    • Check for redundant ARIA
    • Validate ARIA roles
  4. Provide severity ratings:

    Critical (must fix):

    • Missing alt text on images
    • Form inputs without labels
    • Keyboard traps
    • Color contrast below 3:1

    High (should fix):

    • Color contrast below 4.5:1
    • Missing ARIA labels on icon buttons
    • Improper heading hierarchy
    • Missing skip links

    Medium (recommended):

    • Missing lang attribute
    • No focus indicators
    • Redundant ARIA
    • Missing landmarks
  5. Provide remediation code:

    For each issue, show before/after:

    // Before
    <img src="logo.png" />
    
    // After
    <img src="logo.png" alt="Company Logo" />
    
  6. Generate accessibility report:

    Accessibility Audit Report
    ==========================
    
    WCAG Level: AA
    
    Critical Issues (3):
    1. Missing alt text on 5 images
    2. Form input without label (email field)
    3. Button not keyboard accessible
    
    High Priority (4):
    1. Color contrast 3.2:1 on button (needs 4.5:1)
    2. Heading hierarchy skips from h1 to h3
    3. Icon button missing aria-label
    4. No skip link for keyboard users
    
    Medium Priority (2):
    1. Missing lang attribute on html
    2. Focus indicator not visible
    
    Compliance Score: 65/100
    Estimated fix time: 2-3 hours
    

Read the full file on GitHub · 149 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. today First seen · 149 lines · 10 tokens per session scan A 738531bf3f89

Subscribe to this mod's changes

audit-accessibility is a command published in the GitHub repository armanzeroeight/fastagent-plugins (29 stars, last pushed 1mo ago), licensed MIT. It adds 10 tokens to every session and 840 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-09-03.

Related

Other commands, from other repositories

prototype-lab

Cria o Prototype Lab da Fase 3 — três direções visuais distintas em HTML/CSS/JS com o mesmo mock data. Roda ANTES do Product Brief, não depois.

lglucas/ai-dev-operating-system · 40 tokens

motion-design

Design micro-interactions, transitions, and animation systems for UI components or full pages.

Adityaraj0421/naksha-studio · 17 tokens

ux-motion

Animation and motion rubric. Checks timing, easing, meaning, reduced-motion compliance, and performance for every animation on a surface. Triggers on "motion check", "are the animations good", or "fix the motion". Use when auditing motion or animations, checking durations / easing / reduced-motion / performance, is…

Laith0003/ux-skill · 104 tokens

ux-recommend

The v2 flagship. Runs the 5-parallel-search Python engine across 11 data manifests (75+ styles, 170+ palettes, 65+ type pairs, 120+ components, 170+ industries, 110+ UX laws, 50+ motion presets, 120+ anti-patterns, 92 brand specs) and returns a complete recommended design system for your project — with always-on…

Laith0003/ux-skill · 93 tokens

color-specialist

Use when colour is failing. Contrast below AA, a palette with no system behind it, dark mode that is only inverted light mode, or semantic colours that carry no meaning.

imsaif/design-with-claude · 35 tokens

motion-designer

Use when animation feels wrong. Transitions too slow or too bouncy, motion with no purpose, blanket transitions on every property, no reduced-motion support, or animation that drops frames.

imsaif/design-with-claude · 37 tokens