git-guardrails-claude-code
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill configures a hook that executes a local shell script (
block-dangerous-git.sh) whenever the agent attempts to use the Bash tool. This mechanism is used to intercept and validate commands against a defined list of dangerous patterns. - [REMOTE_CODE_EXECUTION]: The skill provides a script that the agent writes to the local filesystem and then configures the platform to execute. This involves the dynamic execution of local code to enforce safety guardrails.
- [COMMAND_EXECUTION]: The setup instructions include the use of
chmod +xto grant execution permissions to the newly created hook script.
Audit Metadata