cloud-security-automation
Installation
SKILL.md
Cloud Security Automation
Authorization Boundary
- Require account IDs, role ARNs/principals, and read-only credentials in scope before any live query.
- Default to read-only APIs and
--dry-run/plan mode for any change. - Do not exfiltrate customer data; redact resource names if shared outside the engagement.
Posture Workflow
- Inventory: accounts, subscriptions, projects, regions, services in use, owners, tags.
- Baseline: pull config via
aws configservice,az resource graph,gcloud asset, plusprowler,scout-suite,cloudsploit,steampipe. - Score: map findings to CIS, NIST 800-53, Well-Architected, and CSA CCM.
- IaC pre-flight:
checkov,tfsec,kics,terrascan,cfn-nagon PRs; block on critical. - Remediate: produce least-privilege IAM diffs, network restrictions, encryption defaults, and logging fixes as code, not console clicks.
- Drift watch: compare desired state to live; alert on out-of-band changes.