← Back to journal
Threat model / June 4, 2026

What Are Agent Guardrails? Why Termyte Is Not a Sandbox

A useful agent guardrail becomes more credible when its non-goals are explicit.

Different protection boundaries

A sandbox aims to isolate execution. Termyte does not provide that boundary. It evaluates recognized command text, applies deterministic local policy, records decisions, and remembers user-marked unsafe exact patterns.

That can reduce accidental damage from secret access, force pushes, package publishing, destructive SQL, and broad filesystem deletion.

Outside the boundary

Termyte does not make agents safe. It gives developers a local, inspectable decision path for recognized command risks.