ga
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill constructs shell commands using string interpolation of user-supplied data. Specifically, the command
ga <branch-name> "<prompt>" mainincorporates a user-provided description and context within double quotes. An attacker providing input with shell metacharacters (such as backticks, semicolons, or unbalanced quotes) could execute arbitrary commands in the host environment. - [PROMPT_INJECTION]: The skill accepts untrusted data from users and interpolates it into a prompt for a subsequent AI session. • Ingestion points: The user's task description, file paths, and error messages are directly inserted into the prompt template in SKILL.md. • Boundary markers: No delimiters or instructions are used to separate the user-controlled content from the skill's instructions. • Capability inventory: The skill executes shell commands via the
gatool and manages terminal sessions viatmux. • Sanitization: User input is not sanitized or escaped before interpolation, allowing the data to potentially hijack the downstream agent's logic.
Audit Metadata