icebox-gov 0.1.1

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
12
//! ICEBOX — governance seam for autonomous offensive security.

use linkme::distributed_slice;

#[distributed_slice]
pub static MODULE_REGISTRY: [crate::core::module::ModuleEntry];

pub mod ai;
pub mod capi;
pub mod core;
pub mod interfaces;
pub mod modules;