Skip to main content

custom-node-definition

Facilitates the creation of custom node definitions in React Wireflow, enhancing node types and behaviors for better UI integration.

Install this skill

or
75/100

Security score

The custom-node-definition skill was audited on Feb 9, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162createPortId: (ctx) => `item-${ctx.index}`,
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163createPortLabel: (ctx) => `Item ${ctx.index + 1}`,
medium line 196

Template literal with variable interpolation in command context

SourceSKILL.md
196const response = await fetch(`/api/tasks/${ref.id}`);
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201await fetch(`/api/tasks/${ref.id}`, {
medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233console.log(`Validating: ${fromPort.nodeId} -> ${toPort.nodeId}`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →