Skip to main content

breadcrumb-impl

Guides the implementation of an accessible breadcrumb navigation system in React, adhering to WCAG standards and design systems.

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99className={`
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126aria-label={`Navegar para ${item.label}`}
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138className={`
medium line 253

Template literal with variable interpolation in command context

SourceSKILL.md
253label: `Curso de ${technology}`,
medium line 258

Template literal with variable interpolation in command context

SourceSKILL.md
258label: `Praticando: ${section}`,
low line 416

External URL reference

SourceSKILL.md
416await page.goto('http://localhost:3000')
low line 425

External URL reference

SourceSKILL.md
425await expect(page).toHaveURL('http://localhost:3000')
low line 458

External URL reference

SourceSKILL.md
458- **WCAG 2.1**: [Breadcrumb Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →