DriftSentry
DriftSentry is a web app (with optional Slack/Teams integration) that detects and explains infrastructure drift across cloud accounts and Kubernetes clusters. It continuously compares your declared state (Terraform/CloudFormation/Kustomize/Helm) to the real state in AWS/Azure/GCP and flags risky changes: manual console edits, unreviewed security group openings, IAM privilege creep, and config changes that bypass CI. Instead of dumping noisy diffs, it groups changes into incidents, assigns ownership by repo/service tags, and provides a “revert path” (PR suggestions or CLI commands) with audit evidence. It’s not a full IaC platform; it’s a focused guardrail for teams who already have IaC but still get surprised by reality. AI is used to summarize drift, infer likely intent, and propose safe remediation steps, while keeping deterministic diffing as the source of truth.