TLP:CLEAR · PUBLICTECHNOLOGIES ACTERON INC. · QUÉBEC, CANADA
Category Boundaries

SEAP in Context

What it complements. How it differs. SEAP is an additive enforcement layer — it does not replace the scanners, SBOMs, signing, or detection you already run. Here is exactly where it sits, and why it is a distinct control plane rather than a feature of something you own.

A Companion to "SEAP: Zero Trust for Code Execution"
The Stack You Already Run

SEAP Complements — It Never Displaces

Every tool below is valuable and stays in place. Each answers a question SEAP does not, and none answers the one SEAP does: is this binary authorized to execute, here and now? The right mental model is additive — SEAP is the enforcement endpoint your advisory tools have always implicitly assumed exists downstream.

ControlWhat it does wellWhere it stops
SCAFinds known-vulnerable dependencies in your declared manifestAdvisory; tied to known-CVE data; cannot stop what runs → SEAP enforces
SBOMInventories what you intended to shipA declaration, not a runtime guarantee → SEAP gates the actual execution
Signing / ProvenanceProves who published an artifact and that it is unmodifiedProvenance is not behavior; signed-but-malicious passes → SEAP authorizes by policy, not publisher
EDR / EPPDetects and responds to malicious behavior on the hostObserves after execution begins; response lags the act → SEAP decides before the first instruction
CNAPPPosture, config, and risk visibility across cloud workloadsVisibility and recommendation, not execution control → SEAP is the enforcing endpoint
App AllowlistingRestricts which applications a host will runHost-resident, publisher/path-based, lifecycle-blind → see below
The Axis That Matters

Detection Is Advisory. SEAP Is Enforcement.

Sort your stack on one axis — does the tool recommend, or does it decide? Scanners, SBOMs, posture tools and most detection sit on the advisory side: they surface a finding that a human or downstream system must act on, after the artifact is already present. SEAP sits on the enforcement side: a binary either has authorization to execute or it does not, resolved synchronously at the execution boundary.

Intelligence without enforcement is a recommendation.
SEAP is the decision.
The Question Analysts Ask First

"Isn't This Just Application Allowlisting?"

It is the right question, and the distinction is the whole category. Classic application control answers a coarser question with weaker primitives:

It's the same as host application control.

Application control is typically host-resident (and therefore forgeable under host compromise), keyed on publisher or file path rather than the specific artifact, and lifecycle-blind — it treats a build step, an install hook, and a production process as the same trust context. SEAP authorizes the specific artifact under a workload-aware policy, with a default-deny posture, and produces verifiable evidence of each decision.

Allowlists are operationally unmanageable.

Static publisher allowlists are. SEAP's model is policy-driven authorization at execution time, not a hand-curated list of permitted hashes — the decision is made against declared intent for the workload, not maintained by enumeration.

The one-line differentiator

SEAP applies micro-segmentation principles to the software lifecycle axis — replacing flat, phase-unaware execution trust with per-phase enforcement boundaries at the execution layer. That is a control plane, not a host feature.

Where It Sits in Zero Trust

The Enforcement-Maturity Asymmetry

CISA's Zero Trust Maturity Model defines five pillars: Identity, Devices, Networks, Applications & Workloads, and Data. The pillars are equal in doctrine — but not in enforcement maturity. Identity and Network have matured default-deny enforcement primitives (deny-by-default access, deny-by-default connectivity). The Applications & Workloads pillar has, in practice, been served mainly by advisory controls — scanning, inventory, posture — with no equivalent deny-by-default primitive for what executes.

PILLAR

Identity

✓ enforced
PILLAR

Devices

✓ enforced
PILLAR

Networks

✓ enforced
PILLAR

Apps & Workloads

◆ SEAP
PILLAR

Data

~ maturing

SEAP supplies the missing enforcement primitive within the Applications & Workloads pillar — a deny-by-default execution authorization control that gives that pillar the same enforcement maturity Identity and Network already enjoy. This is a completeness framing, not a competitive one: it does not relocate any pillar's responsibility, it fills the enforcement gap inside one of them.

Map SEAP Against Your Stack

If you can place SEAP next to the controls above and see what it adds rather than what it replaces, it has done its job. The conversation starts there.

STAGE-HONEST DISCLOSURE · Active proof-of-concept · Provisional patents filed (USPTO / CIPO)
Capability claims reflect architecture and design intent.

References

  1. CISA. "Zero Trust Maturity Model," Version 2.0 (five pillars: Identity, Devices, Networks, Applications & Workloads, Data). April 2023. cisa.gov/.../CISA_Zero_Trust_Maturity_Model_Version_2_508c.pdf
  2. NIST. "Zero Trust Architecture," Special Publication 800-207 (never trust, always verify; per-session, dynamic-policy access). 2020. csrc.nist.gov/pubs/sp/800/207/final
  3. NIST. "NIST Updates NVD Operations to Address Record CVE Growth" (universal CVE enrichment ends; advisory data gap). April 2026. nist.gov/news-events/news/2026/04/nist-updates-nvd-operations-address-record-cve-growth