So we built a tool: Permiflow — a CLI that scans your cluster's RBAC and generates clean, audit-ready reports without touching your cluster.
What it does: - Scans Roles, RoleBindings, ClusterRoles, ClusterRoleBindings - Flags risks: cluster-admin, wildcard verbs, secrets access, etc - Outputs: Markdown reports (easy to share with GRC/auditors), CSV + JSON (for automation) - Supports drift detection: diff two scans and see what changed - Can fail CI if risky access appears (--fail-on high) - Doesn’t use agents, CRDs, or mutate anything (read-only)
We’re not sure if this is: - A real pain other teams feel too - Or just us over-engineering an audit script
Would this be useful for your team? Would you expect it to integrate into CI, GitOps, or just be a one-off tool?