commit
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes common git CLI commands including
status,diff,add,commit, andpush. These commands are used as intended for version control automation. - [SAFE]: Instructions explicitly forbid the committing of sensitive files such as
.env, credentials, and tokens. The workflow includes a warning mechanism to alert the user if such files are detected. - [SAFE]: The skill implements human-in-the-loop checkpoints, requiring explicit user confirmation before pushing local changes to a remote repository.
Audit Metadata