01Kill-switch for AI agents: Blocks destructive infrastructure operations unless explicitly proven safe by policy.
02Curated Ops Guardrails: Ships with a default set of policies to prevent common catastrophic misconfigurations (e.g., public S3 buckets, privileged containers).
03Immutable Evidence Log: Records all policy decisions in an append-only, hash-chained log for tamper-proof auditability.
04Fail-Closed by Default: Automatically denies unknown, incomplete, or ambiguous operations to ensure maximum safety.
05Deterministic OPA Policy Evaluation: Ensures consistent validation results without relying on natural language processing or external API calls during evaluation.
067 GitHub stars