skills/oronbz/skills/gett-push/Gen Agent Trust Hub

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 git and gh CLI 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 commit process, instructing the agent to monitor staged files and specifically avoid including sensitive files such as .env or 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 of git and gh in SKILL.md. (4) Sanitization: A 'Cleaning the story name' logic is provided to normalize the string before interpolation.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 16, 2026, 02:26 PM
Security Audit — agent-trust-hub — gett-push