VoxShield Console
Detect. Decide. Respond. Built
The analysis console: one laptop, one process, one GPU worker, zero outbound sockets at runtime.
It is where the decision layer actually lives.
What it does today
Implemented
17 endpoints — 14 REST and 3 WebSocket — returning one identical JSON object.
A call traces itself from the media stream, a reconnect continues the same call rather than
forking it, and every decision lands in a hash-chained audit log you can verify from the
Settings view.
Views
Implemented
Dashboard, alerts, analytics, reports, settings, system and the Assistant. Call cards render
all five verdict states, signal bars are ordered by fusion weight, and the profile selector
changes the prescribed action end to end.
Built the same way as this site
No framework
Plain HTML, CSS and vanilla JavaScript — ten JS files, no build step, no CDN, and after
the webfont was removed, nothing loaded over the network at all.
Enterprise layer
Partly built
Sign-in, roles, sessions and tenant scoping are built. Admin management, mobile ingest,
incidents, step-up verification and the mitigation engine are specified and not yet built.
Status table