An open framework for regulated industries — runnable today.
Every verdict carries verifiable provenance: a signed LLM transcript, Knowledge Graph citations, and an independent symbolic verifier's per-assertion result.
A real verdict envelope. Every evaluation produces exactly this shape — categorical verdict, KG citations, formalizable assertions, the Symbolic Verifier's cross-check result, and the six hash anchors needed to replay it. Hover any field to see the audit guarantee it carries.
{ "verdict": "FLAG", "reasoning": "SO2 discharge at 142 ppm exceeds the §60.2(a) cap of 100 ppm.", "kg_citations": [
{
"node_id": "energy.so2.lte_100ppm",
"role": "obligation",
"source_document": "40 CFR 60.2(a)",
"source_clause": "Subpart A — General Provisions"
}
], "formalizable_assertions": [
{
"obligation_id": "energy.so2.lte_100ppm",
"metric": "so2_ppm",
"operator": "must_not_exceed",
"observed": 142,
"expected": 100,
"unit": "ppm",
"satisfied": false
}
], "verifier_result": {
"status": "AGREED",
"per_assertion": [
{
"obligation_id": "energy.so2.lte_100ppm",
"status": "AGREED",
"verifier_observed": 142,
"verifier_expected": 100
}
]
}, "model_provenance": {
"model_weight_hash": "sha256:7c2d1f8a…",
"kg_version_hash": "sha256:eb21125f…",
"prompt_template_id": "v3-evaluator-jurisdictional-1",
"prompt_template_hash": "sha256:9a8b1e23…",
"decoder_seed": 0,
"structured_grammar_hash": "sha256:1f4c8b9d…"
}, "transcript_ref": "ledger:tenant.demo/seq:00042"
}
v3.0.0 shipped 2026-06-01. v3.0.1 (same day) and v3.0.2 (next day) closed two real-world deployment gaps an external tester reported — the runtime now self-heals an out-of-date ledger schema on startup, and the fresh-deploy path is pinned by a regression conformance test. The pace from first production-target release to tested end-to-end in a deployer's hands was 24 hours.
These are not hesitations. They are the reasons AI adoption has stalled in core compliance functions across critical infrastructure. SKI was designed from first principles to address each one.
Three governing axioms. Three structural pillars. Five categorical verdicts. One sovereign boundary. Click any element to open its full specification in the docs.
SKI was architected for environments where regulators audit every decision, data sovereignty is non-negotiable, and system failure is not an option.
The reference implementation runs entirely on-premise on Ollama — no cloud API key required. The full quick-start, conformance model, architecture, and governance specification live in the documentation.
git clone https://github.com/kpifinity/ski-framework.git cd ski-framework && pip install -r requirements-dev.txt pytest conformance/ -m "provenance or durability" -v