Before diving into a line-by-line review of an IAM policy, it helps to see the shape of it first: how many statements it has, how many are Allow vs Deny, how many wildcard uses it contains, whether any statement grants unrestricted * on * access, and whether the document is anywhere near an IAM size limit. IAM Policy Statement Summary pastes one policy document and produces exactly that dashboard, composed entirely from the shared policy engine's existing analyzers.
Every number on the dashboard is a direct readout of an existing, separately-documented function: statement/Allow/Deny counts come from the same counting logic used elsewhere in this tool suite, wildcard findings come from the same structural wildcard scan used by the dedicated Wildcard Analyzer tool, the overly-permissive count comes from the same narrow Action:"*"+Resource:"*" check used by the dedicated Overly-Permissive Policy Checker tool, and the size numbers come from the same whitespace-stripped character count AWS itself uses for its quota, checked against all four IAM policy size limits at once (managed policy, role inline, user inline, group inline).
This tool does not introduce any new analysis — it is a single-glance composite of statistics that already exist individually elsewhere in the suite, so you can get an at-a-glance read on a policy's size and risk profile without running four separate tools first.