Skip to main content

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 Feb 23, 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 186

Template literal with variable interpolation in command context

SourceSKILL.md
186<div className={`base-classes ${active ? 'bg-active' : ''}`}>
high line 317

Template literal with variable interpolation in command context

SourceSKILL.md
317| `` `base ${x}` `` | `cn("base", x)` | Use cn() for class merging |
Scanned on Feb 23, 2026
View Security Dashboard