Skip to content
Security
Command

/on

Enable Hardstop protection

From plugin
306 skills6 commands1 hooks
shell
$ npx -y skills add frmoretto/hardstop --agent claude-code

Ships with hs. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/on

Context preview

What this command does when you run it.

Enable Hardstop protection

Command definition

on.md
description: Enable Hardstop protection
allowed-tools: ["Bash"]

Enable Hardstop Protection

Enable the Hardstop pre-execution safety layer.

Your Task

Run this command to enable protection:

python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" on

Then confirm to the user that Hardstop is now enabled and dangerous commands will be blocked.

Read it on GitHub ↗
Ships withhs

👉 ⭐ Star on GitHub if Hardstop keeps you safe! Pre-execution safety validation for AI coding agents.

Get the whole plugin, auto-invoked
Stats
30
Stars
0
Views
2
Forks
Maintained
Maintenance
Python
Language
3mo ago
Last commit
6mo ago
Created

Repo: frmoretto/hardstop