create-pr
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from
git diff,git log, and external issue tickets to populate pull request titles and bodies. This creates a potential surface for indirect prompt injection where instructions embedded in code changes or tickets could influence the agent. Ingestion points: Git history commands and ticket content referenced inSKILL.md. Boundary markers: None explicitly defined. Capability inventory: Pull request creation and editing viaghandglabCLI tools. Sanitization: The process includes a mandatory 'secrets check' and a 'humanizer pass' as part of the cleanup steps inSKILL.md. - [COMMAND_EXECUTION]: The skill executes shell commands using standard tools including
gitfor status and diffs,gh(GitHub CLI), andglab(GitLab CLI) for pull request management. These commands are typical for developer workflows and are correctly scoped to the skill's purpose.
Audit Metadata