Skip to main content

Tailwind CSS Setup

Configures Tailwind CSS for consistent styling and responsive design, enhancing UI development with utility-first CSS patterns.

Install this skill

or
65/100

Security score

The Tailwind CSS Setup skill was audited on Mar 1, 2026 and we found 5 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 600

Direct command execution function call

SourceSKILL.md
600const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
medium line 582

Template literal with variable interpolation in command context

SourceSKILL.md
582return `${breakpoint}:${className}`;
medium line 590

Template literal with variable interpolation in command context

SourceSKILL.md
590.getPropertyValue(`--${name}`)
medium line 595

Template literal with variable interpolation in command context

SourceSKILL.md
595document.documentElement.style.setProperty(`--${name}`, value);
medium line 636

Template literal with variable interpolation in command context

SourceSKILL.md
636return `${Math.round(h * 360)} ${Math.round(s * 100)}% ${Math.round(l * 100)}%`;
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →