PolicyFuzz
PolicyFuzz is a web app + CLI that continuously tests authorization logic (RBAC/ABAC, multi-tenant boundaries, and feature-flagged access) using automated fuzzing and scenario generation. Instead of scanning for generic CVEs, it targets the most common real-world breach cause: broken access control and privilege escalation across APIs and UIs. You connect your staging environment, provide a few seed users/roles, and PolicyFuzz generates thousands of access attempts (including lateral-tenant probes, IDOR patterns, and role mutation sequences) and reports reproducible test cases with exact requests, tokens, and minimal steps to trigger. It integrates with CI to block releases when new endpoints ship without coverage or when policy changes introduce regressions. It’s an AI-assisted app: AI helps propose test scenarios and summarize findings, but the core engine is deterministic and replayable so security teams can trust results.