Git Commit Helper
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill utilizes standard git utilities (diff, status, commit) and a PostToolUse hook to log activity locally. These operations are restricted to the local environment and are appropriate for the skill's purpose.\n- [Indirect Prompt Injection] (SAFE): The skill processes untrusted code diffs to generate commit messages. Ingestion points: staged changes analyzed via
git diff --staged. Boundary markers: None. Capability inventory: execution of bash commands for git operations and logging. Sanitization: None. While a theoretical attack surface exists for malicious code to influence message generation, it is inherent to the tool's primary purpose and carries minimal risk.
Audit Metadata