git-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a wide array of standard Git CLI commands for repository management, such as staging changes (
git add), creating commits (git commit), and managing branches (git checkout -b,git merge,git rebase). These are fundamental version control operations used for their intended purpose. - [SAFE]: No obfuscation, credential harvesting, or unauthorized network activity was detected. The instructions correctly use placeholder values (e.g., "Your Name", "your.email@example.com", "https://github.com/original/repo.git") for user configuration and remote repository URLs, ensuring no sensitive data is leaked or hardcoded.
Audit Metadata