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 uses subprocess.run with list-based arguments to safely call git status without shell interpolation.
  • [DATA_EXPOSURE]: The skill reads file names and repository status via git status to identify and block risky files (logs, binaries). This information remains local to the agent session and is not transmitted externally.
Audit Metadata
Risk Level
SAFE
Analyzed
May 6, 2026, 03:05 PM