AuditKit v0.8.1 - Full Prowler Integration + Other Improvements
What's New in v0.8.1
Prowler Integration
Import Prowler scan results directly into AuditKit with automatic framework mapping.
# Run Prowler first
prowler aws --output-formats json -o prowler-output
# Import into AuditKit
auditkit integrate -source prowler -file prowler-output.json
# Generate PDF report from Prowler results
auditkit integrate -source prowler -file prowler-output.json -format pdf -output report.pdfSupported:
- AWS, Azure, and GCP Prowler outputs
- Automatic cloud provider detection
- Framework mapping to SOC2, PCI-DSS, CMMC, HIPAA, NIST 800-53, CIS, and more
- All output formats (text, JSON, HTML, PDF)
Azure Fix Script Generation
Generate remediation scripts for Azure resources - completing support for all three major cloud providers.
# Generate Azure fix script
auditkit fix -provider aws # Already supported
auditkit fix -provider gcp # Already supported
auditkit fix -provider azure # NEW in v0.8.1Evidence Tracker HTML
Interactive HTML checklist for tracking evidence collection during audit prep.
Features:
- Progress bar showing collection status
- Pass/fail statistics dashboard
- LocalStorage persistence (progress saves across browser sessions)
- Notes field for each control
- Export to JSON for backup/sharing
- Print-friendly layout
auditkit evidence-tracker -provider aws -output tracker.htmlImprovements
- Evidence tracker now persists progress in browser localStorage
- Prowler integration auto-detects AWS/Azure/GCP from scan results
- Updated all documentation to v0.8.1
Installation
Download the binary for your platform below and run:
chmod +x auditkit-*
./auditkit-linux-amd64 scan -provider aws -framework soc2See CHANGELOG.md for complete version history.