code-review
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
git diff,git log, andgit rev-parsewith user-supplied inputs to analyze changes. While expected for its purpose, this constitutes an execution surface. - [PROMPT_INJECTION]: Indirect Prompt Injection: The skill ingests untrusted content from the repository, including code diffs and documentation, which may contain adversarial instructions.
- Ingestion points: Data is read from
gitoutput and local files such asCODING_STANDARDS.md,CONTRIBUTING.md, and spec files. - Boundary markers: There are no defined boundary markers to separate trusted instructions from untrusted repository content.
- Capability inventory: The skill can execute local commands and instantiate new sub-agents.
- Sanitization: Content from the repository is interpolated into agent prompts without validation or escaping.
Audit Metadata