Skip to main content

web-accessibility

Implements web accessibility standards to ensure compliance and enhance user experience for individuals with disabilities.

Install this skill

or
71/100

Security score

The web-accessibility skill was audited on May 15, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281className={`notification notification-${type}`}
medium line 568

Template literal with variable interpolation in command context

SourceSKILL.md
568id={`tab-${tab.id}`}
medium line 570

Template literal with variable interpolation in command context

SourceSKILL.md
570aria-controls={`panel-${tab.id}`}
medium line 585

Template literal with variable interpolation in command context

SourceSKILL.md
585id={`panel-${tab.id}`}
medium line 586

Template literal with variable interpolation in command context

SourceSKILL.md
586aria-labelledby={`tab-${tab.id}`}
low line 613

External URL reference

SourceSKILL.md
613- [WCAG 2.1 Guidelines](https://www.w3.org/WAI/WCAG21/quickref/)
low line 615

External URL reference

SourceSKILL.md
615- [WebAIM](https://webaim.org/)
low line 616

External URL reference

SourceSKILL.md
616- [axe DevTools](https://www.deque.com/axe/devtools/)
low line 617

External URL reference

SourceSKILL.md
617- [A11y Project](https://www.a11yproject.com/)
Scanned on May 15, 2026
View Security Dashboard
Installation guide →