Hooks Safety
Plugin Verifiziert AktivEssential safety hooks to prevent destructive operations in Claude Code. From cc-safe-setup (655+ hooks).
To protect users and their projects from accidental or malicious destructive operations by implementing preventative safety checks within Claude Code.
Funktionen
- Blocks credential hunting and exfiltration
- Prevents dangerous `rm` commands on critical paths
- Guards against dangerous `--force` flags in Git, npm, and Docker
- Warns about writing large files to prevent repo bloat
- Blocks writes to system directories
Anwendungsfälle
- Use when operating in sensitive codebases or environments where accidental data loss is a concern.
- Use to enhance security posture by preventing common, dangerous command-line operations.
- Use to safeguard against prompt injection attempts that aim to exfiltrate credentials.
- Use when working in a team environment to enforce safer development practices.
Nicht-Ziele
- Providing a comprehensive security suite for development environments.
- Replacing user awareness and responsibility for command execution.
- Performing automated cleanup of safe directories beyond specific `rm` patterns.
Praktiken
- Security hardening
- Pre-execution validation
- Defensive programming
Voraussetzungen
- Bash shell
- jq installed
- Claude Code environment
Installation
/plugin install hooks-safety@davepoon-buildwithclaudeQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Claude Recap
99Themenbasierter automatischer Speicher für Claude Code – verlieren Sie nie den Kontext über Sitzungen oder Kompaktierungen hinweg.
Cc Safe Setup
99734 Sicherheits-Hooks für Claude Code – verhindert Dateilöschung, Datenlecks, Git-Katastrophen und Token-Verschwendung während autonomer KI-Codierungssitzungen
Claude Code Hooks
99Produktionssicherheits-Hooks für den autonomen Claude Code-Betrieb. Kontextüberwachung, Syntaxprüfung, Branch-Schutz, Aktivitätsprotokollierung und mehr.
Dotforge
100Node.js 20+ with Express/Fastify, TypeScript, and ESM module rules for Claude Code.
Shell Scripting Plugins
99Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing
Tdd
99TDD workflow enforcement with auto-test hook