commit
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard git CLI tools for version control tasks. It explicitly mandates secure practices by forbidding the use of the
--no-verifyflag and prohibiting indiscriminate staging withgit add .orgit add -A.- [SAFE]: The skill is designed with a 'human-in-the-loop' architecture, requiring explicit user approval viaAskUserQuestionbefore finalizing any commit. Furthermore, it employs robust shell-security techniques, specifically using heredocs for commit messages, to prevent argument injection or unintended shell expansion of message content.
Audit Metadata