Agent skill · Security

cloud-security

Use when assessing cloud infrastructure for security misconfigurations, IAM privilege escalation paths, S3 public exposure, open security group rules, or IaC security gaps. Covers AWS, Azure, and GCP posture assessment with MITRE ATT&CK mapping.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill cloud-security --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 16 KB
Bundled scripts: yes
Path: engineering-team/skills/cloud-security/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cloud Security Cloud security posture assessment skill for detecting IAM privilege escalation, public storage exposure, network configuration risks, and infrastructure-as-code misconfigurations. This is NOT incident response for active cloud compromise (see incident-response) or application vulnerability scanning (see security-pen-testing) — this is about systematic cloud configuration analysis to prevent exploitation. --- ## Table of Contents - [Overview](#overview) - [Cloud Posture Check Tool](#cloud-posture-check-tool) - [IAM Policy Analysis](#iam-policy-analysis) - [S3 Exposure Assessment](#s3-exposure-assessment) - [Security Group Analysis](#security-group-analysis) - [IaC Security Review](#iac-security-review) - [Cloud Provider Coverage Matrix](#cloud-provider-coverage-matrix) - [Workflows](#workflows) - [Anti-Patterns](#anti-patterns) - [Cross-References](#cross-references) --- ## Overview ### What This Skill Does This skill provides the methodology and tooling for **cloud security posture management (CSPM)** — systematically checking cloud configurations for misconfigurations that create exploitable attack surface. It covers IAM privilege escalation paths, storage public

What's inside
Steps it walks through
  1. Table of Contents
  2. Overview
  3. What This Skill Does
  4. Distinction from Other Security Skills
  5. Prerequisites
  6. Cloud Posture Check Tool
  7. Exit Codes
  8. IAM Policy Analysis
  9. Privilege Escalation Patterns
  10. IAM Finding Severity Guide
  11. Least Privilege Recommendations
  12. S3 Exposure Assessment
  13. S3 Configuration Check Matrix
  14. Recommended S3 Baseline Configuration
Ships with 2 files
  • references/cspm-checks.md
  • scripts/cloud_posture_check.py
Commands it runs
Analyze an IAM policy for privilege escalation paths
python3 scripts/cloud_posture_check.py policy.json --check iam --json
Assess S3 bucket configuration for public access
python3 scripts/cloud_posture_check.py bucket_config.json --check s3 --json
Check security group rules for open admin ports
python3 scripts/cloud_posture_check.py sg.json --check sg --json
Run all checks with internet-facing severity bump
python3 scripts/cloud_posture_check.py config.json --check all \
Regulated data context (bumps severity by one level for all findings)
Pipe IAM policy from AWS CLI
More from claude-skills
All skills →
About this skill
What does the cloud-security skill do?

Use when assessing cloud infrastructure for security misconfigurations, IAM privilege escalation paths, S3 public exposure, open security group rules, or IaC security gaps. Covers AWS, Azure, and GCP posture assessment with MITRE ATT&CK mapping.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill cloud-security --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going