review-staged
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content originating from
git diffoutputs and various rule files (e.g.,CLAUDE.md). - Ingestion points: Data enters the agent context through the execution of
git diff --stagedand the reading of project-specific or global rule files (~/.claude/rules/*.md). - Boundary markers: The instructions require reviewers to cite specific
rule_sourcefilenames and provideevidence(file:line) for every finding, which helps distinguish between valid code issues and potentially injected content. - Capability inventory: The reviewers are granted
Read,Grep, andLSP(Language Server Protocol) access across all scripts. TheEditcapability is restricted to Step 4 and is only triggered by explicit user consent. - Sanitization: The skill enforces a "prove-before-report" discipline where reviewers must verify any suspicion found in the diff against the actual files on disk before reporting it.
- [COMMAND_EXECUTION]: The skill uses
rtk runto executegit diffcommands. This is standard behavior for a git-integrated review tool and is limited to gathering information about staged changes within the repository context.
Audit Metadata