resolve-pr-reviews
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an Indirect Prompt Injection surface by ingesting and acting upon untrusted data from PR review comments.
- Ingestion points: Fetches external content via
gh apifor both inline and general PR comments inSKILL.md. - Boundary markers: Instructions lack explicit delimiters or boundary markers to isolate external comment content from the agent's internal reasoning logic.
- Capability inventory: The skill has the capability to modify the codebase, execute the
/commitskill, and performgit pushoperations. - Sanitization: No sanitization or filtering of the comment body is specified before the agent analyzes the feedback and generates code diffs.
- Mitigation: The workflow includes a mandatory interactive approval step using the
AskUserQuestiontool, ensuring a human reviews all proposed fixes before they are applied or pushed to the repository. - [COMMAND_EXECUTION]: The skill executes shell commands to interact with the environment and GitHub services.
- GitHub API: Uses
gh apito retrieve review data and post replies to PR threads. - Git Operations: Executes
git pushto synchronize local changes with the remote repository.
Audit Metadata