git-workflow
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements standard git operations such as committing, pushing, and creating pull requests using established CLI tools. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [COMMAND_EXECUTION]: The skill automates shell commands for git version control. These actions are transparently documented and consistent with the skill's intended purpose of managing repository workflows.
- [SAFE]: The included validation script (scripts/validate_commit.py) is a static Python utility that checks commit message formatting locally. It does not perform network operations or access sensitive system files beyond the standard git commit message buffer.
Audit Metadata