Interior-to-Edge Ratio Check¶
Audit check — instantiates Edge-Zone Interface Design
Measures the proportion of protected interior to exposed edge and tests it against a guardrail, flagging when a design has too much edge and too little core.
As an edge zone grows, it eats the interior it borders — and past a point there is not enough shielded core left to function. Interior-to-Edge Ratio Check reduces that whole concern to one number: the proportion of protected interior to exposed edge, tested against a preset guardrail. Its defining move is compression — where an impact assessment weighs many effects and a heatmap draws the whole field, this check collapses interior sufficiency into a single, checkable ratio with a bright line, so an edge-heavy design trips a flag instead of sliding by on vibes. It is a go / no-go gauge for one question: is enough of the core still core?
Example¶
A security architect reviews a company's network before a cloud migration. Systems fall into a trusted interior — internal services and data stores — and an exposed edge of internet-facing hosts and public APIs. Before counting, the check has to fix the validity boundary: what genuinely qualifies as interior. A host in the DMZ with an inbound path from the internet is not interior, however "internal" it feels, so it is booked as edge. The current ratio comes out at roughly 8:1, comfortably inside the guardrail of "no interior system reachable from the edge without a gate, and no more than one exposed system per several internal." The migration proposal would push ≈30 services to public endpoints, dropping the ratio to about 3:1 and breaching the line — too much attack surface, too little shielded core. The vague worry that the design "feels over-exposed" becomes a single number that blocks the plan until the ratio recovers: consolidate the endpoints behind a gateway, pull services back inside.
How it works¶
The check runs in three moves that distinguish it from a fuller appraisal. It classifies every element as interior or edge against an explicit validity boundary — the hard call of where protected core genuinely begins. It computes the proportion of one to the other over a defined scope. And it tests that ratio against a preset guardrail threshold, flagging a breach. It reduces the edge picture to a ratio and a line; it does not draw the zone (it consumes a delimited boundary) and it does not enumerate individual risks.
Tuning parameters¶
- Interior/edge classification (the validity boundary) — what qualifies as truly protected interior; a strict rule (any exposure path counts as edge) yields an honest but harsher ratio.
- Guardrail threshold — where the acceptable ratio line sits; stricter protects the core but constrains growth and connectivity.
- Weighting — count elements equally, or weight by value or sensitivity, so an exposed crown-jewel counts more than a static page.
- Scope / scale — the patch or subnet over which the ratio is computed; too coarse a scope hides a locally catastrophic pocket.
- Check cadence — a one-time gate, or a recompute on every change to the design.
When it helps, and when it misleads¶
Its strength is converting interior integrity into one number with a bright line — cheap to compute, hard to argue with, and an early warning that the core is being hollowed out before the damage is irreversible. Its failure modes are those of any single metric. A ratio can look healthy while one exposed crown-jewel makes the design catastrophic — the number misses value. It is easily gamed by reclassifying edge elements as "interior" until the ratio passes, at which point it has stopped measuring safety and started measuring compliance. And hitting a target ratio while absolute exposure keeps growing gives false comfort. The discipline is to weight by sensitivity, hold the interior classification honest, and read the ratio alongside the qualitative Edge-Effect Impact Assessment rather than trusting the number on its own.[n1]
How it implements the components¶
interior_integrity_guardrail— the ratio operationalizes the guardrail: a measurable threshold that protects the core from being overrun by edge.edge_validity_boundary— the check must fix where "interior" validly begins — what counts as protected versus exposed — before it can count either side.
It gauges sufficiency but does not enumerate the edge's specific risks (edge_opportunity_and_risk_ledger) — that's Edge-Effect Impact Assessment; it does not draw or render the zone (edge_zone_delimitation, gradient_profile) — that's Gradient Heatmap; and it does not build the buffer that would restore a failing ratio (buffer_or_transition_mosaic) — that's Buffer Zone Design.
Related¶
- Instantiates: Edge-Zone Interface Design — the check supplies the guardrail that keeps a design from becoming all edge.
- Consumes: Gradient Heatmap — the delimited edge boundary it needs before it can classify and count.
- Sibling mechanisms: Edge-Effect Impact Assessment · Buffer Zone Design · Gradient Heatmap · Edge-Condition Dashboard · Ecotone Inventory · Interface Broker Role · Cross-Boundary Flow Gate · Edge Transect Mapping · Edge Stewardship Review · Adaptive Boundary Repositioning
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Interior-to-Edge Ratio Check operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it measures the proportion of protected interior to exposed edge and tests it against a guardrail, flagging when a design has too much edge and too little core
Independent corroboration: The frozen evidence defines Interior-to-Edge Ratio Check as 'Measures the proportion of protected interior to exposed edge and tests it against a guardrail, flagging when a design has too much edge and too little core', so its operative form is Assessment, Review & Assurance.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Biology & Ecology
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: The distinction between protected habitat interior and exposed edge, and measuring their relative extent, is rooted in landscape ecology's edge-effect tradition.
Related originating lineages:
- Architecture & Urban Planning — Spatial form and boundary design contribute analogous measures for built environments.
- Engineering & Design — Guardrail thresholds and weighted audit ratios materially turn the ecological relation into a design check.
- Security Studies & Intelligence Analysis — Trusted-core versus exposed attack-surface architecture materially supplies the worked security application.
Review resolution: Both independent reviews place the primary lineage in biology_ecology. The queued differences (reported_ambiguity, alternate_origin_disagreement) concern secondary metadata rather than primary provenance. The final retains engineering_design, security_intelligence, architecture_urban_planning only where a reviewer supplied a formative-lineage rationale; this does not convert downstream applicability into origin. origin_mode=cross_disciplinary_synthesis because the entry's present form deliberately composes methods from the documented lineages. domain_reach=multi_domain records application breadth separately from provenance.
Attribution caveat: The generic ratio is an encyclopedia abstraction from ecological edge effects into technical and organizational interfaces. The exact threshold audit generalizes an ecological geometry into built and digital systems.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; medium confidence.
Notes¶
[n1] Goodhart's law — when a measure becomes a target, it ceases to be a good measure. It is the sharpest risk here: once the interior-to-edge ratio is the thing a design is scored on, the cheapest way to pass is to reclassify exposed elements as "interior" rather than to actually shrink the exposure. ↩