Safeguard
Tag

sandboxing

Safeguard articles tagged "sandboxing" — guides, analysis, and best practices for software supply chain and application security.

24 articles

Application Security

WebAssembly's security model: sandbox guarantees and the attack surface that remains

Two Critical Wasmtime sandbox-escape CVEs landed on the same day in April 2026 — proof that a wasm sandbox is only as strong as the runtime enforcing it.

Jul 8, 20267 min read
AI Security

Open-Weight Model Sandboxing Patterns

Running an open-weight model inside an enterprise perimeter seems safer than calling a hosted API. It is, and it isn't. The sandboxing patterns that actually produce the safety properties.

Jun 10, 20266 min read
Security

Using a Code Tester Safely: Online Playgrounds and the Risks

An online code tester is a fast way to run a snippet without local setup, but pasting real code into someone else's server carries real risk. Here is how to test code online without leaking secrets.

Jun 3, 20266 min read
DevSecOps

Node.js vm Module Security: Why It Is Not a Sandbox

The Node.js vm module runs code in a separate V8 context, but it is not a security sandbox. Here is why untrusted code can escape it and what to use instead.

May 25, 20266 min read
AI Security

Docker + MCP: Running MCP Servers in Containers Securely

MCP servers run with your credentials and your filesystem unless you say otherwise. Containerizing them with read-only mounts, dropped capabilities, and egress controls turns an open-ended trust grant into a bounded one.

Apr 8, 20266 min read
Container Security

gVisor vs Firecracker in 2026: Choosing a Sandbox for Untrusted Workloads

A side-by-side comparison of gVisor and Firecracker for sandboxing untrusted code in 2026, covering security model, performance, and operational complexity.

Apr 2, 20266 min read
AI Security

MCP Server Sandbox Escapes: Threat Model

A threat model for sandbox escapes in Model Context Protocol servers, mapping attack surfaces from tool execution environments to host processes and shared state.

Mar 25, 20267 min read
AI Security

Securing MCP Servers: A Practical Checklist

MCP servers are runtime dependencies your agent trusts implicitly. Here is a concrete checklist for auth, tool pinning, sandboxing, and monitoring before you ship one.

Mar 22, 20266 min read
Container Security

Kata Containers Security Model Review

Kata wraps each pod in a lightweight VM. That is a real security boundary. It is also one that comes with real costs and real caveats.

Mar 15, 20266 min read
Container Security

gVisor Runtime Security Deep Dive

gVisor intercepts syscalls in userspace and implements a minimal kernel in Go. It is a genuinely different approach, with genuinely different trade-offs.

Feb 14, 20267 min read
Container Security

Container Runtime Security Comparison: runc, gVisor, Kata, and Firecracker

Your container runtime determines the strength of your isolation boundary. Here is an honest comparison of runc, gVisor, Kata Containers, and Firecracker from a security perspective.

Feb 9, 20267 min read
AI Security

Sandboxing LLM Agent Code Execution: Patterns

If your agent can execute code, something it reads from the internet can execute code. Pick your sandbox before the agent picks one for you.

Jan 29, 20267 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

sandboxing (Page 2) — Safeguard Blog