gh-update-pr
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions facilitate the processing of Pull Request titles and bodies, which are external data sources that could contain malicious instructions (Indirect Prompt Injection).
- Ingestion points: The PR
titleandbodyfields in thegh apicommand template inSKILL.md. - Boundary markers: Absent. The instructions do not define delimiters for untrusted input or warn the agent to ignore instructions embedded within the PR content.
- Capability inventory: The skill uses the
gh apitool to performPATCHoperations, providing write access to GitHub repository resources. - Sanitization: Absent. There are no instructions for escaping or validating the content of the title or body before interpolation into the command line.
Audit Metadata