IAM Privilege Escalation Risk Detector checks a pasted IAM policy against a curated catalog of published, well-known privilege-escalation technique combinations — action sets that, when granted together to one principal, let that principal expand its own permissions beyond what was intended. This is the same style of check performed by open-source tools like PMapper and cloudsplaining, built on defensive security research originally popularized by Rhino Security Labs.
For each catalog entry, the detector checks whether every required action in that combination is granted somewhere among the policy's Allow statements — wildcard-aware, so a broad grant like iam:* is correctly recognized as covering a specific requirement like iam:CreateAccessKey. A match means the ingredients for that particular escalation path are all present in this policy; it does not by itself confirm the path is exploitable in your account, since that also depends on how each action's Resource is scoped and what other roles exist for a principal to pivot into.
The pattern catalog is deliberately fixed and non-exhaustive — it covers known, published techniques, not every conceivable way a policy could be misused. A clean result means no known pattern from this specific catalog was matched; it is not a certification that the policy is free of privilege-escalation risk. The full catalog is shown below the results so you can see exactly what this tool does and does not check for, even before you run anything.