Real-Time And Proven In Practice¶
Excalibur VITRO runs inline in live workflows and makes pre-execution decisions before state changes.
Built For Inline Decisions¶
Routine decisions stay cheap. Repeated and structurally similar workflows get faster once warm. Deeper reasoning is reserved for ambiguous or high-consequence actions.
flowchart LR
A[Routine Action] --> B[Fast Decision]
B --> C[Work Continues]
D[Ambiguous or High-Consequence Action] --> E[Deeper Reasoning]
E --> F[Allow or Challenge]
Normal work keeps moving. Higher friction is reserved for actions that justify it.
Validated Against Public Corpora And Live Workflows¶
Excalibur VITRO is validated across public datasets, replay corpora, adversarial scenarios, live-browser workflows, and continuous release gating.
| Validation source | Why it matters |
|---|---|
| Large public adversarial payload corpora including SecLists, PayloadsAllTheThings, and ModSecurity CRS | Exercises the decision layer against broad families of known injection and abuse patterns. |
| Replay corpora such as Mind2Web and WebLINX | Shows behavior across realistic multi-step browser tasks rather than isolated requests. |
| Adversarial browser scenarios from DoomArena | Pressures the system with deceptive, hostile, and non-cooperative interaction patterns. |
| Interactive browser validation using WPT-derived patterns | Demonstrates robust capture and reasoning over diverse real browser behaviors. |
| Protected-application suites and release-gating runs | Validates the system in live application workflows that reflect how it will actually be deployed. |
This spans thousands of adversarial payloads and replayed browser actions from established public sources, alongside live protected-application workflows.
Continuous Validation¶
Excalibur VITRO is exercised continuously across:
- unit and integration coverage
- live browser scenarios
- replay and universality suites
- browser-capture validation
- release-gating runs against protected application flows
Operational Outcomes¶
| Audience | What they get |
|---|---|
| End user | Normal work proceeds, and risky actions are stopped before execution with an understandable explanation. |
| Review team | Challenged decisions, anomaly summaries, session summaries, timelines, and audit evidence. |
| Organization | A real decision point before state changes, not only a log trail after them. |
The Result¶
Excalibur VITRO runs inline and shifts security from reactive analysis to preemptive decision.