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
"""Python SDK for the ICEBOX Governance Kernel (C ABI / ctypes).

``pip install icebox-sdk`` gives you :class:`icebox.Governance`, which drives
the same charter / scope / risk / approval gates that guard native ICEBOX
modules — so any Python agent can be governed by the single seam.
"""

from ._sdk import Governance

__all__ = ["Governance"]
__version__ = "0.1.0"