Skip to main content

canvas-debugging

Helps debug canvas layout issues and grid positioning problems in Konva, ensuring accurate component rendering and layout behavior.

Install this skill

or
40/100

Security score

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

Categories Tested

Security Issues

medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57gridColumn: `${x + 1} / ${x + width + 1}`
medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58gridRow: `${y + 1} / ${y + height + 1}`
medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59gridArea: `${y + 1} / ${x + 1} / ${y + height + 1} / ${x + width + 1}`
medium line 182

Template literal with variable interpolation in command context

SourceSKILL.md
182issues.push(`Out of bounds: x(${layout.x}) + width(${layout.width}) > gridCols(${gridCols})`)
medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186issues.push(`Out of bounds: y(${layout.y}) + height(${layout.height}) > gridRows(${gridRows})`)
medium line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206console.log(` ${bp.name}:`, layout || 'MISSING')
medium line 216

Template literal with variable interpolation in command context

SourceSKILL.md
216console.log(` ${bp.name}:`, layout || 'STILL MISSING')
medium line 238

Template literal with variable interpolation in command context

SourceSKILL.md
238console.log(` ${p.componentId}:`)
medium line 239

Template literal with variable interpolation in command context

SourceSKILL.md
239console.log(` gridColumn: ${p.gridColumn}`)
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240console.log(` gridRow: ${p.gridRow}`)
medium line 241

Template literal with variable interpolation in command context

SourceSKILL.md
241console.log(` gridArea: ${p.gridArea}`)
medium line 360

Template literal with variable interpolation in command context

SourceSKILL.md
360console.log(`${c.id} (${c.name}):`, layout || 'NO LAYOUT')
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →