Audit Log
Who, when, against which resource, with what result — records are filtered and searched from the panel.
Hash-Chain Integrity
Each record carries the hash of the one before it; the whole chain is verified from one end.
Secret Management
Secrets live in a single source with restricted file permissions; tokens and passwords are never logged and query strings are masked.
Command Allowlist
System commands run through an allowlist of permitted binaries with timeouts, never a free shell.
Hardening
Rate limiting, security headers, HSTS and a strict cookie policy in production are on by default.
Least Privilege
An mTLS agent channel, a read-only Docker socket proxy and an unprivileged slurmrestd — each component holds only the rights it needs.

