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 |
| 28 | BASE_SHA=$(git rev-parse HEAD~1) # or origin/main |
| 29 | HEAD_SHA=$(git rev-parse HEAD) |
| 30 | ``` |
low line 29
Command substitution pattern
SourceSKILL.md
| 27 | ```bash |
| 28 | BASE_SHA=$(git rev-parse HEAD~1) # or origin/main |
| 29 | HEAD_SHA=$(git rev-parse HEAD) |
| 30 | ``` |
| 31 |
low line 55
Command substitution pattern
SourceSKILL.md
| 53 | You: Let me request code review before proceeding. |
| 54 | |
| 55 | BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}') |
| 56 | HEAD_SHA=$(git rev-parse HEAD) |
| 57 |
low line 56
Command substitution pattern
SourceSKILL.md
| 54 | |
| 55 | BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}') |
| 56 | HEAD_SHA=$(git rev-parse HEAD) |
| 57 | |
| 58 | [Dispatch code reviewer subagent] |
Scanned on Aug 18, 2026
View Security DashboardInstalls1
GitHub Stars 273.5K
Rate this skill
Categorydevelopment
UpdatedAugust 19, 2026
frontendgittestingdevopsfrontend-developerbackend-developerfullstack-developerqa-engineerproduct-managerdevelopmentproduct
obra/superpowers