icebox-gov 0.2.6

Runtime governance for autonomous offensive security — the single seam every human operator, REST client, and LLM agent must pass through before anything touches a target.
Documentation
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all build build-daemon build-sandbox-worker

all: build

build: build-daemon build-sandbox-worker

build-daemon:
	cargo build --release

build-sandbox-worker:
	cargo xtask build-sandbox-worker