Skip to main content

dnd-kit-implementation

Provides a guide for implementing drag-and-drop functionality in React applications using the dnd-kit library.

Install this skill

or
90/100

Security score

The dnd-kit-implementation skill was audited on Feb 12, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72const containerId = `container-${id}`;
medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75const itemId = `item-${id}`;
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →