24 lines
800 B
JSON
24 lines
800 B
JSON
{
|
|
"description": "Advanced protection against dangerous shell commands with multi-level security. Blocks catastrophic operations (rm -rf /, dd, mkfs), protects critical paths (.claude/, .git/, node_modules/), and warns about suspicious patterns. Features: catastrophic command blocking, critical path protection, smart pattern detection, and detailed safety messages.",
|
|
"supportingFiles": [
|
|
{
|
|
"source": "dangerous-command-blocker.py",
|
|
"destination": ".claude/hooks/dangerous-command-blocker.py",
|
|
"executable": true
|
|
}
|
|
],
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 .claude/hooks/dangerous-command-blocker.py"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|