pr-summary
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes output from the git repository that may contain malicious instructions.
- Ingestion points: Untrusted data enters the agent context through the output of
git log main..HEAD --onelineandgit diff main...HEAD --statas defined inSKILL.md. - Boundary markers: The instructions do not include boundary markers or delimiters to help the agent distinguish between its instructions and the data being summarized.
- Capability inventory: The skill has shell execution capabilities used to run git commands.
- Sanitization: No sanitization or filtering is applied to the git output before the agent processes it.
- [COMMAND_EXECUTION]: The skill executes shell commands to retrieve repository metadata for generating the summary.
- Evidence: Usage of
git logandgit diffcommands within the analysis instructions inSKILL.md.
Audit Metadata