accessibility-audit
Guides users through comprehensive accessibility audits to ensure compliance with WCAG 2.1 AA standards, enhancing inclusive design.
Install this skill
Security score
The accessibility-audit skill was audited on Feb 28, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 410 | className={`notification notification-${type}`} |
Template literal with variable interpolation in command context
| 803 | <div className={`flex items-center gap-2 px-3 py-2 rounded ${className}`}> |
Template literal with variable interpolation in command context
| 1029 | <a href={`#${error.field}`}>{error.message}</a> |
Template literal with variable interpolation in command context
| 1133 | alt={`${productName} product photo`} |
External URL reference
| 1324 | npx lighthouse https://localhost:3000 --only-categories=accessibility --view |
External URL reference
| 1328 | - Install: [axe DevTools Chrome Extension](https://chrome.google.com/webstore) |
External URL reference
| 1334 | npx pa11y-ci --sitemap https://yoursite.com/sitemap.xml |
External URL reference
| 1451 | - [WCAG 2.1 Guidelines](https://www.w3.org/WAI/WCAG21/quickref/) |
External URL reference
| 1452 | - [ARIA Authoring Practices Guide (APG)](https://www.w3.org/WAI/ARIA/apg/) |
External URL reference
| 1453 | - [WebAIM Contrast Checker](https://webaim.org/resources/contrastchecker/) |
External URL reference
| 1454 | - [A11y Project Checklist](https://www.a11yproject.com/checklist/) |
Install this skill with one command
/learn @mgd34msu/accessibility-audit