Whole-tree kill
Revoke one certificate and everything delegated beneath it is revoked with it — a compromised agent can't keep operating on borrowed authority.
Security
This page describes the real architecture, including its honest limits. We're a young company and don't hold third-party compliance certifications yet — we'd rather say that plainly than put a badge on this page we can't stand behind.
Key custody
This is an architectural property, not a policy promise. The relay routes signed certificates and opaque, encrypted material — it has no code path that reads a private key, and that boundary is enforced by our own test suite, not left to discipline.
Revocation
A traditional session token is valid until it expires, full stop — revocation is a request that the client honor a logout, which a compromised or malicious client can simply ignore. Sigilex enforces at the gateway, on every call, so the decision isn't the client's to make.
Revoke one certificate and everything delegated beneath it is revoked with it — a compromised agent can't keep operating on borrowed authority.
Enforcement gateways are required to hold a fresh view of revocation state — one that expires on its own — so a partitioned or stale gateway can't keep honoring dead certificates indefinitely.
If a gateway can't confirm a certificate is both valid and unrevoked, the request is denied. Ambiguity resolves to "no," never to "allow and hope."
Audit
Every issuance, delegation, and revocation decision is appended to a Merkle-structured log with a periodically signed root. We ship the verifier to your browser as WebAssembly, so checking a proof happens on your machine, against the public root — not against a claim we're making about our own database.
What we don't claim
Found something?
If you've found a security issue in Sigilex, tell us directly before anywhere else. We respond to every report.