Skip to main content

implementing-command-palettes

Provides guidance for building responsive Cmd+K command palettes in React, focusing on keyboard navigation and performance optimization.

Install this skill

or
70/100

Security score

The implementing-command-palettes skill was audited on Feb 28, 2026 and we found 4 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267if (c.type === 'nav') return `nav:${c.path}`;
medium line 268

Template literal with variable interpolation in command context

SourceSKILL.md
268return `action:${c.label}`;
medium line 311

Template literal with variable interpolation in command context

SourceSKILL.md
311navigate(`/repos/${command.owner}/${command.repo}/pulls/${command.pr.number}`);
high line 333

Template literal with variable interpolation in command context

SourceSKILL.md
333| `bg-transparent` with conditional `bg-accent-light` | Tailwind CSS conflict - both set background-color, compiled order wins | Put background classes in conditional: `${selected ? 'bg-accent-light'
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →