isEgressDegraded
isEgressDegraded(
profile,backend,egressBackend):boolean
Defined in: src/sandbox.ts:519
Whether an egress-degraded banner is warranted for an INTERACTIVE autonomous session: the FS sandbox is in place (backend present) but the network-egress containment is absent (egressBackend null).
Distinct from isDegraded (FS-backend-missing). Only meaningful for the
autonomous profile; standard/trusted return false regardless.
Parameters
Section titled “Parameters”profile
Section titled “profile”backend
Section titled “backend”egressBackend
Section titled “egressBackend”Returns
Section titled “Returns”boolean