dump-commit
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard version control commands including
git status,git add -A, andgit commit -mto automate the local development workflow. - [SAFE]: Implements a proactive 'Check for secrets' step that explicitly instructs the agent to look for sensitive file patterns (e.g.,
.env*,*credentials*,*.key) and stop the execution if any are found, reducing the risk of accidental credential exposure. - [SAFE]: Enforces data privacy and token efficiency by strictly prohibiting the reading of file contents or full diffs, limiting its context to file names and high-level statistics.
Audit Metadata