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 Mar 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 15
Template literal with variable interpolation in command context
SourceSKILL.md
| 15 | Dynamic value? → style={{ width: `${x}%` }} |
medium line 108
Template literal with variable interpolation in command context
SourceSKILL.md
| 108 | <div style={{ width: `${percentage}%` }} /> |
medium line 112
Template literal with variable interpolation in command context
SourceSKILL.md
| 112 | <div style={{ "--progress": `${value}%` } as React.CSSProperties} /> |
Scanned on Mar 1, 2026
View Security Dashboard