<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sandbox on SoloSoft</title><link>https://www.solosoft.dev/tags/sandbox/</link><description>Recent content in Sandbox on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/sandbox/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Sandbox: All-in-One Sandbox for AI Agents with Browser, Shell, and VSCode</title><link>https://www.solosoft.dev/post/agent-sandbox-ai-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/agent-sandbox-ai-2026/</guid><description>&lt;p&gt;AI agents need environments to execute in &amp;ndash; places to run code, browse the web, edit files, and interact with tools. Building these environments from scratch for each agent platform is tedious and error-prone. &lt;strong&gt;Agent Sandbox&lt;/strong&gt; solves this by providing a complete, pre-configured Docker sandbox that combines a browser, shell, file system, MCP server, and VSCode Server in a single containerized workspace.&lt;/p&gt;
&lt;p&gt;Developed by agent-infra, Agent Sandbox is designed as the execution environment for AI agents that need to perform real-world tasks. Instead of cobbling together separate tools for browser automation, code execution, and file management, developers get a unified sandbox with all of these capabilities pre-integrated and ready to use.&lt;/p&gt;</description></item><item><title>Anthropic's Sandbox Runtime: OS-Level Sandboxing Without Containers</title><link>https://www.solosoft.dev/post/sandbox-runtime-anthropic-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/sandbox-runtime-anthropic-2026/</guid><description>&lt;p&gt;AI coding agents like Claude Code need to execute a wide range of operations &amp;ndash; reading files, writing code, running commands, making network requests. Managing the security boundaries around these operations has typically required either heavy containerization (Docker) or frequent user permission prompts. &lt;strong&gt;Sandbox Runtime&lt;/strong&gt; by Anthropic offers a third path: lightweight, OS-level sandboxing that enforces security policies without the overhead of containers.&lt;/p&gt;
&lt;p&gt;The tool works by leveraging the operating system&amp;rsquo;s built-in sandboxing capabilities &amp;ndash; seatbelt profiles on macOS and seccomp-bpf with landlock on Linux &amp;ndash; to define precise boundaries for what agent processes can and cannot do. Rather than asking the user for permission on every operation, Sandbox Runtime pre-configures what is allowed and blocks everything else automatically.&lt;/p&gt;</description></item><item><title>NVIDIA OpenShell: Safe, Private Runtime for Autonomous AI Agents</title><link>https://www.solosoft.dev/post/openshell-ai-sandbox-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/openshell-ai-sandbox-2026/</guid><description>&lt;p&gt;Autonomous AI agents are powerful, but they come with significant risk. An agent with shell access could accidentally delete files, make unwanted network requests, or leak sensitive data. Traditional containerization (Docker, gVisor) was not designed for the granular, agent-specific security policies that AI applications need. &lt;strong&gt;NVIDIA OpenShell&lt;/strong&gt; addresses this gap with a purpose-built sandboxed runtime for AI agents.&lt;/p&gt;
&lt;p&gt;OpenShell, published at &lt;a href="https://github.com/NVIDIA/OpenShell"&gt;github.com/NVIDIA/OpenShell&lt;/a&gt;, is NVIDIA&amp;rsquo;s open-source answer to agent security. It provides an isolated execution environment where agents operate under declarative YAML policies that precisely control filesystem access, network communication, process execution, and inference calls. The sandbox runs as a separate process with minimal privileges, enforcing policies at the kernel level through Linux security modules.&lt;/p&gt;</description></item></channel></rss>