open-pr2
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git,gh(GitHub CLI), andbun(JavaScript runtime) to perform repository operations, run builds, and manage pull requests. Evidence: Shell commands likegit diff,bun run build, andgh pr createare defined inSKILL.mdto automate the development workflow. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted data from the repository, such as git diffs and pull request templates. 1. Ingestion points: The skill reads
git diffoutput,.github/pull_request_template.mdcontent, and existing PR metadata viagh pr viewinto the agent's context. 2. Boundary markers: There are no explicit delimiters or specific instructions for the agent to ignore potentially malicious instructions embedded in the code diffs or templates. 3. Capability inventory: The skill possesses the ability to execute shell commands, push to remote repositories, and create or edit pull requests. 4. Sanitization: The skill implements a security best practice by using a single-quoted heredoc ('EOF') in thegh pr createandgh pr editcommands, which prevents the shell from executing any potentially malicious content generated within the PR body.
Audit Metadata