v0.1.3
warden-sandbox-cli v0.1.3
Highlights
- Windows: real ETW auditing, fail-closed. Each run starts a real-time Kernel-File/Kernel-Network ETW trace session scoped to the sandboxed process tree and maps Kernel-File events into the JSONL audit log. If the audit session cannot start,
warden runrefuses to run (the security gate). - Windows CI. A
windows-latestjob runs the AppContainer/WFP/ETW escape and lifecycle tests elevated, instead of skipping them. - Audit escape test. Asserts a blocked network request lands in the audit log as an
allowed=falseevent. - Docs truth-sync. Windows backends documented as Ready with elevation (WFP/ETW require admin) and audit-visibility caveats.
- npm wrapper fix.
bin/wardenhad the wrong file mode, so npm dropped thewardencommand on 0.1.0–0.1.2 installs. Fixed here — 0.1.3 ships a workingwardenbin.
Binaries
The warden-sandbox-cli npm package downloads the matching binary below on first run. Verify checksums against SHA256SUMS.
Install
npm install -g warden-sandbox-cli