create-branch
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git and GitHub CLI commands (
git diff,git status,git checkout,gh api) to manage local repository state and retrieve the user's GitHub login. These actions are consistent with the skill's stated purpose of branch management. - [DATA_EXFILTRATION]: The skill reads the output of
git diffto understand local changes. While this accesses source code, the information is used solely to generate branch name suggestions within the agent's context and is not exfiltrated to unauthorized external domains. - [SAFE]: All external references and naming conventions are associated with Sentry, which is a well-known service. The branch name generation includes sanitization rules to ensure compatibility with git requirements.
Audit Metadata