AWS IAM Privilege Escalation Audit
Uses boto3 and the AWS IAM Access Analyzer API to enumerate all roles, policies, and users, then flags permission combinations that could allow privilege escalation to AdministratorAccess. Outputs findings mapped to MITRE ATT&CK TA0004 with remediation steps and least-privilege r
Install
npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/aws-iam-privilege-escalation-audit
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
git clone https://github.com/agentskillexchange/skills.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
AWS IAM Privilege Escalation Audit
Uses boto3 and the AWS IAM Access Analyzer API to enumerate all roles, policies, and users, then flags permission combinations that could allow privilege escalation to AdministratorAccess. Outputs findings mapped to MITRE ATT&CK TA0004 with remediation steps and least-privilege replacement policy JSON.
Installation
No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.
Source
Files (skills)
-
SKILL.md 1.3 KB
--- name: "AWS IAM Privilege Escalation Audit" slug: "aws-iam-privilege-escalation-audit" description: "Uses boto3 and the AWS IAM Access Analyzer API to enumerate all roles, policies, and users, then flags permission combinations that could allow privilege escalation to AdministratorAccess. Outputs findings mapped to MITRE ATT&CK TA0004 with remediation steps and least-privilege replacement policy JSON." github_stars: 3607 verification: "listed" source: "https://github.com/aws/aws-sdk-js-v3" author: "Amazon Web Services" category: "Security & Verification" framework: "Claude Code" tool_ecosystem: github_repo: "aws/aws-sdk-js-v3" github_stars: 3607 --- # AWS IAM Privilege Escalation Audit Uses boto3 and the AWS IAM Access Analyzer API to enumerate all roles, policies, and users, then flags permission combinations that could allow privilege escalation to AdministratorAccess. Outputs findings mapped to MITRE ATT&CK TA0004 with remediation steps and least-privilege replacement policy JSON. ## Installation No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow. - Source: https://github.com/aws/aws-sdk-js-v3 ## Source - [Agent Skill Exchange](https://agentskillexchange.com/skills/aws-iam-privilege-escalation-audit/)
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.