debug-with-file
Facilitates hypothesis-driven debugging with documented exploration and analysis for effective bug resolution.
Install this skill
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
Template literal with variable interpolation in command context
| 82 | const sessionId = `DBG-${bugSlug}-${dateStr}` |
Template literal with variable interpolation in command context
| 83 | const sessionFolder = `${projectRoot}/.workflow/.debug/${sessionId}` |
Template literal with variable interpolation in command context
| 84 | const debugLogPath = `${sessionFolder}/debug.log` |
Template literal with variable interpolation in command context
| 85 | const understandingPath = `${sessionFolder}/understanding.md` |
Template literal with variable interpolation in command context
| 86 | const hypothesesPath = `${sessionFolder}/hypotheses.json` |
Template literal with variable interpolation in command context
| 96 | bash(`mkdir -p ${sessionFolder}`) |
Template literal with variable interpolation in command context
| 123 | ```markdown |
Template literal with variable interpolation in command context
| 150 | `).join('\n')} |
Template literal with variable interpolation in command context
| 261 | {hypotheses.map(h => ` |
Template literal with variable interpolation in command context
| 267 | `).join('')} |
Template literal with variable interpolation in command context
| 313 | ```markdown |
Template literal with variable interpolation in command context
| 322 | `).join('\n')} |
Template literal with variable interpolation in command context
| 332 | `).join('\n')} |
Template literal with variable interpolation in command context
| 345 | ` : ` |
Template literal with variable interpolation in command context
| 349 | `} |
Template literal with variable interpolation in command context
| 398 | ```markdown |