pr-retro
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill analyzes untrusted content from pull request reviews and comments, which could contain malicious instructions.
- Ingestion points:
SKILL.mdusesgh pr viewandgh apito fetchreviewsandcommentsfrom external GitHub repositories. - Boundary markers: Absent. The instructions do not tell the agent to ignore or delimit instructions found within the PR data.
- Capability inventory: The skill uses
Bash,Write, andReadtools, providing a surface for actions if an injection is successful. - Sanitization: None. Data is processed as raw strings for pattern identification.
- [Command Execution] (LOW): The skill uses shell commands with interpolated variables which could be exploited if not sanitized.
- Evidence:
SKILL.mdinstructs the agent to rungh pr list -R <owner/repo>andgh pr view <number>. - Risk: If an attacker provides a malicious string for the repository or PR number (e.g.,
repo; rm -rf /), it could lead to command injection depending on the agent's execution environment.
Audit Metadata