pr
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands using
gitand the GitHub CLI (gh) to read repository state, manage local branches, and interface with the GitHub API for pull request operations. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the local repository and remote GitHub templates to generate pull request titles and descriptions.
- Ingestion points: Processes data from
git diff,git log, and repository-level or organization-levelPULL_REQUEST_TEMPLATE.mdfiles (SKILL.md). - Boundary markers: No specific delimiters or safety instructions are defined to separate code-derived content from agent instructions during PR body assembly.
- Capability inventory: The skill has the ability to perform state-changing actions, including
git pushto remote origins andgh pr create/gh pr editto modify pull requests (SKILL.md). - Sanitization: The skill mitigates risks by requiring explicit user approval (Step 8) before executing any commands that modify the repository or GitHub state.
- [DATA_EXPOSURE_AND_EXFILTRATION]: Fetches pull request templates from remote GitHub repositories using the GitHub API (
gh api). This operation targets official GitHub infrastructure to resolve organization-level configurations.
Audit Metadata