db-safety
Database safety guardrails. Prevents accidental data destruction, validates migrations, and catches dangerous SQL patterns.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install db-safety@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"db-safety@wrxck-claude-plugins": true
}
}
Features
- Blocks DROP TABLE and TRUNCATE without confirmation
- Migration safety validation
- Dangerous SQL pattern detection
- Backup reminders before destructive operations