differential-review
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute system commands such asgitandgh(GitHub CLI). These are utilized to retrieve code diffs, commit histories, and pull request metadata necessary for performing differential security reviews. - [PROMPT_INJECTION]: The skill is subject to an indirect prompt injection surface because it ingests and processes untrusted data from external code changes and pull request comments. Maliciously crafted code or comments could attempt to influence the agent's analysis or output.
- Ingestion points: Untrusted data is ingested via
git diff,git log, andgh pr viewas specified inmethodology.md. - Boundary markers: The instructions do not define explicit delimiters or instructions to ignore embedded commands within the analyzed code, which is common for review tools.
- Capability inventory: The skill has broad capabilities including
Bashaccess, as well asRead,Write,Grep, andGlobtools defined inSKILL.md. - Sanitization: The methodology does not include specific sanitization steps for the data retrieved from the repository before processing.
Audit Metadata