Skip to content

Add llm-sandbox to Sandboxing & Isolation - #19

Open
vndee wants to merge 1 commit into
bureado:mainfrom
vndee:add-llm-sandbox
Open

Add llm-sandbox to Sandboxing & Isolation#19
vndee wants to merge 1 commit into
bureado:mainfrom
vndee:add-llm-sandbox

Conversation

@vndee

@vndee vndee commented Aug 3, 2026

Copy link
Copy Markdown

llm-sandbox is an MIT-licensed Python library for running LLM-generated code in containers, with Docker, Podman and Kubernetes backends.

Relevant to this list's scope: it exposes per-session network isolation (including none), read-only root filesystems, capability dropping, and CPU/memory limits, and provides a configurable static screen for code patterns before execution.

I've described the static screen as advisory rather than enforcing, because that is what it is — is_safe() returns a verdict and the caller decides; run() does not reject on its behalf. The entry also states plainly that this is container isolation with no kernel-level guarantees, which seemed more useful to readers of this list than claiming otherwise.

Appended to the Sandboxing & Isolation table. I did not add the 🔥 marker, since that looks like a curation signal for you rather than something to self-apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant