code-review
>-
Install this skill
or
98/100
Security score
The code-review skill was audited on Aug 27, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 103
Command substitution pattern
SourceSKILL.md
| 101 | |
| 102 | ```bash |
| 103 | RUN="$($SCRIPTS/run-dir.sh --slug <two-to-four words: the project and the job, e.g. skills-fixing-multi>)" |
| 104 | |
| 105 | # The tree under review. Usually the session's own repo; set REVIEW_DIR to a |
low line 110
Command substitution pattern
SourceSKILL.md
| 108 | # --repo the reviewers silently read the session checkout and can "agree" on an |
| 109 | # empty diff. |
| 110 | REPO="$(git -C "${REVIEW_DIR:-.}" rev-parse --show-toplevel)" |
| 111 | |
| 112 | $SCRIPTS/collect-context.sh --repo "$REPO" [--diff <spec>] [--paths "<paths>"] > "$RUN/ctx.md" |
Scanned on Aug 27, 2026
View Security Dashboard