skills/getsentry/skills/create-branch/Gen Agent Trust Hub

create-branch

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local git commands including git diff, git status, git remote, and git checkout. These operations are standard for a development tool intended to manage local version control branches.
  • [INDIRECT_PROMPT_INJECTION]: The skill derives branch names from external inputs such as user-provided arguments and local diff content.
  • Ingestion points: Processed data from $ARGUMENTS and git diff output (SKILL.md).
  • Boundary markers: Absent; the skill does not use specific delimiters to isolate these inputs.
  • Capability inventory: Local execution of git checkout -b <branch-name> (SKILL.md).
  • Sanitization: The instructions require the agent to generate kebab-case, ASCII-only strings for branch names, which effectively sanitizes the data before it is used as a command argument.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 08:28 AM
Security Audit — agent-trust-hub — create-branch