open-pr
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Git and GitHub CLI tools to manage branches and push code. It also executes language-specific verification tools like
tsc,go build, andcargo check. - [DYNAMIC_EXECUTION]: The skill is configured to run project-specific verification scripts found in files like
package.json,Makefile, orJustfile, allowing for arbitrary command execution defined within the codebase. - [DATA_EXFILTRATION]: Code and metadata are transmitted to GitHub via
git pushandgh pr createas part of the intended workflow. This uses a well-known service for its primary purpose. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection from repository content.
- Ingestion points: Commit logs via
git log, diffs viagit diff, and repository files like PR templates. - Boundary markers: No explicit delimiters or instructions are used to separate ingested content from the PR description prompt.
- Capability inventory: The skill has access to shell execution (git, gh, build tools) and file system read access.
- Sanitization: No sanitization or filtering is performed on the ingested commit messages or template content.
Audit Metadata