Skip to main content

tailwindcss-performance

Optimizes Tailwind CSS performance with v4 improvements, JIT compilation, and best practices for efficient styling.

Install this skill

or
84/100

Security score

The tailwindcss-performance skill was audited on May 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97className={`text-${color}-500`} // ❌ Not detected
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100className={`text-${size}`} // ❌ Not detected
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286```yaml
low line 233

Access to .env file

SourceSKILL.md
233cssnano: process.env.NODE_ENV === 'production' ? {} : false
Scanned on May 12, 2026
View Security Dashboard
Installation guide →