From deployshield
Production safety guardrails - prevents write/mutating operations on cloud, database, and deployment CLIs
How this skill is triggered — by the user, by Claude, or both
Slash command
/deployshield:geminiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
DeployShield is active. All Bash commands are validated before execution.
DeployShield is active. All Bash commands are validated before execution.
.deployshield.json file.This skill uses the core DeployShield validator via a BeforeTool hook on the run_shell_command tool.
npx claudepluginhub matanryngler/deployshield --plugin deployshieldBlocks destructive Bash commands like rm -rf, DROP TABLE, git force-push, reset --hard, and restricts file edits to a specific directory. Use for protection on critical systems.
Prevents destructive operations on production systems and autonomous agents by intercepting dangerous commands, restricting edits to a directory, or combining both protections.