You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "PolySec security manifest for the auth machine (UC-3) — the MEDIATED partition. Per docs/polysec-spec.md §4.2. Two forbidden regions: no privileged action pre-auth, and the handshake-precedes-appData ordering.",
"projection": [
"handshake",
"authenticated",
"appData",
"privileged",
"peerClosed"
],
"protected": [
"handshake",
"authenticated",
"appData",
"privileged"
],
"adversarial": [
"peerClosed"
],
"sensor": "peerClosed",
"domains": {
"peerClosed": [
false,
true
],
"privileged": [
false,
true
]
},
"forbiddenRegions": [
{
"name": "no-privileged-pre-auth",
"predicate": "privileged && !authenticated"
},
{
"name": "handshake-precedes-appdata",
"predicate": "appData && !handshake"
}
],
"gates": [
"COMPLETE_HANDSHAKE",
"AUTHENTICATE"
],
"taint": {
"sources": [
"AUTHENTICATE"
],
"sinks": [
"DO_PRIVILEGED"
]
},
"recovery": {
"//": "Recovery here is RESTORATION, not containment — TEARDOWN returns to the pristine unauthenticated start (§2 UC-3: no external damage, so it is genuinely reversible).",