error-handling-completeness
Evaluates error handling in code to prevent production crashes by ensuring proper coverage and logging for critical operations.
Install this skill
or
78/100
Security score
The error-handling-completeness skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 171
Template literal with variable interpolation in command context
SourceSKILL.md
| 171 | const user = await fetch(`/api/users/${id}`); |
medium line 178
Template literal with variable interpolation in command context
SourceSKILL.md
| 178 | const response = await fetch(`/api/users/${id}`); |
medium line 180
Template literal with variable interpolation in command context
SourceSKILL.md
| 180 | throw new Error(`HTTP ${response.status}`); |
medium line 184
Template literal with variable interpolation in command context
SourceSKILL.md
| 184 | console.error(`Failed to fetch user ${id}:`, error); |
low line 43
External URL reference
SourceSKILL.md
| 43 | response = requests.get(f"https://api.example.com/users/{user_id}") |
low line 50
External URL reference
SourceSKILL.md
| 50 | f"https://api.example.com/users/{user_id}", |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry