Skip to main content

requesting-code-review

Facilitates code reviews to ensure quality and compliance before merging, enhancing development efficiency and collaboration.

Install this skill

or
96/100

Security score

The requesting-code-review skill was audited on Aug 18, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 28

Command substitution pattern

SourceSKILL.md
26**1. Get git SHAs:**
27```bash
28BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
29HEAD_SHA=$(git rev-parse HEAD)
30```
low line 29

Command substitution pattern

SourceSKILL.md
27```bash
28BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
29HEAD_SHA=$(git rev-parse HEAD)
30```
31
low line 55

Command substitution pattern

SourceSKILL.md
53You: Let me request code review before proceeding.
54
55BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
56HEAD_SHA=$(git rev-parse HEAD)
57
low line 56

Command substitution pattern

SourceSKILL.md
54
55BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
56HEAD_SHA=$(git rev-parse HEAD)
57
58[Dispatch code reviewer subagent]
Scanned on Aug 18, 2026
View Security Dashboard
Installation guide →