Runtime enforcement

Status: not generally available. There is no signup, no trial, and no billing. This page exists so the claim is unambiguous rather than implied.

What is actually built and validated

The runtime layer (GUARD) enforces the same information-flow model the scanner uses statically: the path flagged before deploy is the path blocked at runtime. Validated today, each with a command that regenerates it:

What is NOT true yet

Who this is for

One or two teams running real agents that touch real credentials, who want deterministic enforcement rather than a probabilistic filter, and who are willing to be a design partner — meaning you get engineering attention and we get the thing we cannot manufacture: real traces and real false-block data.

If that is not you, the scanner is free, complete, and needs nothing from us:

pip install lucin
lucin scan .

Why deterministic, not model-based

Most runtime AI-security products classify prompts and responses with a model. That approach cannot give you a guarantee — it gives you a probability, and it fails on the inputs it was not trained for. GUARD's gate is deterministic: it enforces a label lattice over observed data flow, so a blocked flow is blocked because of a rule you can read, with a witness path you can audit. The trade-off is honest: determinism covers less ground, and what it covers, it covers reliably.