pr-to-main-cleanup
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git CLI commands to perform branch management tasks. It includes logic for switching branches, pulling updates, and deleting local/remote branches using the
gitcommand. - [INDIRECT_PROMPT_INJECTION]: The skill uses a placeholder
<branch-name>which is filled with user input and executed in a shell environment as part of a command chain. - Ingestion points: User-provided branch name in the cleanup command sequence.
- Boundary markers: Not present; the variable is interpolated directly into the command string.
- Capability inventory: Shell execution of
gitcommands viaSKILL.md. - Sanitization: None within the skill body; the safety of the execution relies on the agent platform's handling of shell command arguments.
Audit Metadata