Skip to content

Security

Principles:

PrincipleDetail
Least PrivilegeRead-only scanning; no mutation tools yet
Explicit AllowlistOnly curated tools callable
Bounded ResourcesStep & context limits prevent runaway usage
Provider OptionalOffline / air‑gapped safe defaults
  • Chat transcripts are stored locally in a SQLite file (cyberzard_agent.sqlite) alongside the CLI. Data stays on your machine.
  • Use sessions to separate contexts (e.g., --session prod, --session staging). You can clear a session in chat with /clear.