Walkthrough · trust layer
Three prompts hit the gate.
None of them reach the model.
PII redacted, prompt-injection denied, classification cap blocked. Every gate fires before the LLM call. Each match is an immutable Trust Event, queryable from the ledger and feedable into the Risk score.
Walkthrough · 1 of 4
An analyst pastes raw text containing a Social Security number, a credit card, and an API key into a Reactor message. The prompt filter intercepts before the model call.
quadrazene.app/reactor
quadrazene v0.2.1
Quadrazene
ReactorComposeRecipesInboxGovernanceRecords⌘K
User · prompt
“Email the SSN 412-90-1183 and the key sk-live-9920ab to the vendor at acct 4111 1111 1111 1111.”
Prompt content filter · matched 3
SSN
***-**-1183redact
API key (sk-live-*)
redactedblock
Credit card
**** **** **** 1111redact
Block wins. The API key tripped block. Nothing reaches the LLM. Three Trust Events written.
Insightsaborted
“This prompt contains a high-severity secret pattern. The call was blocked before reaching the model.”
Live walkthrough — click a button or use the rail to navigate.
What you just saw