Agent Plugins Marketplace
All plugins

db-guardrails

v1.0.0

Stop AI coding agents from accidentally emptying your database. Ships an always-on hook that blocks destructive DB commands (DROP, TRUNCATE, DELETE-without-WHERE, migrate:fresh, db:drop, prisma migrate reset, FLUSHALL, docker compose down -v and more) across 15+ frameworks, plus a stack-aware installer for database-level privilege separation and framework boot guards.

Claude Code1 Skill

By Lazy Ants0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install db-guardrails for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install db-guardrails@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lazyants/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/db-guardrails/.

Plugin files

plugins/db-guardrails/
├── .claude-plugin/plugin.json
└── skills/db-guardrails/SKILL.md

Included Skills1

db-guardrailsskills/db-guardrails/SKILL.md

Install defense-in-depth database safety layers into a project — database-level privilege separation, a framework boot guard, and test-environment isolation. Complements the always-on db-guardrails blocking hook. Use when the user says "harden the database", "protect the database", "db guardrails", "stop dropping the database", "set up destructive command protection", "database privilege separation", "migrator user", or asks to make accidental database wipes impossible.

Plugin manifests1

plugins/db-guardrails/.claude-plugin/plugin.json
{
  "name": "db-guardrails",
  "description": "Stop AI coding agents from accidentally emptying your database. Ships an always-on hook that blocks destructive DB commands (DROP, TRUNCATE, DELETE-without-WHERE, migrate:fresh, db:drop, prisma migrate reset, FLUSHALL, docker compose down -v and more) across 15+ frameworks, plus a stack-aware installer for database-level privilege separation and framework boot guards.",
  "version": "1.0.0",
  "author": {
    "name": "Lazy Ants"
  },
  "homepage": "https://github.com/lazyants/claude-plugins",
  "keywords": [
    "database",
    "safety",
    "guardrail",
    "hook",
    "destructive",
    "drop-table",
    "truncate",
    "migrations",
    "claude-code"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[db-guardrails on Agent Plugins Marketplace](https://pluginsmp.com/plugins/db-guardrails)