Strict limits on every request
Short timeouts, capped connections, health checks, and a last known-good configuration to fall back on. If something misbehaves, traffic keeps flowing.
Requests are checked at the edge — the point where traffic arrives, before your own server. The checks are strict but small, and the heavy analysis happens afterwards, off to the side, where it cannot make anyone wait.
In warmed benchmark runs the added inspection time measured between 3.0 and 3.4 milliseconds at the 95th percentile. Inspection stays in watch-only mode until the activation checks pass.
Every capability has a narrow responsibility, an operational state and evidence that explains the result.
Short timeouts, capped connections, health checks, and a last known-good configuration to fall back on. If something misbehaves, traffic keeps flowing.
An industry rule set runs in a separate process from the one serving your traffic. It starts by only reporting what it would have done, so false alarms cost nothing.
A small, bounded summary of each request goes to analysis afterwards. The visitor is never held waiting for it.
The visitor path remains short. Configuration, verification and rollback stay visible to the operator at every stage.
Images, scripts and other static files are delivered from cache before they ever reach inspection.
The remaining requests get a small, strictly bounded decision made on the spot.
Patterns are correlated later and turned into a case with a proposal you can accept or reject.
AegiFlow does not turn missing evidence into a reassuring zero. Every state links to its source, freshness and next action.
How this capability behaves in production — grounded in the platform's documented, current operation.
The AegiFlow edge pairs Envoy routing with OWASP CRS inspection running out of process, over a private local socket that only the two components can reach. In warmed benchmark runs, the added inspection overhead measured a p95 between 3.0 and 3.4 milliseconds — and inspection stays shadow-first until enforcement gates pass.
Strict timeouts, connection limits and last-known-good configuration mean an analysis component that slows down or dies cannot take your website with it. Databases, threat feeds and dashboards are never dependencies of the visitor request.
Ownership, certificate, origin health and rollback must pass before traffic protection changes.