commit-jira
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script (
precommit_guard.py) and standard Git commands (git status,git add,git diff,git commit) to manage the commit workflow. The Python script usessubprocess.runwith list-based arguments to safely callgit statuswithout shell interpolation. - [DATA_EXPOSURE]: The skill reads file names and repository status via
git statusto identify and block risky files (logs, binaries). This information remains local to the agent session and is not transmitted externally.
Audit Metadata