new-branch
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements significant safety logic ("Activation guard") designed to prevent the agent from accidentally switching branches or stashing work without explicit user consent.
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with Git and the GitHub CLI (
gh). These commands are used for standard development tasks such as fetching repository metadata, stashing changes, and managing branches. - [EXTERNAL_DOWNLOADS]: The skill performs
git pullfrom the repository's configuredorigin. This is a routine operation for updating local code from a known remote source and does not involve untrusted third-party servers.
Audit Metadata