Skip to main content

styling-system

Guides users through CSS architecture and theming, focusing on Tailwind setup, responsive design, and design token implementation.

Install this skill

or
84/100

Security score

The styling-system skill was audited on Feb 28, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 317

Template literal with variable interpolation in command context

SourceSKILL.md
317const Button = styled.button`
medium line 913

Template literal with variable interpolation in command context

SourceSKILL.md
913content={`style-src 'self' 'nonce-${nonce}';`}
medium line 942

Template literal with variable interpolation in command context

SourceSKILL.md
942<div className={`bg-${color}`} />
low line 754

External URL reference

SourceSKILL.md
754- cmd: "npx @axe-core/cli http://localhost:3000"
Scanned on Feb 28, 2026
View Security Dashboard