pr-resolve
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection by processing untrusted data from GitHub PR comments and reviews.
- Ingestion points: In
SKILL.md(Step 1), the agent fetches PR details, review bodies, and inline comments usinggh pr viewandgh apicalls. - Boundary markers: Absent. The skill does not implement delimiters or safety instructions to prevent the agent from following commands embedded within the fetched PR feedback.
- Capability inventory: The skill utilizes shell execution via
bashforghandgitoperations, includinggit pushand repository mutations via the GraphQL API. It also has full file-system access for codebase exploration and modification. - Sanitization: Absent. The skill parses review bodies and thread content directly to identify actionable feedback without sanitizing the text for potential injection patterns.
Audit Metadata