accessibility-checker

A web accessibility checker that looks for problems affecting people who use assistive technology. It can also correct ARIA attributes, which are labels that describe web controls to screen readers.

In plain words
What is it for?
Use it to scan web applications for accessibility issues and repair incorrect or missing ARIA attributes.
Why use it?
It helps find and fix interface barriers that may make a web application difficult to use with a screen reader or other accessibility tools.

Plugin for Claude Code

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 plugins/rohitg00/awesome-claude-code-toolkit/accessibility-checker
Claude Code
/plugin marketplace add rohitg00/awesome-claude-code-toolkit
Clone the repo
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

accessibility-checker 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 yesterday.

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/accessibility-checker/.claude-plugin/plugin.json · 7 lines

What it actually says

{
  "name": "accessibility-checker",
  "version": "1.0.0",
  "description": "Scan for accessibility issues and fix ARIA attributes in web applications",
  "commands": ["commands/a11y-scan.md", "commands/aria-fix.md"]
}
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. yesterday First seen · 7 lines scan A 853b49417715

Subscribe to this mod's changes

accessibility-checker is a plugin published in the GitHub repository rohitg00/awesome-claude-code-toolkit (2,570 stars, last pushed 3mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.

Related

Other plugins, from other repositories

taches-cc-resources

Plugin marketplace listing 1 plugin: taches-cc-resources.

glittercowboy/taches-cc-resources · not measured

insurgent-campaign

Produces grassroots-first campaign plans for startups, NGOs, movements, and solo brands being outspent by incumbents. Ideates campaigns of any kind (awareness, launch, fundraising, mobilization, counter-narrative), audits spend asymmetry, assembles an insurgent channel stack with 70/30 boost rules, and outputs a…

bencium/bencium-marketplace · not measured

instruction-eval

Change one condition an agent runs under (instruction text, the reference material instructions point at, MCP tools and permissions, hooks, skill files), then run the same prompts before and after, several times each, to see what actually changes. Produces an HTML report showing both arms' answers side by side. Use…

2ykwang/agent-skills · not measured

eu-ai-act-reviewer

Review user journeys, public content, and codebases for potentially relevant EU AI Act provisions, with exact official citations, evidence gaps, application dates, and plain-language next actions. Issue-spotting only — never a legal or compliance verdict.

bencium/bencium-marketplace · not measured

commit-fixup

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review fixes into their commits', 'fixup', 'amend into an existing…

2ykwang/agent-skills · not measured

create-qa-list

Turn code, specs, a PR, or the current conversation into a QA test-case list a non-developer can read and run, exported as CSV, a shareable HTML report, or both. Trigger when the user wants QA test cases, a test plan, a QA checklist, or a test-case CSV/HTML (e.g. "write test cases for this", "make a QA list"). Output…

2ykwang/agent-skills · not measured