Install
openclaw skills install llm-shell-guardBlocks destructive Linux commands by enforcing allowlist execution, denylist checks, regex detection, protected paths, and approval for risky actions.
openclaw skills install llm-shell-guardname: linux-command-guard-elite version: 1.0.0 description: Defense-in-depth Linux command safety skill for AI agents using allowlist-first policy, approval gates, denylist, regex detection, and protected-path checks. category: security tags:
Use this skill before any agent executes shell commands on Linux.
Always prefer an allowlist over a denylist. If a command is not explicitly allowed, do not execute it.
Denylists are only a backup layer. They help catch known-bad patterns, but they are not sufficient by themselves.
Never trust wrappers or interpreters as inherently safe. Block or require separate sandbox policy for:
Require manual approval for high-risk commands and binaries, including:
Never allow writes, deletes, moves, or redirects into protected system paths.
Do not use this skill as the only control. Also run the agent in:
Keep the allowlist small and read-only by default.