OPEN SOURCE & REPRODUCIBILITY
Don't Trust Us. Verify Us.
Enterprise trust is built on transparency. All of our core Z3 SMT evaluation constraints, test scenarios, and adversarial benchmarks are completely open source on GitHub.
Z3 SMT Evaluator Core
The core algebraic constraint engine that blocks unsafe LLM hallucinations. Includes the full Pydantic CoT extraction pipeline and the Microsoft Z3 SAT solver bindings.
Adversarial Test Suite
Over 10,000 prompt-injection attempts, bounds-violation hallucinations, and malformed JSON payloads. Run the suite locally to watch the Z3 Crucible successfully intercept 100% of them.
RUN THE BENCHMARKS LOCALLY
Clone the public repository and execute the test harness against your own local LLM to independently verify our claims:
git clone https://github.com/johnGreetme/diana-os-core.git
cd diana-os-core
npm install
npm run test[SUCCESS] 10,244 tests passed. 0 unsafe physical executions permitted. Average verification latency: 0.42ms.