UnyKorn Impact & Innovation Report · Edition 2026 · Companion

The Estate

Ninety-six Workers, sixteen zones, one inventory: how a sprawling edge network became something that can be audited, corrected and rolled back.

UnyKorn LLCSeptember 2026Edition 1.0
Chapter 01

Why it exists

By August 2026 UnyKorn's public surface had grown to nearly a hundred Workers across sixteen zones, deployed from several machines and several sessions, with no single list of what existed or what each page claimed. An inventory is the difference between an asset and a liability.

The estate project produced that list, then a gate that reads every served page for claims we must not make, then a discipline that every deploy carries a receipt with its rollback version. The same project later recovered a deleted fraud site and a replaced CRM from the receipts and logs it had kept.

Verify the served response, not the repository. A green build that serves the old page is a red build.
Chapter 02

Global context

Cyber-espionage and warfare sit among the leading short-term risks in the WEF survey. An edge network with no inventory is exactly the kind of surface that fails quietly; the estate work exists so that ninety-six Workers can be audited by one person in an afternoon.

EXTERNAL

World Economic Forum · Global Risks Report 2025 (20th edition, 15 January 2025)

"Misinformation and disinformation remain top short-term risks for the second consecutive year, underlining their persistent threat to societal cohesion and governance by eroding trust." Other leading short-term risks include cyber-espionage and warfare. Drawn from "over 900 global risks experts, policy-makers and industry leaders surveyed in September and October 2024"; 64% of experts anticipate a fragmented global order.

Sources. External sources retrieved 2026-09-09 from the URLs shown; quotations verbatim, the IMF paper paraphrased
Chapter 03

What we built

Three tools and a repository. The inventory snapshots zones, DNS hosts, routes and Workers into JSON with a timestamp. The copy-accuracy gate fetches every host and flags custody claims, registration claims, guarantees and partner names that lack a source, with severity. The deploy tools upload assets with correct content types and record bindings, and every receipt names the version to roll back to. All of it lives in a private repository that is the source of truth for the network.

Inventory

One list

16 zones, 322 hosts, 199 routes, 96 Workers, with DNS per zone and routes per host, dated.

Gate

Copy accuracy

Rules for custody-brand names, registration claims, guarantees, partner assertions; a report per run with severity and the offending sentence.

Receipts

Deploy and rollback

Each release lists what went where, the served check that proved it, and the previous version id.

Recovery

It has been used

Two recoveries in September 2026 were reconstructed from wrangler logs, version history and the estate snapshot.

Chapter 04

How it works

Snapshotzones, hosts,routes, workersScanserved copy vsforbidden listsFixsource oredge rewriteDeployassets + script+ bindingsVerifylive response,not repoReceiptcommit withrollback id
The estate loop. Nothing is considered shipped until the served response matches and the receipt is committed.

Where a page cannot be edited at source quickly, the edge rewrites the served HTML with a rule that names its source, as genesis402.com does today. The rule list is the changelog.

Chapter 05

What is real today

Every row was checked against a served response or a test run on the date in the source line, not read from code.

CapabilityEvidenceState
InventoryReport header 2026-09-04 09:04 UTC: 16 zones, 322 hosts, 199 routes, 96 WorkersMEASURED
Copy-accuracy gateRuns on demand across all hosts; first run drove the September 4 remediationCAPABILITY
Nightly automated run with a published diffNot yet scheduledIN DEVELOPMENT
Deploy receipts with rollback idsPresent for every release since 2026-09-04 in the product repositoriesMEASURED
Content-type discipline on asset uploadsAdded 2026-09-09 after an upload served files typeless; tools fixedMEASURED
Workers Paid planFree-tier CPU and daily quotas cause intermittent errors on the heaviest requestsGATED
Retirement of dormant hostsInventory identifies them; decisions pendingTARGET
Chapter 06

Trust and safeguards

Credentials for the account are held by the founder; deploy tokens are scoped; secrets are never committed. Two incidents are written up in the receipts: a live CRM replaced on September 9 and restored the same day, and a deleted fraud site rebuilt on September 4. Each produced a rule, not a blame.

Chapter 07

Economics

The estate is a cost center that makes the revenue lines auditable. It has no prices of its own.

Chapter 08

Next phase

Schedule the gate nightly with a public diff; move to Workers Paid; retire or redirect dormant hosts; finish moving every remaining Worker's source into the repository so nothing exists only on Cloudflare.

Sources. dev/unykorn-estate/estate/copyguard-REPORT.md (run 2026-09-04T09:04:15Z) · dev/unykorn-estate/tools/copyguard.py, deploy_assets.py · founder flags F-2, F-51, F-52