Back to browse
GitHub Repository

A lightweight containment environment for AI agents.

1 starsTypeScript

Enclv – A lightweight Docker containment environment for AI agents

by ashtonsuire·Feb 28, 2026·1 point·1 comment

AI Analysis

●●SolidSolve My ProblemShip It

Docker sandbox for AI agents with egress proxy and filesystem isolation—solves real runaway-agent fear.

Strengths
  • Addresses genuine pain: running AI-generated code safely without full hypervisor overhead
  • Clear constraint-based design: network allowlist, isolated `/work/output`, secret injection
  • Practical examples (Anthropic API access, web scraping) show real use cases
Weaknesses
  • Early-stage (0 stars, just published, no production adoption evidence)
  • Not a security boundary—explicitly disclaims sandbox vs malware; relies on Docker reliability
Category
Target Audience

Developers running AI agents and untrusted code locally

Similar To

Docker container isolation · Firejail · Bubblewrap

Similar Projects

Developer Tools●●Solid

Isol8 – An isolated environment for AI agents to execute code

This is a practical, engineer-first sandbox that feels built for LLM workflows: five runtimes (Python/Node/Bun/Deno/Bash), streaming SSE output, warm container pools for sub-100ms latency, and security defaults like read-only rootfs, seccomp, and resource caps. The embeddable TypeScript API plus an agent 'skill' and on-the-fly package installs make it easy to plug into agent pipelines. My nitpick: it still depends on Docker as the trust boundary — I'd like clearer hardened defaults, policy/audit primitives, and documentation about residual host risks before using it to run fully hostile code.

WizardryNiche Gem
masterbruce10
103mo ago
Security●●●Banger

A security scanner for AI Agent Skills

Docker sandbox execution catches runtime threats static analysis alone misses.

Big BrainBold Bet
mayziem
502mo ago