axe-accessibility
Integrates axe-core for automated accessibility testing, enabling WCAG compliance validation and reporting with Playwright and Cypress.
Install this skill
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
Template literal with variable interpolation in command context
| 119 | cy.log(`${violation.id}: ${violation.description}`); |
Template literal with variable interpolation in command context
| 121 | cy.log(` - ${node.target}`); |
Template literal with variable interpolation in command context
| 156 | console.log(`Found ${results.violations.length} violations`); |
Template literal with variable interpolation in command context
| 295 | return ` |
Template literal with variable interpolation in command context
| 334 | ${v.nodes.map(n => ` |
External URL reference
| 47 | await page.goto('https://example.com'); |
External URL reference
| 55 | await page.goto('https://example.com'); |
External URL reference
| 68 | await page.goto('https://example.com/contact'); |
External URL reference
| 155 | const results = await runAccessibilityAudit('https://example.com'); |
External URL reference
| 414 | | PashaBoiko/playwright-axe-mcp | Playwright Accessibility MCP | [Glama](https://glama.ai/mcp/servers/@PashaBoiko/playwright-axe-mcp) | |
External URL reference
| 415 | | mcp-accessibility-scanner | Playwright + Axe-core scanner | [Playbooks](https://playbooks.com/mcp/justasmonkev/mcp-accessibility-scanner) | |
External URL reference
| 442 | "url": "https://example.com", |