sandbox-escalation

Detect sandbox or permission restrictions and escalate for explicit user approval.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RyoyaYahagi/skills --skill sandbox-escalation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-escalation
Source: https://github.com/RyoyaYahagi/skills/tree/main/sandbox-escalation
Command: npx skills add https://github.com/RyoyaYahagi/skills --skill sandbox-escalation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically handles sandbox or permission-restriction failures by not guessing or bypassing restrictions, instead requesting explicit user permission or instructions.

Core Features & Use Cases

  • No guessing or auto-workarounds when restrictions block progress.
  • Escalates to user for permission or guidance.
  • Provides clear options and logs restriction details for audit.

Quick Start

Detect a sandbox or permission restriction and immediately prompt the user for permission or instructions.

Frequently Asked Questions about sandbox-escalation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle permission denied errors during sandbox execution?

Sandbox escalation handles permission denied errors by detecting the restriction, logging details for auditing, and presenting clear options to request explicit user consent rather than bypassing the restriction.

What is the best way to safely escalate when a sandbox blocks file I/O or network access?

The best way to safely escalate sandbox blocks is to pause execution, report the specific restriction precisely, and prompt the user for explicit permission or instructions instead of improvising or guessing workarounds.

Why does my automated workflow fail when lacking root privileges in a sandbox environment?

Automated workflows fail when lacking root privileges because sandbox restrictions intentionally block unauthorized system commands, requiring explicit user approval to safely escalate and proceed.

Can I use sandbox escalation to bypass security restrictions for system commands?

No, sandbox escalation does not bypass security restrictions; it detects sandbox violations and escalates to the user for explicit consent or guidance, logging all restriction details for auditing purposes.

Does sandbox escalation require user consent for every permission violation?

Yes, user consent is required for permission violations; the workflow detects the restriction, reports it precisely, and presents clear options for user decision rather than automatically proceeding with auto-workarounds.

When should I not use automatic workarounds for sandbox violations?

You should not use automatic workarounds when sandbox violations occur across file I/O, network access, or system commands; instead, escalate to explicit user approval to satisfy safe escalation workflow requirements.