review
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
gitandgh(GitHub CLI) commands to retrieve repository status, fetch PR metadata, and generate diffs. Evidence found in Step 1, 2, and 5 ofSKILL.mdwhere it runsgh pr view,gh pr diff, andgit diff. - [DATA_EXFILTRATION]: The skill reads project context files such as
PLAN.md,DECISIONS.md, andQA-REPORT.mdand transmits synthesized findings back to GitHub viagh pr comment. While this is intended functionality, it involves sending local data to an external service (GitHub). - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from external PR descriptions and code comments.
- Ingestion points: Data enters the agent context via
gh pr viewandgh pr diffin Step 1, andgit diffin Step 2 ofSKILL.md. - Boundary markers: Absent. There are no instructions to ignore or treat embedded instructions in the reviewed code as data rather than instructions.
- Capability inventory: The skill has the ability to post comments (
gh pr comment), modify files (Step 8: 'fix directly'), and commit changes (git commit). - Sanitization: Absent. The skill does not describe any validation or escaping of the content retrieved from Pull Requests before analysis.
Audit Metadata