Signed governance
Ed25519 seals bind exact instructions to allowed tools, effect classes, parameter rules, output schemas, identities, and expiry.
Sovereign Integrity & Governance Interface Layer
Open-source control and evidence for software that lets language models call tools.
SIGIL puts signed policy, deterministic validation, and portable proof receipts around model-driven actions. It runs inside your infrastructure and requires no SIGIL service.
The model proposes. Code decides. The receipt proves what the software recorded.
01 / CONTROL PATH
A model can propose an action. Ordinary code decides whether that action reaches a tool. SIGIL signs the governing instruction, checks each proposal against declared capabilities and effect classes, then records evidence around the decision and outcome.
02 / PRIMITIVES
Ed25519 seals bind exact instructions to allowed tools, effect classes, parameter rules, output schemas, identities, and expiry.
Opaque capability IDs resolve through ordinary Python. Validation runs again at dispatch so stale approval cannot bypass the final check.
Portable Ed25519 receipts commit to the action, decision, policy, measured runtime, chain position, delegation, and evidence digests.
Salted Merkle commitments let a holder reveal selected receipt fields while keeping arguments, outputs, credentials, and other fields private.
Hash-linked, signed entries expose edits, deletions, reordering, and signature stripping under a pinned public key.
The reference stdio wrapper filters discovery, gates each tool call, writes preauthorization, and attaches a terminal receipt.
The core also includes governance decorators, cryptographic human approval, revocation, provider adapters, input normalization, anomaly signals, and legal discovery exports.
03 / CLAIM BOUNDARY
SIGIL makes narrow software claims that a verifier can check. Public keys must be pinned through a trusted channel. A key shipped beside its own receipt provides portability, not identity.
04 / TRY IT
The repository carries the library, command-line tools, receipt contract, verifier, reference MCP wrapper, tests, and security policy.
git clone https://github.com/mr-gl00m/sigil.git
cd sigil
uv sync --extra dev
uv run sigil --version
uv run pytest -q
uv run sigil demo
Free and MIT licensed. If SIGIL earns a place in your stack, fund its continued development.