Skip to main content

review-code

Conducts multi-dimensional code reviews, analyzing correctness, readability, performance, security, testing, and architecture.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 114

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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