commit
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git commands (
git add,git commit,git push) to automate version control tasks. This is the primary and expected function of the skill. - [SAFE]: Employs dynamic context injection using the
!commandsyntax to fetch repository status and history viagit status,git diff, andgit log. These operations are used for context gathering and are consistent with secure development practices. - [SAFE]: Ingests potentially untrusted data from local file
docs/arc/progress.mdand repository diffs to generate commit messages. This is a standard functional requirement for automated commit tools and does not present an elevated risk in this context.
Audit Metadata