Skip to main content

review-code

Conducts multi-dimensional code reviews, analyzing correctness, readability, performance, security, and architecture for actionable insights.

Install this skill

or
85/100

Security score

The review-code skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120const workDir = `.workflow/.scratchpad/review-code-${timestamp}`;
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122Bash(`mkdir -p "${workDir}"`);
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123Bash(`mkdir -p "${workDir}/findings"`);
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →