gett-push
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local
gitandghCLI commands to manage repository branches, commits, and pull requests. It utilizes shell heredocs (cat <<'EOF') for commit messages and PR bodies, which is a security best practice that prevents shell expansion and mitigates command injection risks from variable content. - [DATA_EXFILTRATION]: Includes explicit safety guidelines for the
git commitprocess, instructing the agent to monitor staged files and specifically avoid including sensitive files such as.envor credential files. - [PROMPT_INJECTION]: The skill processes untrusted data from Jira ticket summaries (via
getJiraIssue) and user input. It identifies this as an indirect prompt injection surface and implements a cleaning phase to strip punctuation and prefixes. Evidence: (1) Ingestion points: Jira issue summaries and user-provided ticket descriptions. (2) Boundary markers: Absent. (3) Capability inventory: Subprocess execution ofgitandghin SKILL.md. (4) Sanitization: A 'Cleaning the story name' logic is provided to normalize the string before interpolation.
Audit Metadata