Dicklesworthstone/destructive_command_guard — 3,190 Stars
The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents.
Watch Episode
About This Repo#
Dicklesworthstone/destructive_command_guard — 3,190 ⭐
The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents. - Dicklesworthstone/destructive_command_guard
Narration#
Every developer’s nightmare — your AI agent just ran rm -rf on your home directory. Destructive Command Guard intercepts dangerous shell and git commands before they execute. It catches force pushes to main, recursive deletes, disk wipes — and prompts you first. Think of it as a safety net between your coding agent and the nuclear button.