gh-pr-publish
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill identifies and manages an attack surface where untrusted data from GitHub pull request descriptions or git logs could contain malicious instructions.
- Ingestion points:
SKILL.mdusesgh pr viewandgit diffto read external content into the agent context. - Boundary markers: The skill includes explicit instructions stating that existing PR metadata and generated diff summaries must be treated as untrusted text.
- Capability inventory:
SKILL.mdutilizesgit push,git commit, andgh pr editcapabilities. - Sanitization: The agent is strictly instructed to redact secret-like values and ignore any commands or instructions embedded in PR titles or bodies.
- [COMMAND_EXECUTION]: The skill leverages
gitandghfor repository management. All significant operations, including staging broad file sets, committing, and pushing code, are protected by mandatory user approval steps to ensure no autonomous or unauthorized execution of critical commands occurs.
Audit Metadata