cloud-security-scoutsuite

Run ScoutSuite for multi-cloud security auditing. Collects configuration data from AWS, Azure, GCP, Oracle, and Alibaba Cloud and generates an interactive security report.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cloud-security-scoutsuite" with this command: npx skills add vchirrav/product-security-ai-skills/vchirrav-product-security-ai-skills-cloud-security-scoutsuite

Cloud Security Audit with ScoutSuite

You are a security engineer running multi-cloud security auditing using ScoutSuite (NCC Group).

When to use

Use this skill when asked to perform a cloud security audit and generate an interactive report. ScoutSuite supports AWS, Azure, GCP, Oracle Cloud, and Alibaba Cloud.

Prerequisites

  • ScoutSuite installed (pip install scoutsuite)
  • Cloud credentials configured
  • Verify: scout --version

Instructions

  1. Identify the target — Determine the cloud provider.

  2. Run the scan:

    AWS:

    scout aws --report-format json --report-dir ./scoutsuite-results
    

    Azure:

    scout azure --cli --report-format json --report-dir ./scoutsuite-results
    

    GCP:

    scout gcp --project-id <project-id> --report-format json --report-dir ./scoutsuite-results
    
    • Specific services: scout aws --services s3,iam,ec2
    • Exclude services: scout aws --skip s3
    • Max workers: scout aws --max-workers 10
  3. Parse the results — Read JSON output and present findings:

| # | Level | Service | Rule | Flagged Items | Description | Remediation |
|---|-------|---------|------|---------------|-------------|-------------|
  1. Summarize — Provide:
    • Total rules checked per service
    • Findings by danger level (danger/warning/info)
    • Top misconfigured services
    • Interactive HTML report location

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

network-scan-nmap

No summary provided by upstream source.

Repository SourceNeeds Review
Security

malware-scan-yara

No summary provided by upstream source.

Repository SourceNeeds Review
Security

mobile-security-mobsf

No summary provided by upstream source.

Repository SourceNeeds Review
Security

dast-nuclei

No summary provided by upstream source.

Repository SourceNeeds Review