clean-commit
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements a security check to detect and block the staging of sensitive files such as .env files or files containing API keys, private keys, and authentication tokens.
- [SAFE]: The skill follows the principle of least privilege by instructing the agent to use specific file paths with git add rather than using git add . to avoid accidental staging of unwanted files.
- [SAFE]: The process requires explicit developer confirmation before executing the git commit command, which serves as a human-in-the-loop security control.
- [COMMAND_EXECUTION]: The skill uses standard Git commands (git status, git diff, git add, git commit, git log) to perform its intended function of managing code commits within a development environment.
Audit Metadata