Security

The gate on the path out. A record you can export.

Security

Nexus is for teams that cannot let an agent act without a check.

If Nexus says no, the action does not happen.

What you get

  • Check before a tool call or a write leaves
  • Person on the path when it matters
  • Record you can export
  • Fail closed if the gate cannot decide
  • Kill switch to stop in-flight work

Baseline

ControlImplementation
TransportTLS 1.2+, HSTS preload
API keysHashed at rest, constant-time verify, scoped permissions
Tenant isolationRow-level security on tenant data
RecordAppend-only, hash-chained
Kill switchGlobal and per-agent stop, in-flight abort
MFAPasskeys, device trust

Who authenticates

ActorMechanism
Console usersPasskeys + MFA. See Authentication.
IntegrationsAPI keys. See API keys.
AgentsAgent credentials. See AgentIAM.

Kill switch

Operators can stop work in flight:

curl -X POST "https://api.hardalion.com/api/v2/infrastructure/kill-switch/global" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"reason":"security_incident","scope":"tenant"}'

Requires elevated scope. The stop is written to the record.

Exports

When you need to prove what happened, export the record. See Compliance exports.

Procurement

Enterprise pilots receive control mappings, test summaries, and processing terms on request. Get in touch.