Skip to main content

css-modules

Implements scoped CSS with automatic class name generation and TypeScript support for component-specific styling.

Install this skill

or
85/100

Security score

The css-modules skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47<button className={`${styles.button} ${styles[variant]}`}>
medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73<div className={`${styles.card} ${styles.elevated}`} />
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76<div className={`${styles.button} ${isActive ? styles.active : ''}`} />
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →