pull-request
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes repository management commands using
git,gh(GitHub CLI), andjq. Write operations such asgh pr createandgit pushare gated by mandatory user confirmation. - [DATA_EXPOSURE]: Implements a proactive security guardrail to scan for sensitive information like secrets, tokens, and
.envfiles in commit messages and diffs to prevent accidental exposure in pull request bodies. - [PROMPT_INJECTION]: Identifies an indirect prompt injection surface as the skill ingests untrusted data from commit messages, diffs, and pull request templates to generate summaries.
- Ingestion points: Commit messages via
git log, diffs viagit diff, and repository PR templates (SKILL.md, REFERENCE.md). - Boundary markers: The skill explicitly presents a 'PR plan' to the user for review and confirmation before any remote operations or PR creations are performed (SKILL.md).
- Capability inventory: Utilizes
gitandghfor repository state analysis and network-based PR management (REFERENCE.md). - Sanitization: Contains instructions to detect and exclude secrets or credentials from generated PR content (SKILL.md).
Audit Metadata