git-commit-formatter
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script uses the Python
subprocessmodule to executegit diff --cached --stat. This command is used to retrieve the summary of changes currently staged in the local repository. The execution is handled safely by passing arguments as a list and avoiding the use of a shell (shell=True), which prevents command injection vulnerabilities. The purpose of the command aligns exactly with the skill's described functionality.
Audit Metadata