create-pr
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the GitHub CLI (
gh) to perform repository management tasks. These commands includegh pr create,gh pr edit,gh pr comment, andgh pr view. These are legitimate operations for a PR management skill and are used with appropriate flags like--body-fileto ensure safe handling of multi-line text. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon configuration files and templates found within the user's repository, which represents a surface for indirect prompt injection.
- Ingestion points: The skill reads PR templates,
.coderabbit.yaml,.coderabbit.yml, andgreptile.jsonfrom the repository to determine review policies and PR structure. - Boundary markers: The instructions do not explicitly define delimiters for these external inputs, though they do instruct the agent to remove irrelevant prompts from templates.
- Capability inventory: The agent has the capability to write to the repository's PRs and comments via the
ghCLI. - Sanitization: The skill advises the agent to verify the diff and only include sections with real content, providing a basic layer of manual-style sanitization by the LLM.
Audit Metadata