sandbox-escape-techniques

Community

Escape sandboxes fast and reliably.

AuthorDorianGallo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you break out of constrained execution environments such as Python sandboxes, seccomp filters, chroot jails, containers, and browser sandboxes to regain unrestricted code execution or filesystem access.

Core Features & Use Cases

  • Sandbox type identification and routing: Quickly determine which isolation mechanism you are facing (pyjail, seccomp-bpf, chroot, namespace isolation, container, browser renderer) and jump to the right escape path.
  • Battle-tested bypass playbooks: Use dedicated methodologies for Python pyjail (builtins recovery, keyword/AST bypasses, RestrictedPython escapes), seccomp bypasses (architecture confusion, ORW chaining, ptrace/io_uring strategies), and chroot/container/browser escape decision logic.
  • Engagement-ready decision trees: Follow structured checks (what’s allowed/blocked, version constraints, and syscall or module availability) to converge on an actionable exploit approach.

Quick Start

Ask the AI to provide the sandbox type identification and the fastest escape decision tree for a Python pyjail environment with exec/eval enabled but import and underscore access filtered.

Dependency Matrix

Required Modules

None required

Components

assetsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sandbox-escape-techniques
Download link: https://github.com/DorianGallo/hack-skills-local/archive/main.zip#sandbox-escape-techniques

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.