This directory contains real-world examples demonstrating AuditKit’s compliance scanning capabilities across AWS, Azure, and GCP environments.
What’s included:
All examples are generated from actual scans against test environments.
Professional, auditor-ready compliance reports with clickable tabs, severity badges, and direct cloud console links.
| Framework | Provider | Controls | View Report |
|---|---|---|---|
| CMMC Level 2 | AWS | 127 practices | View HTML |
| SOC2 | AWS | 49 controls | View HTML |
| CMMC Level 1 | Azure | 17 practices | View HTML |
Features:
Print-ready compliance reports for stakeholder distribution and audit submissions.
| Framework | Provider | Download |
|---|---|---|
| CMMC Level 1 | AWS | Download PDF |
| SOC2 | AWS | Download PDF |
| PCI-DSS | AWS | Download PDF |
| CMMC Level 1 | Azure | Download PDF |
Raw command-line outputs showing how AuditKit displays findings in real-time.
What you’ll see:
✓ PASS | CC6.6 - Authentication Controls
Root account has MFA enabled
→ Meets SOC2 CC6.6, PCI DSS 8.3.1
✗ FAIL | CC6.1 - Access Controls
Issue: 1 security groups have SSH open to 0.0.0.0/0
Fix: aws ec2 revoke-security-group-ingress --group-id sg-xxx
Visual examples of AuditKit’s output and HTML report features.
| Screenshot | Description |
|---|---|
| Azure Console Output | Terminal scan in progress with color-coded results |
| HTML Report Score | Compliance dashboard with visual score indicator |
| HTML Report Evidence | Evidence collection guide with console URLs |
| HTML Report Disclaimer | Automated vs manual control breakdown |
# Download latest release
curl -LO https://github.com/guardian-nexus/auditkit/releases/latest/download/auditkit-linux-amd64.tar.gz
# Extract
tar -xzf auditkit-linux-amd64.tar.gz
chmod +x auditkit-linux-amd64
# Run your first scan
./auditkit-linux-amd64 scan -provider aws -framework soc2 -verbose
# Generate PDF report
./auditkit-linux-amd64 scan -provider aws -framework cmmc -format pdf -output my-report.pdf
AuditKit Pro includes:
All examples in this directory are generated from synthetic test environments. No real production data, account IDs, or sensitive information is included. Where account IDs appear (e.g., 1234567890), they are dummy values for demonstration purposes.
Questions? Email hello@auditkit.io • Documentation • AuditKit Pro