Skip to main content

code-review-checklist

Provides a comprehensive checklist for conducting thorough code reviews, ensuring code quality, security, and performance.

Install this skill

or
91/100

Security score

The code-review-checklist skill was audited on Mar 4, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168const query = \`SELECT * FROM users WHERE email = '\${email}'\`;
low line 185

Access to .env file

SourceSKILL.md
185const API_KEY = process.env.API_KEY;
low line 440

External URL reference

SourceSKILL.md
440- [Google Code Review Guidelines](https://google.github.io/eng-practices/review/)
low line 441

External URL reference

SourceSKILL.md
441- [OWASP Top 10](https://owasp.org/www-project-top-ten/)
low line 443

External URL reference

SourceSKILL.md
443- [How to Review Code](https://www.kevinlondon.com/2015/05/05/code-review-best-practices.html)
Scanned on Mar 4, 2026
View Security Dashboard