hs
Hardstop - Pre-execution safety layer for shell commands. Shows status and help.
Skip Hardstop safety check for the next command only
> /plugin marketplace add frmoretto/hardstop > /plugin install hs@hardstop
How it fires
How this command gets triggered: by you, by Claude, or both.
/skipContext preview
What this command does when you run it.
Skip Hardstop safety check for the next command only
description: Skip Hardstop safety check for the next command only allowed-tools: ["Bash"]
Set a one-time bypass flag so the next shell command skips the safety check.
Run this command to set the skip flag:
python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" skip $ARGUMENTSThen inform the user that the next command will bypass safety checks, but protection will resume automatically after that.
👉 ⭐ Star on GitHub if Hardstop keeps you safe! Pre-execution safety validation for AI coding agents.
Repo: frmoretto/hardstop