audit_root_account_posture
Audit AWS root account security by checking for missing MFA and active access keys, returning severity-ranked findings to fix critical vulnerabilities.
Instructions
Audit the root account for missing MFA and active root access keys.
Reads the IAM account summary. No root MFA is a HIGH finding; any root access key present is a CRITICAL finding. Returns {check, ok, findings[], scanned} with scanned=1 (the single root identity) and the raw summary values in each finding's detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||