Accessibility Auditor
Audit Web Accessibility
Accessibility gaps can block users and create compliance risk. This skill guides WCAG audits, ARIA fixes, keyboard testing, and inclusive design reviews.
This skill is part of a pack
Install the whole pack to get every skill the task needs, in one command.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "Accessibility Auditor" from https://skillstore.io/skills/davila7-accessibility-auditor.md and its manifest at https://skillstore.io/api/skills/davila7-accessibility-auditor/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "Accessibility Auditor". Audit a checkout form for WCAG 2.1 AA readiness.
Expected outcome:
- Missing visible labels on required fields.
- Validation messages need programmatic association with each field.
- Error summary should receive focus after failed submission.
Using "Accessibility Auditor". Review a modal dialog interaction.
Expected outcome:
- The dialog needs an accessible name and modal state.
- Move focus into the dialog when it opens.
- Return focus to the trigger after closing.
Using "Accessibility Auditor". Create a test checklist for a marketing page.
Expected outcome:
- Run axe, WAVE, Lighthouse, and contrast checks.
- Test keyboard navigation at 200 percent zoom.
- Verify headings, landmarks, alt text, and screen reader announcements.
Security Audit
SafeAll 69 static findings are false positives caused by Markdown code spans, code fences, and JavaScript keyboard event properties. The skill contains accessibility guidance and examples, with no Ruby shell execution or certificate file access. No prompt injection, data exfiltration intent, or other semantic security issue was found.
Risk Factors
โ๏ธ External commands (50)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/davila7-accessibility-auditor/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-accessibility-auditor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-accessibility-auditor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-accessibility-auditor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-accessibility-auditor.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
davila7. (2026). Accessibility Auditor security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-accessibility-auditor/audits/9BibTeX citation
@techreport{davila7-davila7-accessibility-auditor-2026,
author = {davila7},
title = {Accessibility Auditor security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/davila7-accessibility-auditor/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "Accessibility Auditor security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/davila7-accessibility-auditor/audits/9"
identifiers:
- type: other
value: "skillstore:davila7-accessibility-auditor:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
crazydubya-accessibility-auditor
2026-08-21
davila7-accessibility-auditor
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Review a Feature Before Release
Check pages for alt text, labels, headings, contrast, landmarks, and keyboard access before launch.
Improve Inclusive Component Design
Plan accessible modals, tabs, accordions, forms, focus states, and live status messages.
Prepare Audit Evidence
Build a practical checklist for WCAG, Section 508, ADA, and assistive technology review.
Try These Prompts
Review this page for WCAG 2.1 AA issues. Focus on headings, links, images, forms, and color contrast.
Audit this workflow for keyboard access. Check tab order, focus indicators, skip links, Escape behavior, and focus restoration.
Evaluate this custom component for ARIA accuracy. Recommend roles, names, states, keyboard behavior, and live region changes.
Create a WCAG 2.1 AA audit plan for this release. Include automated checks, manual testing, screen reader coverage, and remediation priorities.
Best Practices
- Start with semantic HTML before adding ARIA.
- Test every important task with only a keyboard.
- Combine automated scans with screen reader and manual review.
Avoid
- Do not rely on placeholders instead of labels.
- Do not hide focus indicators from keyboard users.
- Do not add ARIA roles that duplicate native HTML semantics.