sandbox-execution

Execute Python scripts in isolated sandboxes with a deterministic workflow.

18|2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/omar-A-hassan/medsci-agent --skill sandbox-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-execution
Source: https://github.com/omar-A-hassan/medsci-agent/tree/main/.opencode/skills/sandbox-execution
Command: npx skills add https://github.com/omar-A-hassan/medsci-agent --skill sandbox-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Isolated, reproducible code execution for exploratory data analysis and experiments when domain MCP tools cannot perform the requested analysis.

Core Features & Use Cases

  • Isolated sandboxes provide deterministic environments for custom code execution.
  • Secure execution with default network policy denies external access and safe resource controls.
  • Guided workflow from sandbox preparation to teardown for reproducible results.
  • Use cases include running custom analysis scripts, prototyping workflows, and validating hypotheses without affecting production tools.

Quick Start

Prepare a sandbox workspace and run your command with sandbox_run_job, then fetch artifacts and teardown as needed.

Frequently Asked Questions about sandbox-execution

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

FAQPage Schema
How do I run isolated code execution for exploratory data analysis?

Isolated code execution runs in a sandbox to perform exploratory data analysis safely. You prepare a workspace, run custom python3 inline scripts, fetch artifacts, and teardown the environment for reproducible results.

What is the workflow for secure code prototyping in a sandbox?

Secure code prototyping follows a deterministic workflow: prepare the sandbox, run the job, check status, fetch artifacts, and teardown. This guided process ensures reproducible results without affecting production tools.

Can I execute long-running custom analysis scripts with default network access denied?

Yes, custom analysis scripts execute long-running analyses with a default network policy that denies external access. This secure execution environment provides safe resource controls and isolation for validating hypotheses.

When do I need a sandbox environment instead of existing domain tools?

You need a sandbox environment when existing domain MCP tools cannot perform the requested custom analysis. It applies to exploratory data science tasks, code prototyping, and validating hypotheses that require isolated execution.

Does the sandbox support python3 for inline scripts during reproducible workflows?

Yes, the sandbox supports python3 for inline scripts to ensure reproducible workflows. It applies to exploratory data science tasks and secure execution of long-running analyses that require isolation.

What are the limitations of running isolated custom analyses in a sandbox?

Limitations include a default network policy that denies external access, restricting custom analyses from reaching external resources. The sandbox is designed for isolated, reproducible execution rather than network-dependent operations.