Skip to main content

axe-accessibility

Integrates axe-core for automated accessibility testing, enabling WCAG compliance validation and reporting with Playwright and Cypress.

Install this skill

or
68/100

Security score

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

Categories Tested

Security Issues

medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119cy.log(`${violation.id}: ${violation.description}`);
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121cy.log(` - ${node.target}`);
medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156console.log(`Found ${results.violations.length} violations`);
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295return `
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334${v.nodes.map(n => `
low line 47

External URL reference

SourceSKILL.md
47await page.goto('https://example.com');
low line 55

External URL reference

SourceSKILL.md
55await page.goto('https://example.com');
low line 68

External URL reference

SourceSKILL.md
68await page.goto('https://example.com/contact');
low line 155

External URL reference

SourceSKILL.md
155const results = await runAccessibilityAudit('https://example.com');
low line 414

External URL reference

SourceSKILL.md
414| PashaBoiko/playwright-axe-mcp | Playwright Accessibility MCP | [Glama](https://glama.ai/mcp/servers/@PashaBoiko/playwright-axe-mcp) |
low line 415

External URL reference

SourceSKILL.md
415| mcp-accessibility-scanner | Playwright + Axe-core scanner | [Playbooks](https://playbooks.com/mcp/justasmonkev/mcp-accessibility-scanner) |
low line 442

External URL reference

SourceSKILL.md
442"url": "https://example.com",
Scanned on Feb 9, 2026
View Security Dashboard