Skip to main content

cc-defensive-programming

Enhances code quality by auditing error handling and input validation using a comprehensive checklist for defensive programming.

Install this skill

or
90/100

Security score

The cc-defensive-programming skill was audited on Feb 25, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 279

Template literal with variable interpolation in command context

SourceSKILL.md
279const response = await fetch(`/api/users/${id}`); // Can reject
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286const response = await fetch(`/api/users/${id}`);
Scanned on Feb 25, 2026
View Security Dashboard