react-tailwind-v4-components
Facilitates building responsive React components using Tailwind CSS v4, enhancing design flexibility and efficiency.
Install this skill
or
80/100
Security score
The react-tailwind-v4-components skill was audited on May 12, 2026 and we found 2 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 187
Template literal with variable interpolation in command context
SourceSKILL.md
| 187 | <div className={`base-classes ${active ? 'bg-active' : ''}`}> |
high line 318
Template literal with variable interpolation in command context
SourceSKILL.md
| 318 | | `` `base ${x}` `` | `cn("base", x)` | Use cn() for class merging | |
Scanned on May 12, 2026
View Security Dashboard