Accessibility Patterns
Implements WCAG compliance and inclusive design patterns for enhanced accessibility in web applications.
Install this skill
Security score
The Accessibility Patterns skill was audited on Mar 1, 2026 and we found 7 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 356 | const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); |
Template literal with variable interpolation in command context
| 193 | const inputId = id || `input-${React.useId()}`; |
Template literal with variable interpolation in command context
| 194 | const errorId = error ? `${inputId}-error` : undefined; |
Template literal with variable interpolation in command context
| 195 | const helperId = helperText ? `${inputId}-helper` : undefined; |
Template literal with variable interpolation in command context
| 282 | this.announce(`Navigated to ${pageTitle}`, 'assertive'); |
Template literal with variable interpolation in command context
| 286 | this.announce(`Error: ${error}`, 'assertive'); |
Template literal with variable interpolation in command context
| 290 | this.announce(`Success: ${message}`, 'polite'); |
Install this skill with one command
/learn @coverage-creatives/accessibility-patterns