gh-commit
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONNO_CODE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard Git commands such as
git status,git diff,git branch, andgit committo manage local work. It also suggests running relevant verification tests on touched files to ensure code quality before committing. These operations are standard for the skill's purpose and are confined to the local environment.- [NO_CODE]: This skill consists entirely of Markdown instructions and YAML configuration. No standalone scripts, binary files, or external executables are provided, reducing the risk of hidden malicious code.- [SAFE]: No security threats or malicious patterns were identified. The skill implements best practices for Git management, such as validating branch status before every commit, avoiding direct commits to default branches, and requiring explicit user approval for history rewrites (amend/squash) on multi-commit branches.
Audit Metadata