commit
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git operations including
git diff,git status,git add,git commit, andgit push. It also attempts to run local pre-commit checks such as linting and building scripts. - [SAFE]: The workflow incorporates a human-in-the-loop requirement, explicitly stating that it must show the draft message and wait for user confirmation before executing any commit or push commands.
- [SAFE]: No external downloads, obfuscation, or sensitive data access patterns were identified. All operations are confined to the local git repository's context.
Audit Metadata