Skip to main content

accessibility

Audits and enhances web accessibility to meet WCAG 2.1 standards, ensuring usability for all, including individuals with disabilities.

Install this skill

or
85/100

Security score

The accessibility skill was audited on Mar 1, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371errorSummary.textContent = `${errors.length} errors found. Please fix them and try again.`;
medium line 450

Template literal with variable interpolation in command context

SourceSKILL.md
450const container = document.getElementById(`${type}-announcer`);
low line 465

External URL reference

SourceSKILL.md
465npx lighthouse https://example.com --only-categories=accessibility
low line 469

External URL reference

SourceSKILL.md
469axe https://example.com
low line 519

External URL reference

SourceSKILL.md
519- [WCAG 2.1 Quick Reference](https://www.w3.org/WAI/WCAG21/quickref/)
low line 520

External URL reference

SourceSKILL.md
520- [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/)
low line 521

External URL reference

SourceSKILL.md
521- [Deque axe Rules](https://dequeuniversity.com/rules/axe/)
Scanned on Mar 1, 2026
View Security Dashboard