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 subprocess module to execute git 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
Risk Level
SAFE
Analyzed
Jun 18, 2026, 08:08 AM
Security Audit — agent-trust-hub — git-commit-formatter