From 3e14c7810c951f701699071b676d07b1b7260021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20G=C4=99bala?= Date: Fri, 20 Mar 2026 09:34:40 +0100 Subject: [PATCH] Add cloud-audit - AWS security scanner with attack chains --- data/tools/cloud-audit.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/tools/cloud-audit.yml diff --git a/data/tools/cloud-audit.yml b/data/tools/cloud-audit.yml new file mode 100644 index 0000000..a3671da --- /dev/null +++ b/data/tools/cloud-audit.yml @@ -0,0 +1,16 @@ +name: cloud-audit +categories: + - linter +tags: + - cloud +license: MIT +types: + - cli +source: 'https://github.com/gebalamariusz/cloud-audit' +homepage: 'https://haitmg.pl' +description: >- + Fast, opinionated AWS security scanner with 47 curated checks. + Each finding includes copy-paste remediation in both AWS CLI and Terraform. + Features attack chain detection that correlates individual findings into + multi-step exploitable attack paths, and a built-in diff command + for tracking security posture changes between scans.