Skip to content
OpenCatalogcurated by FLOSSK
Security & Privacy

kubeaudit

CLI to audit Kubernetes manifests and clusters for security misconfigurations (capabilities, read-only root, privileged, etc.).

Why it is included

Focused open checker predating many policy engines—still useful in CI for manifest gates.

Best for

GitOps repos enforcing pod security baseline before apply.

Strengths

  • Simple rules
  • Fast CLI
  • Manifest + live cluster modes

Limitations

  • Less expressive than full OPA/Kyverno policy languages

Good alternatives

Checkov · Kyverno · Kubescape

Related tools