Skip to main content

debug-with-file

Facilitates hypothesis-driven debugging with documented exploration and analysis for effective bug resolution.

Install this skill

or
20/100

Security score

The debug-with-file skill was audited on Feb 12, 2026 and we found 16 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82const sessionId = `DBG-${bugSlug}-${dateStr}`
medium line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83const sessionFolder = `${projectRoot}/.workflow/.debug/${sessionId}`
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84const debugLogPath = `${sessionFolder}/debug.log`
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85const understandingPath = `${sessionFolder}/understanding.md`
medium line 86

Template literal with variable interpolation in command context

SourceSKILL.md
86const hypothesesPath = `${sessionFolder}/hypotheses.json`
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96bash(`mkdir -p ${sessionFolder}`)
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123```markdown
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150`).join('\n')}
medium line 261

Template literal with variable interpolation in command context

SourceSKILL.md
261{hypotheses.map(h => `
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267`).join('')}
medium line 313

Template literal with variable interpolation in command context

SourceSKILL.md
313```markdown
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322`).join('\n')}
medium line 332

Template literal with variable interpolation in command context

SourceSKILL.md
332`).join('\n')}
medium line 345

Template literal with variable interpolation in command context

SourceSKILL.md
345` : `
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349`}
medium line 398

Template literal with variable interpolation in command context

SourceSKILL.md
398```markdown
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →