Multi-framework compliance scanner that shows exactly what auditors need
✓ SOC2 Ready ✓ PCI-DSS Ready ✓ CMMC Level 1 PRO CMMC Level 2 ⚡ HIPAA Beta 🚧 ISO 27001 🚧 GCP
🚨 CMMC Level 2 Pro - Defense Contractors
Deadline: November 10, 2025 - All new DoD contracts require CMMC compliance
110 CMMC Level 2 Practices
Complete CUI handling assessment
30 Days to Compliant
vs 6+ months traditional assessment
$297/month
vs $100K+ consultant fees
C3PAO Ready
Automated evidence collection
CMMC DEADLINE ALERT: November 10, 2025 - All new DoD contracts require CMMC compliance. CMMC Level 1 (17 practices) is open source. CMMC Level 2 (110 practices for CUI handling) available with Pro: Get Pro Access
$ auditkit scan -framework all
✗ CRITICAL: Root account missing MFA
→ SOC2: CC6.6 | PCI: 8.3.1 | CMMC: IA.L1-3.5.2 | HIPAA: §164.312(a)(2)(i)
Console URL: https://console.aws.amazon.com/iam/home#/security_credentials
Screenshot: Navigate to Security credentials → MFA → Screenshot "Assigned MFA device"
Fix: aws iam enable-mfa-device --user-name root --serial-number arn:aws:iam::123456789:mfa/root
✗ CRITICAL: S3 bucket 'customer-data' public
→ SOC2: CC6.3 | PCI: 1.3.1 | CMMC: SC.L1-3.13.16 | HIPAA: §164.312(a)(1)
Console URL: https://s3.console.aws.amazon.com/s3/buckets/customer-data
Screenshot: Permissions tab → Block public access → All 4 settings "On"
Fix: aws s3api put-public-access-block --bucket customer-data --public-access-block-configuration "BlockPublicAcls=true,IgnorePublicAcls=true,BlockPublicPolicy=true,RestrictPublicBuckets=true"
$ auditkit evidence -output evidence-tracker.html
Evidence tracker generated with 23 screenshot requirements
📋 5 collected | ⏳ 18 remaining | 🎯 SOC2_CC6.6_MFA_Evidence.png needed
The Problem
Every compliance framework checks the same things with different names. You run separate tools for each one. Your auditor wants screenshots proving you fixed everything. But which screens? What format? What labels?
DoD contractors face CMMC Level 2 requirements by November 10, 2025. Consulting firms charge $50K+ for what you could assess yourself—if you knew what auditors actually wanted to see.
One Scan, All Frameworks
MFA enabled? | CC6.6 | Req 8.3 | IA.L1-3.5.2 | §164.312(a)(2)(i) |
Encryption at rest? | CC6.3 | Req 3.4 | SC.L1-3.13.16 | §164.312(a)(2)(iv) |
Audit logging? | CC7.1 | Req 10.1 | SI.L1-3.14.6 | §164.312(b) |
Access controls? | CC6.1 | Req 7.1 | AC.L1-3.1.1 | §164.312(a)(1) |
AuditKit runs once, maps findings to all frameworks. No more juggling different scanners.
Reality Check: AuditKit won't pass your audit for you. SOC2 needs a CPA. PCI needs a QSA. CMMC needs a C3PAO. But it will save you ~200 hours at $300/hour by showing exactly what evidence to collect.
What AuditKit Actually Does
- Scans for controls that matter across SOC2, PCI-DSS, CMMC, HIPAA, ISO 27001
- Maps each finding to relevant framework requirements
- Shows EXACTLY which console screens to screenshot
- Generates framework-specific evidence checklists
- Tracks what you've collected vs. what's missing
- Outputs reports formatted for each framework's auditors
- CMMC Level 1: Complete 17-practice assessment for DoD contractors
- CMMC Level 2: 110 practices for CUI handling (Pro version)
Installation
# Quick install (Go required)
go install github.com/guardian-nexus/auditkit/scanner/cmd/auditkit@latest
# Or build from source
git clone https://github.com/guardian-nexus/auditkit.git
cd auditkit/scanner && go build ./cmd/auditkit
# Run CMMC Level 1 assessment
./auditkit scan -framework cmmc -format pdf -output cmmc-evidence.pdf
# Multi-framework scan
./auditkit scan -framework all -format pdf -output compliance-report.pdf
Privacy: AuditKit runs entirely on your machine. No data leaves your infrastructure. No telemetry from the tool, no phone-home, no BS. Check the source code.
Who Should Use This
- Defense contractors facing CMMC Level 1/2 requirements by Nov 10, 2025
- Startups facing multiple compliance requirements
- Teams juggling SOC2 + PCI + HIPAA + CMMC simultaneously
- Companies quoted $50K+ per framework for prep
- Engineers who prefer fixing things themselves
- Anyone tired of running 5 different scanners
Who Should NOT Use This
- If you need someone to do compliance for you
- If you want a magic "pass audit" button
- If you need vendor certifications
- If you require hand-holding
Current Status
v0.6.0 - Complete SOC2 (64 controls), PCI-DSS production ready, CMMC Level 1 (17 practices), AWS + Azure providers complete.
CMMC Level 2 Pro - 110 practices for CUI handling, enterprise features, priority support. Learn more →
Coming in v0.7.0 - GCP provider, ISO 27001 complete, container scanning, advanced evidence automation.