get-pr-comments
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it retrieves untrusted data from GitHub pull requests.
- Ingestion points: Untrusted data enters the context through
gh apicalls inscripts/fetch_pr_comments.pyandSKILL.mdwhich fetch issue comments, reviews, and inline comments. - Boundary markers: The skill lacks clear delimiters or protective instructions that would prevent the agent from following commands embedded within the fetched comments.
- Capability inventory: The agent possesses capabilities such as
Bash,Read, andGrep, which could be abused if an injection is successful. - Sanitization: No sanitization or escaping is performed on the text of the comments before they are relayed to the agent.
- [COMMAND_EXECUTION]: The skill uses load-time command execution to automatically discover the current git branch and repository context.
- Evidence:
SKILL.mduses the!commandsyntax to rungit rev-parseandghmetadata queries. - Context: These operations are used purely for local environment discovery and are standard for developer workflow automation.
Audit Metadata