Integrate CloudSploit with Vulnetix. Scan AWS, Azure, GCP, and OCI cloud environments for security misconfigurations and export JSON findings for upload to Vulnetix.
Install & scan
$ # Clone and install (required for config file) git clone https://github.com/aquasecurity/cloudsploit.git cd cloudsploit && npm install $ # Configure credentials (copy and edit config.js) cp config_example.js config.js # Edit config.js with your AWS/Azure/GCP credentials # Run AWS scan with JSON output node index.js --config config.js --json=cloudsploit.json --ignore-ok
Run CloudSploit in CI
Scan on every push and upload the report as a workflow artifact:
- name: Run CloudSploit
run: |
git clone https://github.com/aquasecurity/cloudsploit.git && cd cloudsploit && npm install
echo '${{ secrets.CLOUDSPLOIT_CONFIG }}' > config.js
node index.js --json=../cloudsploit.json --ignore-ok
- name: Upload to Vulnetix
run: vulnetix upload --file cloudsploit.json
How Vulnetix compares: better together
Vulnetix does not replace CloudSploit. Keep running it. Vulnetix sits on top of CloudSploit (and every other scanner you already own) turning disconnected tool outputs into one prioritised, fixable queue.
CloudSploit is strongest at its core category and also carries features in Compliance & Policy Engines, just as Vulnetix spans categories.
| Capability | Vulnetix | CloudSploit |
|---|---|---|
| Security coverage | ||
| SAST (static code analysis) | ✓ Built-in rules + Semgrep augmentation | ✗ |
| SCA / dependencies | ✓ 40+ ecosystems, transitive graph | ✗ |
| DAST (dynamic testing) | ~ Ingests DAST results; no native dynamic engine | ✗ |
| Container & image | ✓ Image CVEs, base image, Dockerfile | ✗ |
| IaC / misconfiguration | ✓ Terraform, k8s, CloudFormation | ✗ |
| Secret scanning | ✓ 1,000+ rules, source + binary + git history | ✗ |
| Cloud / CSPM | ✓ Cloud-posture findings, compliance tab | ✓ Core CSPM: 400+ plugins scanning AWS/Azure/GCP/OCI misconfigurations, plus a GitHub provider |
| Mobile (MAST) | ~ Ingests mobile scanner output; no native mobile engine | ✗ |
| License compliance | ✓ SPDX, copyleft/AGPL/SSPL policy | ✗ |
| SBOM generation | ✓ CycloneDX 1.7 + SPDX 2.3, cosign-signable | ✗ |
| Malware / supply-chain | ✓ De-duplicated corpus + install-time firewall (25+ registries) | ✗ |
| Network / infra vuln | ~ Ingests network scanner output; no native network scanner | ✗ |
| Fuzzing | ✗ Ingests fuzzing crashes; no native fuzzer | ✗ |
| Pentest / bug bounty | ✗ Ingests pentest/bug-bounty findings; not a testing service | ✗ |
| The Vulnetix orchestration layer | ||
| Cross-scanner dedup & one queue (ASPM) | ✓ Correlates every scanner into one prioritised queue with ownership routing | ✗ |
| Exploit-intel prioritisation | ✓ EPSS, CISA KEV, Coalition ESS, CWSS, Vulnetix LEV | ✗ |
| Reachability analysis | ✓ Tree-sitter + CVEAffected; direct/transitive/semantic | ✗ |
| Versioned VEX + audit trail | ✓ Immutable OpenVEX/CycloneDX, cosign-signable | ✗ |
| Safe Harbour autofix | ✓ Resolves + applies the nearest safe version | ~ --remediate flag runs plugin-specific automated remediations with rollback |
| End-of-life policy | ✓ Flags/blocks past-EOL runtimes & packages | ✗ |
| SSVC / risk-based policy | ✓ SSVC v2 + CISA/FedRAMP/Essential-8 presets | ✗ |
✓ full · ~ partial · ✗ not covered
What CloudSploit does well
- Aqua-maintained open-source CSPM with 400+ plugins across AWS, Azure, GCP, Oracle Cloud and GitHub
- Built-in compliance mappings for HIPAA, PCI DSS and CIS Benchmarks (Level 1 and 2)
- Automated remediation support via a --remediate flag with plugin-specific actions and rollback definitions
- Flexible output (console, CSV, JSON, JUnit XML and raw collection) with OK/WARN/FAIL/UNKNOWN classification that slots easily into CI pipelines
Where Vulnetix adds to it: CloudSploit is a solid multi-cloud config scanner with compliance mappings and basic auto-remediation. Vulnetix ingests its cloud findings and unifies them with SAST, SCA, container, IaC and secrets results into a single deduplicated queue prioritised by EPSS, CISA KEV, ESS and Vulnetix LEV, adding reachability, versioned VEX, SSVC and EOL policy. Better together: CloudSploit runs the cloud posture checks, Vulnetix correlates and prioritises them across the whole software supply chain.
No migration, no rip-and-replace. CloudSploit keeps doing what it does best; Vulnetix adds the orchestration, exploit-intelligence prioritisation and remediation layer built for the way AppSec works today.
Centralise CloudSploit results in Vulnetix
Upload CloudSploit JSON, CSV, JUnit output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.