Back to Home
gradion-ai icon

ipybox

Verified Safe

by gradion-ai

Overview

A lightweight and secure Python code execution sandbox for AI agents to perform data analysis or execute code actions within Docker containers.

Installation

Run Command
uvx ipybox mcp

Environment Variables

  • DOCKER_HOST

Security Notes

The project is designed with security in mind, utilizing Docker containers for isolation, path validation to restrict host filesystem access, and a configurable firewall to limit network egress. It generally runs containers as a non-root user, which is a good security practice. However, as a code execution sandbox, its security is inherently tied to the robustness of Docker's isolation and the firewall implementation; a vulnerability in these underlying components could potentially lead to a container escape. Code generation for MCP clients occurs within the container, not on the host, mitigating risks there.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassMedium
Avg Tokens200
Stars46
Forks13
Last Update2025-12-06

Tags

PythonSandboxDockerAI AgentsCode Execution