Skip to main content

code-review-expert

Provides expert-level code reviews focusing on quality, security, performance, and maintainability across various programming languages.

Install this skill

or
68/100

Security score

The code-review-expert skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136const query = `SELECT * FROM users WHERE id = '${userId}'`;
high line 405

Template literal with variable interpolation in command context

SourceSKILL.md
405const query = `SELECT * FROM users WHERE username = '${username}'`;
low line 500

External URL reference

SourceSKILL.md
500- **Code Review Best Practices**: [Google Engineering Practices](https://google.github.io/eng-practices/review/)
low line 501

External URL reference

SourceSKILL.md
501- **Security Guidelines**: [OWASP Top 10](https://owasp.org/www-project-top-ten/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →