Specification
What actually arrives, and what it needs
The appliance is delivered as a bundle you install, in whichever mode you have chosen.
There is no installer that reaches out to a registry partway through, because on the
networks this is built for that step would simply fail.
- Deployment
- Cloud, into your own cloud environment, or on-premises in your own data centre. On-premises additionally offers a restricted mode with no outbound route beyond the SIEM gateway.
- Inference
- Bring your own model. Any open-weights model you choose, served on your own GPUs behind a local OpenAI-compatible endpoint, so changing model is a deployment decision.
- Delivery
- Signed bundle, Ed25519. Verified before load, with no runtime downloads at any point.
- Provenance
- SBOMs generated from the container images that ship, so the inventory describes the artefact you received.
- SIEM connectors
- Elastic, Elastic Security and Splunk. One active connection at a time; incidents from a previous source are retained and flagged rather than deleted.
- Restricted mode network
- Internal Docker networks only. Outbound reachability is limited to an HAProxy gateway holding an explicit host and port allowlist.
- Access control
- Four roles: analyst, lead, admin and auditor. Deciding a verdict requires analyst or lead, which admin does not hold.
- Audit
- Append-only hash-chained JSONL over every prompt, output and decision, with full prompt inspection for auditors.
- Data lifecycle
- Backup and restore, configurable retention policy, and legal hold that suspends retention deletion for named cases.
- First run
- Explicit bootstrap. No default credentials exist to be left in place.