Skip to main content

tailwind-4

Provides best practices and patterns for using Tailwind CSS 4, enhancing styling efficiency and consistency in web development.

Install this skill

or
85/100

Security score

The tailwind-4 skill was audited on May 27, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 16

Template literal with variable interpolation in command context

SourceSKILL.md
16Dynamic value? → style={{ width: `${x}%` }}
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109<div style={{ width: `${percentage}%` }} />
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113<div style={{ "--progress": `${value}%` } as React.CSSProperties} />
Scanned on May 27, 2026
View Security Dashboard
Installation guide →