Skip to main content

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
171const user = await fetch(`/api/users/${id}`);
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178const response = await fetch(`/api/users/${id}`);
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180throw new Error(`HTTP ${response.status}`);
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184console.error(`Failed to fetch user ${id}:`, error);
low line 43

External URL reference

SourceSKILL.md
43response = requests.get(f"https://api.example.com/users/{user_id}")
low line 50

External URL reference

SourceSKILL.md
50f"https://api.example.com/users/{user_id}",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry