Skip to main content

dark-mode-implementer

Implements dark/light mode theming systems using CSS variables and React context for enhanced user experience.

Install this skill

or
80/100

Security score

The dark-mode-implementer skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266aria-label={`Switch to ${resolvedTheme === 'dark' ? 'light' : 'dark'} mode`}
medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302className={`
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310aria-label={`Switch to ${label} theme`}
medium line 338

Template literal with variable interpolation in command context

SourceSKILL.md
338aria-label={`Switch to ${isDark ? 'light' : 'dark'} mode`}
Scanned on Feb 9, 2026
View Security Dashboard