process-reviews
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gitandgh(GitHub CLI) to perform repository operations such as creating worktrees, checking out branches, and managing labels. Evidence found throughout Phase 0, 1, and 2 inSKILL.md. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted data (PR titles, comments, and diffs) which could contain malicious instructions aimed at influencing the agent's behavior.
- Ingestion points:
gh pr list,gh pr view, andgh apicalls inSKILL.md(Phase 1). - Boundary markers: Absent. No specific delimiters or warnings are used to separate untrusted PR data from instructions.
- Capability inventory:
git checkout,gh pr edit(label modification), andgh api(posting comments) found inSKILL.md(Phases 2 and 3). - Sanitization: Absent. The skill does not implement validation or escaping for the external PR content before processing.
Audit Metadata