Back to Skills

security-sandbox

adaptationio
Updated 4 days ago
6 views
6
6
View on GitHub
Othergeneral

About

The security-sandbox skill provides secure command execution for autonomous agents by validating bash commands against allowlists and security policies. It enables developers to implement pre-execution hooks to block dangerous operations like `rm -rf /` in sandboxed environments. Use this foundation-layer skill when you need to safely sandbox tool usage or add defense-in-depth to agent operations.

Quick Install

Claude Code

Recommended
Primary
npx skills add adaptationio/Skrillz -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/adaptationio/Skrillz
Git CloneAlternative
git clone https://github.com/adaptationio/Skrillz.git ~/.claude/skills/security-sandbox

Copy and paste this command in Claude Code to install this skill

GitHub Repository

adaptationio/Skrillz
Path: .claude/skills/security-sandbox
0

Related Skills

spec-builder

Other

The spec-builder skill transforms vague project ideas into detailed specifications through guided discovery. It helps developers define requirements and create actionable specs before using autonomous coding tools. Use it when you need to clarify project scope or prepare for autonomous-master execution.

View skill

autonomous-session-manager

Other

This skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.

View skill

initializer-agent

Other

The initializer-agent is a first-session tool for setting up autonomous coding projects. It handles project initialization, generates comprehensive feature lists, and scaffolds project structure based on specifications and tech stacks. Use it when starting new projects to establish foundations and environment setups.

View skill

coding-agent

Other

The coding-agent is an incremental development tool that implements features using test-driven development (TDD) in sequential sessions. It's designed for developers who want to build features one at a time with proper testing, commits, and workflow resumption. Use it when following TDD practices or managing multi-session development work.

View skill