kenryu42/claude-code-safety-net
A coding agent hook that acts as a safety net, catching destructive git and filesystem commands before they execute.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-safety-net": {
"command": "npx",
"args": [
"-y",
"claude-code-safety-net"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...