Accessibility Patterns
Implements WCAG compliance and inclusive design patterns for enhanced accessibility in web applications.
Install this skill
or
55/100
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
high line 356
Direct command execution function call
SourceSKILL.md
| 356 | const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); |
medium line 193
Template literal with variable interpolation in command context
SourceSKILL.md
| 193 | const inputId = id || `input-${React.useId()}`; |
medium line 194
Template literal with variable interpolation in command context
SourceSKILL.md
| 194 | const errorId = error ? `${inputId}-error` : undefined; |
medium line 195
Template literal with variable interpolation in command context
SourceSKILL.md
| 195 | const helperId = helperText ? `${inputId}-helper` : undefined; |
medium line 282
Template literal with variable interpolation in command context
SourceSKILL.md
| 282 | this.announce(`Navigated to ${pageTitle}`, 'assertive'); |
medium line 286
Template literal with variable interpolation in command context
SourceSKILL.md
| 286 | this.announce(`Error: ${error}`, 'assertive'); |
medium line 290
Template literal with variable interpolation in command context
SourceSKILL.md
| 290 | this.announce(`Success: ${message}`, 'polite'); |
Scanned on Mar 1, 2026
View Security DashboardRate this skill
Categorydesign
UpdatedApril 10, 2026
github-copilotclaude-codecursorcodexchatgptfrontenddesignux-designerfrontend-developerproduct-managergrowth-pmcontent-marketerdesigndevelopmentproductmarketing
Coverage-Creatives/zeus