vetto 0.2.19

Daemon-less sandbox + security layer for AI coding agents (Landlock/Seatbelt, TUI statusline, post-session audit reports)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Running Codex safely with vetto

Target length: 4 minutes.

1. Create a disposable Git repository and a dummy `.env` value.
2. Run `vetto doctor --probe` and show that the secret path is unreachable.
3. Start `vetto --agent codex -- codex exec "summarize this repository"`.
4. Explain the statusline counters and open the event overlay with `Ctrl+]`.
5. Repeat with a provider-specific strict network policy only when the task
   needs network access.
6. Show that credentials remain absent unless explicitly placed in
   `[environment].pass_through`.