security-sandbox
Secure command execution with allowlists and validation hooks. Use when validating bash commands, configuring security policies, implementing pre-tool-use hooks, or sandboxing autonomous agent operations.
Installation
SKILL.md
Provides defense-in-depth security for autonomous coding operations through command validation, allowlists, and execution hooks.
| rm -rf / | System destruction | Wipes filesystem | | > /dev/sda | Disk corruption | Overwrites disk | | chmod 777 | Security hole | World-writable | | curl \| bash | Code injection | Remote execution | | :(){ :\|:& };: | Fork bomb | DoS attack | | dd if=/dev/zero | Disk fill | Resource exhaustion |
Secure command execution with allowlists and validation hooks. Use when validating bash commands, configuring security policies, implementing pre-tool-use hooks, or sandboxing autonomous agent operations. Source: adaptationio/skrillz.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill security-sandbox Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/adaptationio/skrillz --skill security-sandbox- Source
- adaptationio/skrillz
- Category
- !Security
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is security-sandbox?
Secure command execution with allowlists and validation hooks. Use when validating bash commands, configuring security policies, implementing pre-tool-use hooks, or sandboxing autonomous agent operations. Source: adaptationio/skrillz.
How do I install security-sandbox?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill security-sandbox Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/adaptationio/skrillz
Details
- Category
- !Security
- Source
- user
- First Seen
- 2026-02-01