Skip to main content

creating-debug-tests-and-iterating

Facilitates effective debugging by guiding users through creating tests that replicate bugs and analyze application behavior.

Install this skill

or
65/100

Security score

The creating-debug-tests-and-iterating skill was audited on Feb 9, 2026 and we found 5 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 45

Direct command execution function call

SourceSKILL.md
45exec('./path/to/cli.sh', (error, stdout, stderr) => {
medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47console.error(`exec error: ${error}`);
medium line 50

Template literal with variable interpolation in command context

SourceSKILL.md
50console.log(`stdout: ${stdout}`);
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51console.error(`stderr: ${stderr}`);
medium line 41

Python subprocess execution

SourceSKILL.md
41subprocess.run(["./path/to/cli.sh", "arg1", "arg2"])
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry