make-branch
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git commands to automate branch creation and change management. This includes
git status,git branch,git log,git checkout,git stash, andgit add. - [DYNAMIC_CONTEXT_INJECTION]: The skill uses
!syntax to provide the AI agent with real-time context about the current branch, uncommitted changes, and commit history. These commands are restricted to local Git repository metadata and do not access sensitive files or perform network operations.
Audit Metadata