Skip to main content

bugs-to-stories

Transforms bug reports into structured user stories for efficient bug fixing, enhancing project management and development workflows.

Install this skill

or
80/100

Security score

The bugs-to-stories skill was audited on Mar 5, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111title: `Fix: ${bug.title}`,
medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112description: `As a user, I expect ${bug.expected} but currently ${bug.actual}.`,
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115`Regression test: ${bug.steps.join(' → ')} no longer reproduces the issue`,
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120notes: `Original bug steps: ${bug.steps.join('; ')}`
Scanned on Mar 5, 2026
View Security Dashboard