aquasecurity/cloudsploit

Cloud Security Posture Management (CSPM)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 18th, 2026
Created on June 29th, 2015
Open Issues & Pull Requests: 212 (+0)
GitHub issues: Enabled
Number of forks: 751
Total Stargazers: 3,776 (+0)
Total Subscribers: 74 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.8 days
Mean response time: 113.8 days
90th percentile: 303.5 days
Tracked items: 15

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 684 days
Stale 30+ days: 17
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • dependencies (1)
  • enhancement (1)
  • guide-update (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

CloudSploit is a cloud security posture management tool that scans cloud infrastructure accounts for security risks and misconfigurations.

The tool detects potential security problems across multiple cloud providers by analyzing account configurations against security best practices. It works by running a series of plugins that examine cloud resources and return findings indicating misconfigurations or risks. The tool requires only read-only access to cloud accounts and can be deployed either self-hosted or through a commercial hosted version.

CloudSploit supports Amazon Web Services, Microsoft Azure, Google Cloud Platform, Oracle Cloud Infrastructure, and GitHub. It is suitable for teams that need to audit cloud infrastructure security posture and identify configuration issues. The tool offers multiple output formats including console output, CSV, JSON, and JUnit XML, and supports compliance frameworks such as HIPAA, PCI, and CIS Benchmarks. Users can suppress specific findings, run individual plugins, and configure which checks to execute. The self-hosted version requires Node.js and can use cloud provider credentials from multiple sources including credential files, environment variables, and the AWS credential chain.

The project maintains active development with regular plugin additions and improvements. The codebase shows consistent updates to support new security checks across all supported cloud platforms. Documentation is comprehensive, covering configuration for each cloud provider and deployment options. The tool has an extensible architecture that allows users to write custom plugins for additional security checks.