vchirrav-eng/product-security-ai-skills

cloud-security-prowler

Run Prowler for comprehensive cloud security posture assessment. Audits AWS, Azure, and GCP against CIS Benchmarks, PCI-DSS, HIPAA, GDPR, and other compliance frameworks.

First seen Feb 14, 2026

Installation

$ npx skills add vchirrav-eng/product-security-ai-skills --skill cloud-security-prowler

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vchirrav-eng/product-security-ai-skills · top by installs.

npx skills add vchirrav-eng/product-security-ai-skills

Browse all from vchirrav-eng/product-security-ai-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License license-scan-scancode
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,270 B
  • docs SUMMARY.md 200 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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 prowler or brew install prowler)
  • Cloud credentials configured (AWS CLI, Azure CLI, or gcloud)
  • Verify: prowler --version

Instructions

  1. Identify the target — Determine the cloud provider and scope.
  2. Run the scan:

AWS: ``bash prowler aws --output-formats json --output-directory ./prowler-results ``

Azure: ``bash prowler azure --output-formats json --output-directory ./prowler-results ``

GCP: ``bash prowler gcp --output-formats json --output-directory ./prowler-results ``

- Specific compliance: prowler aws --compliance cis2.0aws --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

  1. Parse the results — Read JSON output and present findings:
| # | Severity | Status | Service | Check | Resource | Region | Finding | Remediation |
|---|----------|--------|---------|-------|----------|--------|---------|-------------|
  1. 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