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

create-branch

Pass

Audited by Gen Agent Trust Hub on May 19, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local CLI commands including git, gh, and whoami to retrieve repository state and user identity for branch creation. It performs a final git checkout -b to create the branch.
  • [PROMPT_INJECTION]: The skill features an indirect prompt injection surface as it processes output from git diff and user-provided $ARGUMENTS to construct the branch name. However, the instructions provide mitigation by directing the agent to sanitize input to lowercase ASCII and kebab-case, and to avoid interactive prompts.
  • [SAFE]: References to external documentation point to official Sentry developer guidelines on develop.sentry.dev, which is a trusted domain for this vendor-authored skill.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 08:47 AM
Security Audit — agent-trust-hub — create-branch