
Dangerous Bash Command Checker — Agent Guardrails
Paste a shell command and instantly see if it is destructive.
u/bdesoky · Reddit
I built a free tool that tells you if a shell command is dangerous (rm -rf, DROP TABLE, git push --force) Kept seeing stories of AI coding agents running rm -rf or git push --force on people's repos, so I built two things: 1) A free browser tool - paste any shell command, it instantly flags destructive patterns: recursive deletes (incl. -fr and sudo rm -rf), DROP TABLE / TRUNCATE / DELETE FROM without a WHERE, force pushes, git reset --hard, mkfs, dd to a device, fork bombs. Runs 100% clien










