44
55[ ![ GitHub stars] ( https://img.shields.io/github/stars/guardian-nexus/auditkit )] ( https://github.com/guardian-nexus/auditkit/stargazers )
66[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
7- [ ![ Version] ( https://img.shields.io/badge/version-v0.8.0 -green.svg )] ( https://github.com/guardian-nexus/auditkit/releases )
7+ [ ![ Version] ( https://img.shields.io/badge/version-v0.8.1 -green.svg )] ( https://github.com/guardian-nexus/auditkit/releases )
88[ ![ Newsletter] ( https://img.shields.io/badge/Newsletter-Subscribe-orange )] ( https://auditkit.substack.com )
99
1010---
@@ -97,21 +97,25 @@ AuditKit scans your cloud infrastructure for compliance gaps and security miscon
9797
9898---
9999
100- ## Recent Changes (v0.8.0 )
100+ ## Recent Changes (v0.8.1 )
101101
102- ** January 11, 2026**
102+ ** February 2026**
103103
104104New Features:
105- - ** AWS Data Services** - Added SageMaker (6 checks), Redshift (7 checks), ElastiCache (5 checks), OpenSearch (6 checks)
106- - ** Offline Mode** - Cache scan results for air-gapped environments with --offline and --cache-file flags
107- - ** GDPR Framework** - Added GDPR compliance mapping via NIST 800-53 crosswalk
108- - ** NIST CSF** - Added NIST Cybersecurity Framework (CSF) mapping
109- - ** Framework Updates** - All frameworks updated to January 2026 standards
105+ - ** Prowler Integration** - Import Prowler scan results and convert to AuditKit format with full framework mapping
106+ - ** Azure Fix Scripts** - Generate remediation scripts for Azure (AWS and GCP already supported)
107+ - ** Evidence Tracker HTML** - Interactive HTML checklist for evidence collection with progress tracking
110108
111109Improvements:
112- - AWS service coverage increased from 64 to 90+ checks
113- - All framework remediation guidance updated to current versions
114- - Updated CIS AWS Benchmark mappings to v3.0
110+ - Evidence tracker now includes localStorage persistence, export to JSON, and print support
111+ - Prowler integration supports AWS, Azure, and GCP findings with automatic provider detection
112+
113+ ### Previous: v0.8.0 (January 2026)
114+
115+ - ** AWS Data Services** - Added SageMaker, Redshift, ElastiCache, OpenSearch checks
116+ - ** Offline Mode** - Cache scan results for air-gapped environments
117+ - ** GDPR/NIST CSF** - Added framework mappings via NIST 800-53 crosswalk
118+ - AWS service coverage increased to 90+ checks
115119
116120---
117121
@@ -253,6 +257,27 @@ go build -o auditkit-gcp ./cmd/auditkit-gcp
253257./auditkit-gcp scan -framework cmmc -format json -output gcp-cmmc.json
254258```
255259
260+ ### External Tool Integration
261+ ``` bash
262+ # Import Prowler results
263+ prowler aws --output-formats json -o prowler-output # Run Prowler first
264+ ./auditkit integrate -source prowler -file prowler-output.json
265+
266+ # Import with PDF report
267+ ./auditkit integrate -source prowler -file prowler.json -format pdf -output prowler-report.pdf
268+
269+ # Import ScubaGear M365 results
270+ ./auditkit integrate -source scubagear -file scubagear-results.json
271+ ```
272+
273+ ### Remediation Scripts
274+ ``` bash
275+ # Generate fix scripts (review before running!)
276+ ./auditkit fix -provider aws # AWS remediation script
277+ ./auditkit fix -provider azure # Azure remediation script
278+ ./auditkit fix -provider gcp # GCP remediation script
279+ ```
280+
256281** [ CLI Reference →] ( ./docs/cli-reference.md ) **
257282
258283---
@@ -284,22 +309,21 @@ go build -o auditkit-gcp ./cmd/auditkit-gcp
284309
285310---
286311
287- ## What's New in v0.8.0
312+ ## What's New in v0.8.1
288313
289314### New Features
290- - ** AWS Data Services:** SageMaker, Redshift, ElastiCache, OpenSearch checks for data security
291- - ** Offline Mode:** Run scans offline with cached results for air-gapped environments
292- - ** GDPR Mapping:** GDPR compliance via NIST 800-53 crosswalk
293- - ** NIST CSF:** NIST Cybersecurity Framework mapping
315+ - ** Prowler Integration:** Import Prowler AWS/Azure/GCP results and map to compliance frameworks
316+ - ** Azure Fix Scripts:** Generate remediation scripts for Azure resources
317+ - ** Evidence Tracker HTML:** Interactive checklist with progress bar, localStorage persistence, and JSON export
294318
295319### Improvements
296- - AWS service coverage increased to 90+ checks
297- - All framework remediation updated to January 2026 standards
298- - CIS AWS Benchmark mappings updated to v3.0
320+ - Evidence tracker now saves progress across browser sessions
321+ - Prowler auto-detects cloud provider from scan results
299322
300- ### Coming in Pro v0.9.0
301- - Custom controls - define your own security checks in YAML
302- - Enhanced multi-account scanning
323+ ### Coming in Pro v0.9.1
324+ - Daemon stop/status commands for continuous monitoring
325+ - Azure MFA checks via Microsoft Graph API
326+ - Windows daemon support
303327
304328** [ Full Release Notes →] ( ./CHANGELOG.md ) **
305329
@@ -324,11 +348,11 @@ go build -o auditkit-gcp ./cmd/auditkit-gcp
324348
325349We need help with:
326350- ** CIS Azure & GCP expansion** (add more controls to existing implementations)
327- - ** Additional framework mappings** (GDPR, ISO 27001 expansion)
351+ - ** Additional framework mappings** (ISO 27001 expansion)
328352- ** FedRAMP baseline filtering** for Low/Moderate/High
329- - ** Prowler integration** for complete NIST 800-53 coverage
330353- ** Kubernetes compliance** scanning
331354- ** Automated evidence collection** workflows
355+ - ** Additional Prowler mappings** (expand framework coverage for imported findings)
332356
333357** [ Contributing Guide →] ( ./CONTRIBUTING.md ) ** • ** [ Good First Issues →] ( https://github.com/guardian-nexus/auditkit/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 ) **
334358
0 commit comments