commit-push
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes git commands such as
git status,git add, andgit committo manage repository state as part of its primary function.\n- [DATA_EXFILTRATION]: The workflow usesgit add -A, which stages all changes including untracked files, to be pushed to a remote branch. This behavior requires that the repository's.gitignorefile is properly configured to ensure sensitive data is not accidentally committed and shared.
Audit Metadata