Live Engine · rc6

GLO Governance Decision Engine

Submit a governance event. See the decision returned by the live rc6 engine. Inspect the full census audit record with risk vector, locks fired, drift state, and hash chain.

This is the real engine. Not a mockup. Platonic GLO v0.3.0-rc6 running live with policy pilot-v0_02.

What to Try

The demo includes preset scenarios that demonstrate each decision type.

ALLOW

Web Search — Low-risk read-only tool in NORMAL mode. Risk scores below all thresholds. The engine allows it and logs the record.

DENY

Python Exec — High-risk code execution. EXECUTE_CODE side-effect class is blocked in NORMAL mode by the mode permission clamp. Denied before gate mapping.

DENY L5

Encoded Payload — Base64-encoded shell command in an API call. L5 evasion detection fires (E1: encoded payload wrapper). Lock overrides gate.

DENY

Unknown Tool — Tool not in the policy's tool classification map. Fail-closed: unknown tools are always denied.

DENY

DB Write in TIGHT — WRITE_EXTERNAL class tool attempted in TIGHT mode, where only READ_ONLY is permitted. Mode clamp denies.

ALLOW

Text Message — Plain text channel, no tool call. Low risk. Demonstrates that GLO mediates all channels, not just tool calls.

Custom Events

Beyond presets, the demo lets you construct custom events: choose any channel, mode, tool name, and arguments. Watch how the risk vector, gate mapping, lock checks, and drift budgets interact to produce a decision. Every decision generates a full census record you can inspect field by field.

HUB Mediator

Multi-model consensus engine. Under development.

Coming Soon