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, andwhoamito retrieve repository state and user identity for branch creation. It performs a finalgit checkout -bto create the branch. - [PROMPT_INJECTION]: The skill features an indirect prompt injection surface as it processes output from
git diffand user-provided$ARGUMENTSto 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