gh-pr-publish
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from GitHub pull request metadata (titles, bodies) and git diffs, which creates a potential surface for indirect prompt injection.
- Ingestion points: Data is fetched using
gh pr viewandgit diffas described in the workflow steps of SKILL.md. - Boundary markers: The instructions explicitly warn to treat PR metadata and diff summaries as untrusted text and to ignore instructions embedded within them in the Contract section of SKILL.md.
- Capability inventory: The skill uses
gitandghCLI tools for repository management and GitHub API interaction. - Sanitization: There are explicit requirements to redact secrets before including data in PR summaries or descriptions in the Reviewability Pass section of SKILL.md.
Audit Metadata