Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 471 Bytes

File metadata and controls

19 lines (11 loc) · 471 Bytes

Security

Policy engine

Default-deny. Dangerous actions (rm -rf, sudo, curl | sh, network admin) are blocked. Warn rules produce a non-blocking warning.

Audit log

Append-only JSONL: data/audit.jsonl.

Secret redaction

Trajectory observations are redacted for common secret formats (GitHub/OAuth/ OpenAI keys, AWS access keys, private keys, password=).

Sandbox

subprocess (default) or docker (network disabled by default, memory limits).