You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page maps kars's shipped, enforced controls (the ✅ rows in
maturity.md) to two widely used control catalogues:
NIST SP 800-53 Rev 5 control families and representative controls.
CIS Kubernetes Benchmark sections.
This is a self-assessment aid, not a certification or attestation. kars has not
been formally audited against these catalogues. The mapping is informative: it helps a
security reviewer locate where a kars control satisfies (or contributes to) a familiar
requirement. Reconciler-only, library-only, and roadmap items from
maturity.md are excluded here — only controls the runtime enforces
today are mapped. Always verify enforcement on your own cluster using the
exec-brief walkthrough.
Audit-chain head signing (non-repudiation, NIST AU-10) is roadmap — the property
enforced today is detection, not non-repudiation. See maturity.md → Audit & attestation.
Content Safety is enforced server-side on GitHub Copilot / GitHub Models provider
paths (Microsoft Responsible AI filter, on by default, not opt-out). What is not
available on those paths is the router-tunable inline surface — severity-floor
changes, per-category audit entries, AGT BehaviorMonitor flag deltas. See
security.md → What we do not defend against
and maturity.md → Inference safety.
Configuration management (NIST CM)
kars control
NIST 800-53
CIS Kubernetes
Where
Read-only rootfs, drop-ALL caps, non-root, no priv-esc
Cosign-on-admission enforcement (rejecting unsigned sandbox images at admission, NIST
SR-4(3)) is roadmap — the signature read surface ships today; the
ValidatingAdmissionPolicy is the gap. See maturity.md → Admission & supply chain.
How to use this page
Find the requirement you care about by its NIST family or CIS section.
Follow the Where link to the design doc that explains the control.
Confirm it is ✅ Enforced in maturity.md — anything not listed here is
reconciler-only, library-only, or roadmap and must not be relied on for compliance.