full-code-review
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection vulnerability. The skill orchestrates a multi-agent review process that interpolates untrusted git diffs and PR metadata directly into agent prompts. An attacker could embed malicious instructions within a pull request to influence the review outcomes or subvert the analysis.
- Ingestion points:
DIFFandCHANGED_FILESvariables inscripts/full-code-review.jsare sourced fromgit diffandgh pr diffoutput. - Boundary markers: The content is wrapped in triple backticks, but the prompts lack specific "ignore embedded instructions" warnings for the processing agents.
- Capability inventory: The skill uses
gitandghCLI tools for repository operations. - Sanitization: No sanitization or filtering of the diff content is performed before it is passed to the AI models.
Audit Metadata