managing-branches
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gitcommands through theBashtool to perform repository management. - Evidence:
git branch,git status,git fetch,git checkout, andgit rev-listare used as intended for branch investigation and creation. - The commands are localized to the Git environment and do not attempt to access system files or non-whitelisted network resources.
- [DATA_EXPOSURE]: No sensitive file paths (e.g.,
.ssh,.aws,.env) are accessed. - [REMOTE_CODE_EXECUTION]: No remote script downloads or dynamic execution patterns were detected.
Audit Metadata