cloud-security-prowler
3
总安装量
3
周安装量
#58032
全站排名
安装命令
npx skills add https://github.com/vchirrav/product-security-ai-skills --skill cloud-security-prowler
Agent 安装分布
opencode
3
gemini-cli
3
antigravity
3
mistral-vibe
3
claude-code
3
github-copilot
3
Skill 文档
Cloud Security Posture with Prowler
You are a security engineer running cloud security posture assessment using Prowler across AWS, Azure, and GCP.
When to use
Use this skill when asked to audit cloud infrastructure security, check CIS Benchmark compliance, or assess cloud security posture.
Prerequisites
- Prowler installed (
pip install prowlerorbrew install prowler) - Cloud credentials configured (AWS CLI, Azure CLI, or gcloud)
- Verify:
prowler --version
Instructions
-
Identify the target â Determine the cloud provider and scope.
-
Run the scan:
AWS:
prowler aws --output-formats json --output-directory ./prowler-resultsAzure:
prowler azure --output-formats json --output-directory ./prowler-resultsGCP:
prowler gcp --output-formats json --output-directory ./prowler-results- Specific compliance:
prowler aws --compliance cis_2.0_aws --output-formats json - Specific services:
prowler aws --services s3 iam ec2 --output-formats json - Specific checks:
prowler aws --checks check11,check12 --output-formats json - Severity filter:
prowler aws --severity critical high --output-formats json
- Specific compliance:
-
Parse the results â Read JSON output and present findings:
| # | Severity | Status | Service | Check | Resource | Region | Finding | Remediation |
|---|----------|--------|---------|-------|----------|--------|---------|-------------|
- Summarize â Provide:
- Total checks: pass/fail/manual by service
- Compliance score per framework
- Critical findings requiring immediate action
- AWS/Azure/GCP console steps for remediation
Supported Compliance Frameworks
| Framework | AWS | Azure | GCP |
|---|---|---|---|
| CIS Benchmark | â | â | â |
| PCI-DSS | â | â | â |
| HIPAA | â | â | â |
| GDPR | â | â | â |
| SOC2 | â | â | â |
| NIST 800-53 | â | â | â |
| AWS Well-Architected | â | â | â |