accessibility-audit
Guides users through comprehensive accessibility audits to ensure compliance with WCAG 2.1 AA standards, enhancing inclusive design.
Install this skill
or
73/100
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
medium line 410
Template literal with variable interpolation in command context
SourceSKILL.md
| 410 | className={`notification notification-${type}`} |
medium line 803
Template literal with variable interpolation in command context
SourceSKILL.md
| 803 | <div className={`flex items-center gap-2 px-3 py-2 rounded ${className}`}> |
medium line 1029
Template literal with variable interpolation in command context
SourceSKILL.md
| 1029 | <a href={`#${error.field}`}>{error.message}</a> |
medium line 1133
Template literal with variable interpolation in command context
SourceSKILL.md
| 1133 | alt={`${productName} product photo`} |
low line 1324
External URL reference
SourceSKILL.md
| 1324 | npx lighthouse https://localhost:3000 --only-categories=accessibility --view |
low line 1328
External URL reference
SourceSKILL.md
| 1328 | - Install: [axe DevTools Chrome Extension](https://chrome.google.com/webstore) |
low line 1334
External URL reference
SourceSKILL.md
| 1334 | npx pa11y-ci --sitemap https://yoursite.com/sitemap.xml |
low line 1451
External URL reference
SourceSKILL.md
| 1451 | - [WCAG 2.1 Guidelines](https://www.w3.org/WAI/WCAG21/quickref/) |
low line 1452
External URL reference
SourceSKILL.md
| 1452 | - [ARIA Authoring Practices Guide (APG)](https://www.w3.org/WAI/ARIA/apg/) |
low line 1453
External URL reference
SourceSKILL.md
| 1453 | - [WebAIM Contrast Checker](https://webaim.org/resources/contrastchecker/) |
low line 1454
External URL reference
SourceSKILL.md
| 1454 | - [A11y Project Checklist](https://www.a11yproject.com/checklist/) |
Scanned on Feb 28, 2026
View Security Dashboard