git-workflow
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gitcommands to manage local repository state. It specifically utilizesgit status,git diff,git checkout -b, andgit commit -m. These are restricted to local operations and require explicit user confirmation before executing state-changing commands like branch creation or commits. The skill explicitly forbids automatic staging (git add) or remote pushes.
Audit Metadata