start-hotfix
Warn
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The shell script
scripts/start-branch.shcontains a command injection vulnerability. Specifically, the$VERSIONvariable is interpolated into asedcommand without escaping the/delimiter, which allows for the execution of arbitrarysedcommands, including file writes or potentially shell command execution. Additionally, the$NAMEvariable is used unquoted in anechostatement, which could lead to subshell expansion and command execution if the input contains backticks or$(...)syntax.\n- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via repository metadata. As described inreferences/gitflow-start-pipeline.md, the agent analyzes commit history usinggit logto determine versioning logic. This ingestion point lacks boundary markers or instructions to ignore embedded commands, allowing an attacker to influence agent decisions through malicious commit messages. The skill's capabilities include shell script execution and remote repository modification.
Audit Metadata