pr-descriptions
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh) to interact with pull requests. It performsgh pr viewto retrieve the current PR body, files, and commits, andgh pr editto update the description. These operations are standard and aligned with the skill's documented purpose. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources (PR bodies and commit messages) when fetching PR details. This surface could allow for indirect prompt injection where instructions in the PR content influence the agent. The risk is mitigated by strict instructional formatting rules that prioritize user-facing behavior and plain-English descriptions.
- Ingestion points: PR bodies, commit messages, and file diffs fetched via
gh pr viewas defined inSKILL.md. - Boundary markers: No explicit markers or instructions to ignore embedded commands are present.
- Capability inventory: PR editing via
gh pr edit, screenshot capturing viaagent-browser, and file uploads viagithub-image-upload. - Sanitization: The skill does not perform validation or sanitization of the fetched PR content before processing it.
Audit Metadata