Back to Home
agent-infra icon

sandbox

by agent-infra

Overview

An all-in-one agent sandbox environment offering unified browser, shell, file, Jupyter, VSCode, and MCP operations for AI agents and developers.

Installation

Run Command
docker run --security-opt seccomp=unconfined --rm -it -p 8080:8080 ghcr.io/agent-infra/sandbox:latest

Environment Variables

  • PROXY_SERVER
  • JWT_PUBLIC_KEY
  • DNS_OVER_HTTPS_TEMPLATES
  • WORKSPACE
  • HOMEPAGE
  • BROWSER_EXTRA_ARGS
  • TZ
  • WAIT_PORTS

Security Notes

The server is designed to execute arbitrary code (Python, Node.js, shell commands, browser automation), which is inherently high-risk. The recommended Docker run command uses `--security-opt seccomp=unconfined`, disabling a critical host security feature. This removes a layer of defense against container escapes and makes the host system less secure if the container is exploited. Running untrusted AI agent code within such an environment, especially with disabled seccomp, poses a significant security risk to the underlying host.

Similar Servers

Stats

Interest Score100
Security Score3
Cost ClassLow
Stars2088
Forks175
Last Update2026-01-19

Tags

Agent SandboxAI Agent DevelopmentBrowser AutomationCode ExecutionMCP Protocol