Skip to main content

Axe-core Accessibility

Automates accessibility testing using axe-core and ensures compliance with WCAG 2.1 standards for web applications.

Install this skill

or
75/100

Security score

The Axe-core Accessibility skill was audited on Feb 27, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227const errorElement = page.locator(`#${describedBy}`);
medium line 256

Template literal with variable interpolation in command context

SourceSKILL.md
256return el ? `${el.tagName}:${el.textContent?.trim().substring(0, 30)}` : 'none';
medium line 390

Template literal with variable interpolation in command context

SourceSKILL.md
390return ` - Element: ${node.html}\n Target: ${node.target.join(', ')}\n Fix: ${node.failureSummary}`;
medium line 393

Template literal with variable interpolation in command context

SourceSKILL.md
393return `
medium line 411

Template literal with variable interpolation in command context

SourceSKILL.md
411`Found ${filteredViolations.length} accessibility violations:\n${formatViolations(filteredViolations)}`
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →