commit-and-push
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for standard git operations including
git status,git commit,git push, andgit diff. These are restricted to the local workspace and follow a documented safety protocol. - [SAFE]: The skill explicitly includes logic to detect and prevent operations on protected branches (
main,master,pro,test). - [SAFE]: The skill instructs the agent to skip staging secrets like
.envfiles or credentials and provides a warning if they are present. - [SAFE]: The workflow prevents the use of dangerous flags like
--forceor--no-verifyunless explicitly requested by the user.
Audit Metadata