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
pub mod agent;
pub mod ollama;
pub mod openai;
pub mod orchestrator;
pub mod validator;

pub use orchestrator::{CampaignReport, Orchestrator};
pub use validator::{diff, run_validation, ValidationDiff, ValidationReport};