git-bisect
Automates git bisect for efficient bug hunting, minimizing token usage and streamlining the debugging process.
Install this skill
or
67/100
Security score
The git-bisect skill was audited on Feb 9, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 327
Template literal with variable interpolation in command context
SourceSKILL.md
| 327 | ```bash |
medium line 372
Template literal with variable interpolation in command context
SourceSKILL.md
| 372 | ```bash |
medium line 560
Template literal with variable interpolation in command context
SourceSKILL.md
| 560 | ```bash |
medium line 245
Curl to non-GitHub URL
SourceSKILL.md
| 245 | # if curl -s http://localhost:3000/api/endpoint | grep "expected_value"; then |
medium line 252
Curl to non-GitHub URL
SourceSKILL.md
| 252 | # response_time=$(curl -w "%{time_total}" -o /dev/null -s http://localhost:3000) |
medium line 280
Curl to non-GitHub URL
SourceSKILL.md
| 280 | response=$(curl -s http://localhost:3000/api/users/1) |
low line 245
External URL reference
SourceSKILL.md
| 245 | # if curl -s http://localhost:3000/api/endpoint | grep "expected_value"; then |
low line 252
External URL reference
SourceSKILL.md
| 252 | # response_time=$(curl -w "%{time_total}" -o /dev/null -s http://localhost:3000) |
low line 280
External URL reference
SourceSKILL.md
| 280 | response=$(curl -s http://localhost:3000/api/users/1) |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry