white paper

zday lab — resident security supervision
with sealed, verifiable evidence

zday lab is a resident supervisor for a single machine. It finds the AI agents running on the box — by their autonomy, not their name — attributes and geolocates every connection they make, maps which AI providers they call, scores what it sees with governed fuzzy and neural networks, and seals every observation onto a tamper-evident evidence chain — so that "how many agents are on our systems, and what are they doing?" is a question with a verifiable answer, not an investigation. This paper explains what the software is, how it works, and how to use it.

1 · The problem it solves 2 · What the software is 3 · The evidence chain 4 · The governed brain 5 · Incidents, verdicts, exports 6 · The watching-the-watchers layer 7 · How to use it 8 · What it provably does not do 9 · Verification

1 · The problem it solves

Every security incident, audit or insurance claim starts with the same two questions: what was running on that machine? and who was it talking to? The honest answer is usually assembled afterwards, expensively, from logs that were never designed to answer it — and assembled on trust.

zday lab exists to make those two questions cheap and the answers verifiable. It runs continuously, so the facts of last Tuesday are as available as the facts of right now; and it seals what it sees, so the answer can be checked by someone who has no reason to trust you — an auditor, an insurer, a customer, a court.

2 · What the software is

A set of small, single-duty organs that run on the machine itself:

3 · The evidence chain

Every observation, verdict, heal and export lands as a record on an append-only chain. Each record carries a CRC tripwire, a keyed chain seal linking it to its predecessor, and a signature, so three independent failure modes are caught: corruption (the CRC trips), re-chaining without the key (the seal breaks), and repudiation (the signature fails).

Three rules govern the chain's honesty:

4 · The governed brain

Scoring is done by weighted fuzzy networks and trained neural nets — and the weights are visible, governed and learning:

5 · Incidents, verdicts, exports

When signals cross the band, an incident opens itself: identity, geography, reasons, source seals. Unchanged repeats are touches, not spam; material changes are updates; a cleared picture closes with a duration. Escalations alert; touches do not.

The export builds a portable bundle — dossier, CSVs, receipts, a manifest of hashes and the public key — so a third party verifies everything offline. The bundle is the product's answer to "why should I believe your dashboard?": don't; check the mathematics.

6 · The watching-the-watchers layer

A supervisor that can silently fail is a liability, so the estate supervises itself:

7 · How to use it

Setup is ten minutes: place the folder, start the supervisor (python api.py 8788), open the console with your key, dock the desktop panel. The full walkthrough — including how to read a dossier and how to export — is on the workstation page. Daily use is three glances: the panel (is it alive?), the console (anything new?), the critic (cyan?).

8 · What it provably does not do

9 · Verification

Every load-bearing claim in this paper is backed by a sealed, re-runnable artifact on the reference machine:

ClaimArtifactResult
Catches a synthetic intruder on a clean box customer-test receipt cc276d2f…9/9 checks, PASS
Clean box stays silent (negative control) same receipt, control sectionno false incident
Evidence chain is race-proof six-writer load test240/240 records, 0 broken (locked)
History verifiable with documented scars audit chain, 10,083+ recordsVERIFIED, 6 scars masked
The supervisor supervises itself overseer cycle receipts22/22 organs clean, 21/21 chains OK
Agents cannot start unrecorded tape-spawn-catch-001, event-wire organ2/2 caught at birth, chain VERIFIED — 47,588 records, 0 broken, tail 27a08ae106a5

The demo replays the customer-test catch with the receipt's own numbers: watch it.