create-pr
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill analyzes untrusted data from the local repository (commit messages and code diffs) to generate PR descriptions, creating a surface for injection.
- Ingestion points:
SKILL.mdtriggers the ingestion of repository data viagit logandgit diffcommands. - Boundary markers: Absent. The instructions do not specify the use of delimiters or 'ignore' instructions for the content read from the repository.
- Capability inventory: The skill uses the
ghCLI to create and edit Pull Requests and can interact directly with the GitHub API, allowing for modification of remote repository state. - Sanitization: Absent. There is no logic provided to sanitize or escape the content of the diffs or logs before they are interpolated into the PR body or shell commands.
- Command Execution (LOW): The skill constructs and executes shell commands for
gitandgh. While these are the primary functions of the tool, the use of interpolated variables likePR_NUMBERand<description>requires the agent's runtime environment to properly escape inputs to prevent potential command injection in the local shell.
Audit Metadata