Skip to main content

code-review-excellence

Enhances code review practices by promoting constructive feedback, knowledge sharing, and maintaining team morale during pull requests.

Install this skill

or
70/100

Security score

The code-review-excellence skill was audited on Mar 8, 2026 and we found 4 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 422

Eval function call - arbitrary code execution

SourceSKILL.md
422- [ ] No eval() or similar dynamic execution?
medium line 310

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
319throw new Error(`HTTP ${response.status}`);
Scanned on Mar 8, 2026
View Security Dashboard