Inherited-Substrate Risk¶
Core Idea¶
A system built atop a borrowed substrate carries forward latent origin conditions of that substrate through an inheritance channel that the new system's audit boundary does not cross — so failure surfaces in the new system while its cause lives across a boundary its controls were never designed to reach.
How would you explain it like I'm…
The Borrowed Branch
Hidden Flaw in the Foundation
Risk Across the Audit Boundary
Broad Use¶
- Software supply chain: Log4Shell, the xz-utils backdoor, and SolarWinds propagated a substrate defect into thousands of downstream systems; SBOMs, SLSA, and package signing are the provenance interventions.
- AI transfer learning: a fine-tuned model inherits the foundation model's biases and implanted triggers, audited at the fine-tuning layer but not the foundation.
- Law and regulation: jurisdictions that copy statutes inherit the source's loopholes and interpretive assumptions without its enforcement context.
- Mergers and acquisitions: the acquirer inherits litigation, pension, and remediation liabilities; due diligence is a substrate-risk audit and reps-and-warranties insurance exists because the channel exceeds it.
- Biology and medicine: zoonotic spillover, transplant rejection (the donor HLA repertoire is the substrate), and founder-population disease run the identical pattern.
- Templates and codes: building codes ported across climate zones and protocols inheriting deprecated cryptographic primitives carry origin assumptions into a new context.
Clarity¶
It distinguishes the system we built from the system we operate — the additions running atop an inherited substrate whose provenance is ambient, trusted, and unaudited.
Manages Complexity¶
It compresses a family of domain hazards into one four-element diagnostic with one intervention family — attest provenance, verify the boundary, diversify sources, adapt defensively, monitor upstream.
Abstract Reasoning¶
It licenses inferences: any audit must cross the inheritance channel or it understates the risk surface; downstream trustworthiness is bounded above by upstream provenance; latent risk activates on context shift.
Knowledge Transfer¶
- Software → AI governance: ML weight-provenance language in the EU AI Act is lifted directly from software-supply-chain regulation; sigstore borrows from certificate transparency.
- Software ↔ medicine: package signing and CVE feeds are HLA crossmatch and CMV screening under clinical names — the same boundary-verification and upstream-monitoring moves.
- Regulation → epidemiology: GISAID and ProMED surveillance are the explicit upstream-monitoring discipline a copied-statute regime should adopt against shared-ancestor defects.
Example¶
A pharmaceutical acquirer inherits the target's whole legal person through the M&A transaction — a marketed drug's unmatured injury claims, a legacy site's remediation obligations — and a litigation event years post-close fires the latent condition the audit boundary never crossed.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Inherited-Substrate Risk presupposes Dependency — Inherited-substrate risk operates on a borrowed substrate the system relies on without re-deriving it; it presupposes a dependency relation and adds the audit-boundary asymmetry + latent origin condition. The file: 'every inherited substrate is a dependency' but adds a direction-of-attention claim.
Path to root: Inherited-Substrate Risk → Dependency
Not to Be Confused With¶
- Inherited-Substrate Risk is not an Interface because an interface is the declared surface of interaction whereas this prime is about what travels below it that no one contracted for and the audit never inspected.
- Inherited-Substrate Risk is not Dependency because dependency names that A relies on B whereas this prime adds a direction-of-attention claim: A's risk surface includes B's provenance, which A's owners treat as ambient and never reach.
- Inherited-Substrate Risk is not Legacy Integration because legacy integration's frictions are visible at the connecting seam whereas this prime is temporal and latent — a clean integration today fires a dormant condition on a later context shift.