git-guardrails-claude-code
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a security tool designed to prevent accidental or unauthorized execution of destructive Git operations. It accomplishes this by setting up a PreToolUse hook that validates commands against a list of dangerous patterns before they are executed by the agent.
- [COMMAND_EXECUTION]: The instructions require the user to make the bundled shell script executable using
chmod +x. This is standard and necessary procedure for installing script-based hooks in the Claude Code environment. - [REMOTE_CODE_EXECUTION]: The hook script utilizes the
jqutility to parse incoming JSON data. This is a standard dependency for processing structured tool input in shell-based hooks.
Audit Metadata