Back to catalogPending
claude-code-safety-net
by kenryu42
A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.
965stars
41forks
TypeScript
Added 12/28/2025
IDE Extensionsclaudeclaude-codeclaude-code-plugindestructive-commandssecurity
Installation
# Add to your Claude Code skills
git clone https://github.com/kenryu42/claude-code-safety-netClaude Code Safety Net
<div align="center"> </div>A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.
Contents
- Why This Exists
- Why Use This Instead of Permission Deny Rules?
- What About Sandboxing?
- Prerequisites
- Quick Start
- Status Line Integration
- Diagnostics
- Explain (Debug Analysis)
- Commands Blocked
- Commands Allowed
- What Happens When Blocked
- Testing the Hook
- Development
- Custom Rules (Experimental)
- Advanced Features
- License
Why This Exists
We learned the hard way that instructions a...
