git-commit

Pass

Audited by Gen Agent Trust Hub on Jul 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a 'Preflight' safety scan that checks the active change set for sensitive file paths (e.g., .env, *.pem, id_rsa) and large binary blobs, preventing them from being committed silently.
  • [SAFE]: Commands are executed locally using standard git tools via a Bash interface. The skill uses a provided Python script (compose_commit_message.py) for message composition, which is handled as a local file rather than being passed through potentially unsafe shell interpolation.
  • [SAFE]: No obfuscation, persistence mechanisms, or unauthorized privilege escalation attempts were found. The skill follows best practices by instructing the agent to wait for user confirmation before executing commits and explicitly avoiding push operations.
  • [SAFE]: The skill processes repository data (diffs and logs) which constitutes a surface for indirect prompt injection. However, the risk is mitigated by explicit instructional guardrails, such as mandatory atomic checks and safety scans for suspicious content, making the implementation safe for its intended purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 13, 2026, 08:01 AM
Security Audit — agent-trust-hub — git-commit