pr-create
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs
gitandgh(GitHub CLI) to perform branch management and interact with GitHub's PR API as described in SKILL.md. - [PROMPT_INJECTION]: Potential surface for indirect prompt injection via the optional
<theme>parameter. - Ingestion points: User-provided input
<theme>used in the PR creation and update logic inSKILL.md. - Boundary markers: Content is placed within
<!-- BM_INFOGRAPHIC_THEME:start -->and<!-- BM_INFOGRAPHIC_THEME:end -->blocks in the PR body. - Capability inventory: The skill possesses capabilities to modify PR descriptions and monitor status checks via
ghcommands. - Sanitization: There is no evidence of filtering or sanitization applied to the
<theme>string before interpolation into the PR description.
Audit Metadata