git-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of standard Git command sequences for version control management. All operations (reset, rebase, fetch, push) are used according to their intended purpose within a development workflow.
- [COMMAND_EXECUTION]: The commands provided are local Git operations. While
git push -fis included, it is correctly documented as a necessary step for rebasing feature branches and includes appropriate safety warnings against use on shared branches. - [DATA_EXFILTRATION]: Network operations are limited to standard Git synchronization (
git fetch,git pull,git push) with the user's configured repository remote ('origin'). No unauthorized data transmission to external domains was detected.
Audit Metadata