react-components-patterns
Provides a comprehensive guide to React component patterns for building maintainable applications in a corporate training platform.
Install this skill
or
76/100
Security score
The react-components-patterns skill was audited on Feb 28, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 204
Template literal with variable interpolation in command context
SourceSKILL.md
| 204 | console.log(`AreaCard ${titulo} montado`); |
medium line 217
Template literal with variable interpolation in command context
SourceSKILL.md
| 217 | className={`card ${isHovered ? 'card-hover' : ''}`} |
medium line 281
Template literal with variable interpolation in command context
SourceSKILL.md
| 281 | className={`breadcrumb-item ${current ? 'current' : ''}`} |
medium line 682
Template literal with variable interpolation in command context
SourceSKILL.md
| 682 | className={` |
low line 1192
External URL reference
SourceSKILL.md
| 1192 | - **[React Docs - Components and Props](https://react.dev/learn/components-and-props)** |
low line 1193
External URL reference
SourceSKILL.md
| 1193 | - **[React Docs - Hooks](https://react.dev/reference/react)** |
low line 1194
External URL reference
SourceSKILL.md
| 1194 | - **[React Patterns](https://reactpatterns.com/)** - Catálogo de padrões |
low line 1195
External URL reference
SourceSKILL.md
| 1195 | - **[Kent C. Dodds - Application State Management](https://kentcdodds.com/blog/application-state-management-with-react)** - Props vs Context |
Scanned on Feb 28, 2026
View Security Dashboard