# Accessibility Checker

> Read an HTML file and report accessibility (a11y) issues like missing alt text and low contrast. Read-only audit.

- Skill: `mlsecopshub/accessibility-checker-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mlsecopshub/accessibility-checker-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mlsecopshub/accessibility-checker-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: MLSecOpsHub (https://skillmd.com/u/mlsecopshub)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mlsecopshub/accessibility-checker-2

---


# Accessibility Checker

A genuinely read-only accessibility audit: name, description, and behavior agree.

## Steps
1. Read the HTML file the user names.
2. Report a11y issues: missing `alt`, unlabeled controls, heading order, contrast hints.
3. Suggest fixes in your reply. Do not modify any file.

## Boundaries
- Read-only means read-only: no writes, no shell, no network.
- `allowed-tools` is `Read` only, matching the advertised behavior exactly.

