LICENSE
README.md
pyproject.toml
iam_security_scanner/__init__.py
iam_security_scanner/cli.py
iam_security_scanner/compliance.py
iam_security_scanner/html_reporter.py
iam_security_scanner/scanner.py
iam_security_scanner/utils.py
iam_security_scanner.egg-info/PKG-INFO
iam_security_scanner.egg-info/SOURCES.txt
iam_security_scanner.egg-info/dependency_links.txt
iam_security_scanner.egg-info/entry_points.txt
iam_security_scanner.egg-info/requires.txt
iam_security_scanner.egg-info/top_level.txt
iam_security_scanner/checks/__init__.py
iam_security_scanner/checks/account_settings.py
iam_security_scanner/checks/base.py
iam_security_scanner/checks/group_security.py
iam_security_scanner/checks/password_policy.py
iam_security_scanner/checks/policy_security.py
iam_security_scanner/checks/privilege_escalation.py
iam_security_scanner/checks/role_security.py
iam_security_scanner/checks/trust_analysis.py
iam_security_scanner/checks/user_security.py
iam_security_scanner/templates/report.html
tests/test_account_settings.py
tests/test_cli.py
tests/test_compliance.py
tests/test_group_security.py
tests/test_new_checks_mocked.py
tests/test_password_policy.py
tests/test_password_policy_findings.py
tests/test_policy_security.py
tests/test_privilege_escalation.py
tests/test_role_security.py
tests/test_scanner.py
tests/test_scoring.py
tests/test_trust_analysis.py
tests/test_user_security.py