git-guardrails-claude-code
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to enhance safety by intercepting potentially destructive git commands like 'push --force' or 'reset --hard' and blocking them via a local hook.
- [SAFE]: The provided script
scripts/block-dangerous-git.shsafely handles input by usingjqfor JSON parsing and does not execute any part of the command it inspects. - [SAFE]: Configuration changes are limited to the intended application settings (
.claude/settings.json), and no external network activity or unauthorized data access is performed.
Audit Metadata