code-review
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands (
git diff,git log,git rev-parse) to analyze the repository state. It validates user-provided references usinggit rev-parsebefore generating diffs to ensure inputs are valid repository objects.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from repository diffs and commit messages. * Ingestion points:git diffandgit logoutput inSKILL.md. * Boundary markers: Sub-agent prompts inSKILL.mddefine narrow tasks to prevent context pollution. * Capability inventory: Read-only git operations for analysis. * Sanitization: None. The risk is mitigated by the constrained, parallel nature of the sub-agents which restricts the influence of instructions potentially embedded in code diffs.- [SAFE]: The skill implements a legitimate developer workflow using isolated sub-agents and standard repository analysis tools provided by the vendor.
Audit Metadata