requesting-code-review
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a benign workflow for software development quality assurance using subagents.
- [COMMAND_EXECUTION]: The skill utilizes common git commands (
git rev-parse,git log,git diff) to determine the scope of changes for review. These commands are local and execute within the user's current repository context. - [SAFE]: The prompt template in
code-reviewer.mdincludes explicit safety guardrails, instructing the subagent to perform a "Read-Only Review" and preventing it from mutating the working tree, index, or branch state. - [SAFE]: The subagent is advised to use temporary directories via
git worktreeif a separate revision is needed, which is a standard and safe practice for avoiding interference with the active development branch.
Audit Metadata