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 git command.
  • [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 git commands via SKILL.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
Risk Level
SAFE
Analyzed
Apr 29, 2026, 11:59 PM