Back to Skills

security-sandbox

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

About

The security-sandbox skill provides secure command execution for autonomous agents through allowlists and validation hooks. It validates bash commands against security policies and enables pre-execution blocking of dangerous operations. Developers should use it when sandboxing agent tool use or implementing safety layers for command execution.

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: skills/security-sandbox
0

Related Skills

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

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

tdd-workflow

Other

This skill implements a Test-Driven Development workflow for autonomous coding, enabling developers to follow red-green-refactor cycles. It provides methods for writing tests first, implementing code to pass tests, and refactoring while maintaining test coverage. Use it when implementing features with TDD or ensuring comprehensive test-driven development practices.

View skill

autonomous-loop

Other

The autonomous-loop skill orchestrates autonomous coding sessions by managing feature completion and agent lifecycle. It provides a continuous execution loop with configurable session limits and token budgets. Developers use it to automate multi-step coding tasks with checkpointing and progress tracking.

View skill