02 · The Security Model 03 / 12

Default-deny, always

No silent permissions

File, network, and environment access require explicit flags at the command line — nothing runs unchecked.

Audit in seconds

Every capability is declared upfront — --allow-read, --allow-net — no hidden behavior.

Sandbox by default

Untrusted code runs restricted. Third-party packages get zero implicit access to your system.

Ship with confidence

Production deployments stay locked down. Accidental overreach is structurally impossible.