commit-push-pr
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard system binaries
gitandghto manage repository state and interact with GitHub. It additionally calls a local scriptscripts/skills-browser.shto facilitate screenshot capture for pull request documentation.\n- [DATA_EXFILTRATION]: Network communication occurs viagit pushandgh pr createto synchronize local code and metadata with remote repository hosting services, aligning with the primary functionality of the skill.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it analyzes untrusted data from the codebase (such as diffs and logs) to generate commit messages and PR descriptions.\n - Ingestion points: Repository data is ingested via
git status,git diff, andgit logcommands inSKILL.md.\n - Boundary markers: Mitigation is provided through manual confirmation steps in Phase 1 and Phase 7, requiring the user to verify the scope and summary before completion.\n
- Capability inventory: The agent possesses the capability to execute shell commands (
git,gh) and perform network requests to the configured git remote.\n - Sanitization: No explicit sanitization or filtering is applied to the codebase content before it is interpolated into summaries or PR body templates.
Audit Metadata