Skip to main content

tailwind-performance

Optimizes Tailwind CSS for production by reducing bundle size and improving performance through techniques like PurgeCSS and JIT mode.

Install this skill

or
81/100

Security score

The tailwind-performance skill was audited on Mar 1, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 106

Template literal with variable interpolation in command context

SourceSKILL.md
106<div className={`text-${size}`}>
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107<div className={`bg-${color}-500`}>
medium line 440

Template literal with variable interpolation in command context

SourceSKILL.md
440<div className={`bg-${colors[index]}-500`} />
low line 149

Access to .env file

SourceSKILL.md
149...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
low line 381

Access to .env file

SourceSKILL.md
381relative: process.env.NODE_ENV === 'development',
low line 408

External URL reference

SourceSKILL.md
408<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3/dist/tailwind.min.css" rel="stylesheet">
low line 420

External URL reference

SourceSKILL.md
420<script src="https://cdn.tailwindcss.com"></script>
Scanned on Mar 1, 2026
View Security Dashboard