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
| 45 | exec('./path/to/cli.sh', (error, stdout, stderr) => { |
medium line 47
Template literal with variable interpolation in command context
SourceSKILL.md
| 47 | console.error(`exec error: ${error}`); |
medium line 50
Template literal with variable interpolation in command context
SourceSKILL.md
| 50 | console.log(`stdout: ${stdout}`); |
medium line 51
Template literal with variable interpolation in command context
SourceSKILL.md
| 51 | console.error(`stderr: ${stderr}`); |
medium line 41
Python subprocess execution
SourceSKILL.md
| 41 | subprocess.run(["./path/to/cli.sh", "arg1", "arg2"]) |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry