SOC 2 Compliance
SOC 2 Type I and Type II compliance preparation for SaaS companies. Covers Trust Service Criteria mapping, control matrix generation, evidence collection, gap analysis, and audit readiness assessment.
Table of Contents
Overview
What Is SOC 2?
SOC 2 (System and Organization Controls 2) is an auditing framework developed by the AICPA that evaluates how a service organization manages customer data. It applies to any technology company that stores, processes, or transmits customer information — primarily SaaS, cloud infrastructure, and managed service providers.
Type I vs Type II
| Aspect |
Type I |
Type II |
| Scope |
Design of controls at a point in time |
Design AND operating effectiveness over a period |
| Duration |
Snapshot (single date) |
Observation window (3-12 months, typically 6) |
| Evidence |
Control descriptions, policies |
Control descriptions + operating evidence (logs, tickets, screenshots) |
| Cost |
$20K-$50K (audit fees) |
$30K-$100K+ (audit fees) |
| Timeline |
1-2 months (audit phase) |
6-12 months (observation + audit) |
| Best For |
First-time compliance, rapid market need |
Mature organizations, enterprise customers |
Who Needs SOC 2?
- SaaS companies selling to enterprise customers
- Cloud infrastructure providers handling customer workloads
- Data processors managing PII, PHI, or financial data
- Managed service providers with access to client systems
- Any vendor whose customers require third-party assurance
Typical Journey
Gap Assessment → Remediation → Type I Audit → Observation Period → Type II Audit → Annual Renewal
(4-8 wk) (8-16 wk) (4-6 wk) (6-12 mo) (4-6 wk) (ongoing)
Trust Service Criteria
SOC 2 is organized around five Trust Service Criteria (TSC) categories. Security is required for every SOC 2 report; the remaining four are optional and selected based on business need.
Security (Common Criteria CC1-CC9) — Required
The foundation of every SOC 2 report. Maps to COSO 2013 principles.
| Criteria |
Domain |
Key Controls |
| CC1 |
Control Environment |
Integrity/ethics, board oversight, org structure, competence, accountability |
| CC2 |
Communication & Information |
Internal/external communication, information quality |
| CC3 |
Risk Assessment |
Risk identification, fraud risk, change impact analysis |
| CC4 |
Monitoring Activities |
Ongoing monitoring, deficiency evaluation, corrective actions |
| CC5 |
Control Activities |
Policies/procedures, technology controls, deployment through policies |
| CC6 |
Logical & Physical Access |
Access provisioning, authentication, encryption, physical restrictions |
| CC7 |
System Operations |
Vulnerability management, anomaly detection, incident response |
| CC8 |
Change Management |
Change authorization, testing, approval, emergency changes |
| CC9 |
Risk Mitigation |
Vendor/business partner risk management |
Availability (A1) — Optional
| Criteria |
Focus |
Key Controls |
| A1.1 |
Capacity management |
Infrastructure scaling, resource monitoring, capacity planning |
| A1.2 |
Recovery operations |
Backup procedures, disaster recovery, BCP testing |
| A1.3 |
Recovery testing |
DR drills, failover testing, RTO/RPO validation |
Select when: Customers depend on your uptime; you have SLAs; downtime causes direct business impact.
Confidentiality (C1) — Optional
| Criteria |
Focus |
Key Controls |
| C1.1 |
Identification |
Data classification policy, confidential data inventory |
| C1.2 |
Protection |
Encryption at rest and in transit, DLP, access restrictions |
| C1.3 |
Disposal |
Secure deletion procedures, media sanitization, retention enforcement |
Select when: You handle trade secrets, proprietary data, or contractually confidential information.
Processing Integrity (PI1) — Optional
| Criteria |
Focus |
Key Controls |
| PI1.1 |
Accuracy |
Input validation, processing checks, output verification |
| PI1.2 |
Completeness |
Transaction monitoring, reconciliation, error handling |
| PI1.3 |
Timeliness |
SLA monitoring, processing delay alerts, batch job monitoring |
| PI1.4 |
Authorization |
Processing authorization controls, segregation of duties |
Select when: Data accuracy is critical (financial processing, healthcare records, analytics platforms).
Privacy (P1-P8) — Optional
| Criteria |
Focus |
Key Controls |
| P1 |
Notice |
Privacy policy, data collection notice, purpose limitation |
| P2 |
Choice & Consent |
Opt-in/opt-out, consent management, preference tracking |
| P3 |
Collection |
Minimal collection, lawful basis, purpose specification |
| P4 |
Use, Retention, Disposal |
Purpose limitation, retention schedules, secure disposal |
| P5 |
Access |
Data subject access requests, correction rights |
| P6 |
Disclosure & Notification |
Third-party sharing, breach notification |
| P7 |
Quality |
Data accuracy verification, correction mechanisms |
| P8 |
Monitoring & Enforcement |
Privacy program monitoring, complaint handling |
Select when: You process PII and customers expect privacy assurance (complements GDPR compliance).
Control Matrix Generation
A control matrix maps each TSC criterion to specific controls, owners, evidence, and testing procedures.
Matrix Structure
| Field |
Description |
| Control ID |
Unique identifier (e.g., SEC-001, AVL-003) |
| TSC Mapping |
Which criteria the control addresses (e.g., CC6.1, A1.2) |
| Control Description |
What the control does |
| Control Type |
Preventive, Detective, or Corrective |
| Owner |
Responsible person/team |
| Frequency |
Continuous, Daily, Weekly, Monthly, Quarterly, Annual |
| Evidence Type |
Screenshot, Log, Policy, Config, Ticket |
| Testing Procedure |
How the auditor verifies the control |
Control Naming Convention
{CATEGORY}-{NUMBER}
SEC-001 through SEC-NNN → Security
AVL-001 through AVL-NNN → Availability
CON-001 through CON-NNN → Confidentiality
PRI-001 through PRI-NNN → Processing Integrity
PRV-001 through PRV-NNN → Privacy
Workflow
- Select applicable TSC categories based on business needs
- Run
control_matrix_builder.py to generate the baseline matrix
- Customize controls to match your actual environment
- Assign owners and evidence requirements
- Validate coverage — every selected TSC criterion must have at least one control
Gap Analysis Workflow
Phase 1: Current State Assessment
- Document existing controls — inventory all security policies, procedures, and technical controls
- Map to TSC — align existing controls to Trust Service Criteria
- Collect evidence samples — gather proof that controls exist and operate
- Interview control owners — verify understanding and execution
Phase 2: Gap Identification
Run gap_analyzer.py against your current controls to identify:
- Missing controls — TSC criteria with no corresponding control
- Partially implemented — Control exists but lacks evidence or consistency
- Design gaps — Control designed but does not adequately address the criteria
- Operating gaps (Type II only) — Control designed correctly but not operating effectively
Phase 3: Remediation Planning
For each gap, define:
| Field |
Description |
| Gap ID |
Reference identifier |
| TSC Criteria |
Affected criteria |
| Gap Description |
What is missing or insufficient |
| Remediation Action |
Specific steps to close the gap |
| Owner |
Person responsible for remediation |
| Priority |
Critical / High / Medium / Low |
| Target Date |
Completion deadline |
| Dependencies |
Other gaps or projects that must complete first |
Phase 4: Timeline Planning
| Priority |
Target Remediation |
| Critical |
2-4 weeks |
| High |
4-8 weeks |
| Medium |
8-12 weeks |
| Low |
12-16 weeks |
Evidence Collection
Evidence Types by Control Category
| Control Area |
Primary Evidence |
Secondary Evidence |
| Access Management |
User access reviews, provisioning tickets |
Role matrix, access logs |
| Change Management |
Change tickets, approval records |
Deployment logs, test results |
| Incident Response |
Incident tickets, postmortems |
Runbooks, escalation records |
| Vulnerability Management |
Scan reports, patch records |
Remediation timelines |
| Encryption |
Configuration screenshots, certificate inventory |
Key rotation logs |
| Backup & Recovery |
Backup logs, DR test results |
Recovery time measurements |
| Monitoring |
Alert configurations, dashboard screenshots |
On-call schedules, escalation records |
| Policy Management |
Signed policies, version history |
Training completion records |
| Vendor Management |
Vendor assessments, SOC 2 reports |
Contract reviews, risk registers |
Automation Opportunities
| Area |
Automation Approach |
| Access reviews |
Integrate IAM with ticketing (automatic quarterly review triggers) |
| Configuration evidence |
Infrastructure-as-code snapshots, compliance-as-code tools |
| Vulnerability scans |
Scheduled scanning with auto-generated reports |
| Change management |
Git-based audit trail (commits, PRs, approvals) |
| Uptime monitoring |
Automated SLA dashboards with historical data |
| Backup verification |
Automated restore tests with success/failure logging |
Continuous Monitoring
Move from point-in-time evidence collection to continuous compliance:
- Automated evidence gathering — scripts that pull evidence on schedule
- Control dashboards — real-time visibility into control status
- Alert-based monitoring — notify when a control drifts out of compliance
- Evidence repository — centralized, timestamped evidence storage
Audit Readiness Checklist
Pre-Audit Preparation (4-6 Weeks Before)
Readiness Scoring
| Score |
Rating |
Meaning |
| 90-100% |
Audit Ready |
Proceed with confidence |
| 75-89% |
Minor Gaps |
Address before scheduling audit |
| 50-74% |
Significant Gaps |
Remediation required |
| < 50% |
Not Ready |
Major program build-out needed |
Common Audit Findings
| Finding |
Root Cause |
Prevention |
| Incomplete access reviews |
Manual process, no reminders |
Automate quarterly review triggers |
| Missing change approvals |
Emergency changes bypass process |
Define emergency change procedure with post-hoc approval |
| Stale vulnerability scans |
Scanner misconfigured |
Automated weekly scans with alerting |
| Policy not acknowledged |
No tracking mechanism |
Annual e-signature workflow |
| Missing vendor assessments |
No vendor inventory |
Maintain vendor register with review schedule |
Vendor Management
Third-Party Risk Assessment
Every vendor that accesses, stores, or processes customer data must be assessed:
- Vendor inventory — maintain a register of all service providers
- Risk classification — categorize vendors by data access level
- Due diligence — collect SOC 2 reports, security questionnaires, certifications
- Contractual protections — ensure DPAs, security requirements, breach notification clauses
- Ongoing monitoring — annual reassessment, continuous news monitoring
Vendor Risk Tiers
| Tier |
Data Access |
Assessment Frequency |
Requirements |
| Critical |
Processes/stores customer data |
Annual + continuous monitoring |
SOC 2 Type II, penetration test, security review |
| High |
Accesses customer environment |
Annual |
SOC 2 Type II or equivalent, questionnaire |
| Medium |
Indirect access, support tools |
Annual questionnaire |
Security certifications, questionnaire |
| Low |
No data access |
Biennial questionnaire |
Basic security questionnaire |
Subservice Organizations
When your SOC 2 report relies on controls at a subservice organization (e.g., AWS, GCP, Azure):
- Inclusive method — your report covers the subservice org's controls (requires their cooperation)
- Carve-out method — your report excludes their controls but references their SOC 2 report
- Most companies use carve-out and include complementary user entity controls (CUECs)
Continuous Compliance
From Point-in-Time to Continuous
| Aspect |
Point-in-Time |
Continuous |
| Evidence collection |
Manual, before audit |
Automated, ongoing |
| Control monitoring |
Periodic review |
Real-time dashboards |
| Drift detection |
Found during audit |
Alert-based, immediate |
| Remediation |
Reactive |
Proactive |
| Audit preparation |
4-8 week scramble |
Always ready |
Implementation Steps
- Automate evidence gathering — cron jobs, API integrations, IaC snapshots
- Build control dashboards — aggregate control status into a single view
- Configure drift alerts — notify when controls fall out of compliance
- Establish review cadence — weekly control owner check-ins, monthly steering
- Maintain evidence repository — centralized, timestamped, auditor-accessible
Annual Re-Assessment Cycle
| Quarter |
Activities |
| Q1 |
Annual risk assessment, policy refresh, vendor reassessment launch |
| Q2 |
Internal control testing, remediation of findings |
| Q3 |
Pre-audit readiness review, evidence completeness check |
| Q4 |
External audit, management assertion, report distribution |
Anti-Patterns
| Anti-Pattern |
Why It Fails |
Better Approach |
| Point-in-time compliance |
Controls degrade between audits; gaps found during audit |
Implement continuous monitoring and automated evidence |
| Manual evidence collection |
Time-consuming, inconsistent, error-prone |
Automate with scripts, IaC, and compliance platforms |
| Missing vendor assessments |
Auditors flag incomplete vendor due diligence |
Maintain vendor register with risk-tiered assessment schedule |
| Copy-paste policies |
Generic policies don't match actual operations |
Tailor policies to your actual environment and technology stack |
| Security theater |
Controls exist on paper but aren't followed |
Verify operating effectiveness; build controls into workflows |
| Skipping Type I |
Jumping to Type II without foundational readiness |
Start with Type I to validate control design before observation |
| Over-scoping TSC |
Including all 5 categories when only Security is needed |
Select categories based on actual customer/business requirements |
| Treating audit as a project |
Compliance degrades after the report is issued |
Build compliance into daily operations and engineering culture |
Tools
Control Matrix Builder
Generates a SOC 2 control matrix from selected TSC categories.
# Generate full security matrix in markdown
python scripts/control_matrix_builder.py --categories security --format md
# Generate matrix for multiple categories as JSON
python scripts/control_matrix_builder.py --categories security,availability,confidentiality --format json
# All categories, CSV output
python scripts/control_matrix_builder.py --categories security,availability,confidentiality,processing-integrity,privacy --format csv
Evidence Tracker
Tracks evidence collection status per control.
# Check evidence status from a control matrix
python scripts/evidence_tracker.py --matrix controls.json --status
# JSON output for integration
python scripts/evidence_tracker.py --matrix controls.json --status --json
Gap Analyzer
Analyzes current controls against SOC 2 requirements and identifies gaps.
# Type I gap analysis
python scripts/gap_analyzer.py --controls current_controls.json --type type1
# Type II gap analysis (includes operating effectiveness)
python scripts/gap_analyzer.py --controls current_controls.json --type type2 --json
References
- Trust Service Criteria Reference — All 5 TSC categories with sub-criteria, control objectives, and evidence examples
- Evidence Collection Guide — Evidence types per control, automation tools, documentation requirements
- Type I vs Type II Comparison — Detailed comparison, timeline, cost analysis, and upgrade path
Cross-References
- gdpr-dsgvo-expert — SOC 2 Privacy criteria overlaps significantly with GDPR requirements; use together when processing EU personal data
- information-security-manager-iso27001 — ISO 27001 Annex A controls map closely to SOC 2 Security criteria; organizations pursuing both can share evidence
- isms-audit-expert — Audit methodology and finding management patterns transfer directly to SOC 2 audit preparation
1---2name: soc2-compliance3description: Use when the user asks to prepare for SOC 2 audits, map Trust Service Criteria, build control matrices, collect audit evidence, perform gap analysis, or assess SOC 2 Type I vs Type II readiness.4license: MIT5---67# SOC 2 Compliance89SOC 2 Type I and Type II compliance preparation for SaaS companies. Covers Trust Service Criteria mapping, control matrix generation, evidence collection, gap analysis, and audit readiness assessment.1011## Table of Contents1213- [Overview](#overview)14- [Trust Service Criteria](#trust-service-criteria)15- [Control Matrix Generation](#control-matrix-generation)16- [Gap Analysis Workflow](#gap-analysis-workflow)17- [Evidence Collection](#evidence-collection)18- [Audit Readiness Checklist](#audit-readiness-checklist)19- [Vendor Management](#vendor-management)20- [Continuous Compliance](#continuous-compliance)21- [Anti-Patterns](#anti-patterns)22- [Tools](#tools)23- [References](#references)24- [Cross-References](#cross-references)2526---2728## Overview2930### What Is SOC 2?3132SOC 2 (System and Organization Controls 2) is an auditing framework developed by the AICPA that evaluates how a service organization manages customer data. It applies to any technology company that stores, processes, or transmits customer information — primarily SaaS, cloud infrastructure, and managed service providers.3334### Type I vs Type II3536| Aspect | Type I | Type II |37|--------|--------|---------|38| **Scope** | Design of controls at a point in time | Design AND operating effectiveness over a period |39| **Duration** | Snapshot (single date) | Observation window (3-12 months, typically 6) |40| **Evidence** | Control descriptions, policies | Control descriptions + operating evidence (logs, tickets, screenshots) |41| **Cost** | $20K-$50K (audit fees) | $30K-$100K+ (audit fees) |42| **Timeline** | 1-2 months (audit phase) | 6-12 months (observation + audit) |43| **Best For** | First-time compliance, rapid market need | Mature organizations, enterprise customers |4445### Who Needs SOC 2?4647- **SaaS companies** selling to enterprise customers48- **Cloud infrastructure providers** handling customer workloads49- **Data processors** managing PII, PHI, or financial data50- **Managed service providers** with access to client systems51- **Any vendor** whose customers require third-party assurance5253### Typical Journey5455```56Gap Assessment → Remediation → Type I Audit → Observation Period → Type II Audit → Annual Renewal57 (4-8 wk) (8-16 wk) (4-6 wk) (6-12 mo) (4-6 wk) (ongoing)58```5960---6162## Trust Service Criteria6364SOC 2 is organized around five Trust Service Criteria (TSC) categories. **Security** is required for every SOC 2 report; the remaining four are optional and selected based on business need.6566### Security (Common Criteria CC1-CC9) — Required6768The foundation of every SOC 2 report. Maps to COSO 2013 principles.6970| Criteria | Domain | Key Controls |71|----------|--------|-------------|72| **CC1** | Control Environment | Integrity/ethics, board oversight, org structure, competence, accountability |73| **CC2** | Communication & Information | Internal/external communication, information quality |74| **CC3** | Risk Assessment | Risk identification, fraud risk, change impact analysis |75| **CC4** | Monitoring Activities | Ongoing monitoring, deficiency evaluation, corrective actions |76| **CC5** | Control Activities | Policies/procedures, technology controls, deployment through policies |77| **CC6** | Logical & Physical Access | Access provisioning, authentication, encryption, physical restrictions |78| **CC7** | System Operations | Vulnerability management, anomaly detection, incident response |79| **CC8** | Change Management | Change authorization, testing, approval, emergency changes |80| **CC9** | Risk Mitigation | Vendor/business partner risk management |8182### Availability (A1) — Optional8384| Criteria | Focus | Key Controls |85|----------|-------|-------------|86| **A1.1** | Capacity management | Infrastructure scaling, resource monitoring, capacity planning |87| **A1.2** | Recovery operations | Backup procedures, disaster recovery, BCP testing |88| **A1.3** | Recovery testing | DR drills, failover testing, RTO/RPO validation |8990**Select when:** Customers depend on your uptime; you have SLAs; downtime causes direct business impact.9192### Confidentiality (C1) — Optional9394| Criteria | Focus | Key Controls |95|----------|-------|-------------|96| **C1.1** | Identification | Data classification policy, confidential data inventory |97| **C1.2** | Protection | Encryption at rest and in transit, DLP, access restrictions |98| **C1.3** | Disposal | Secure deletion procedures, media sanitization, retention enforcement |99100**Select when:** You handle trade secrets, proprietary data, or contractually confidential information.101102### Processing Integrity (PI1) — Optional103104| Criteria | Focus | Key Controls |105|----------|-------|-------------|106| **PI1.1** | Accuracy | Input validation, processing checks, output verification |107| **PI1.2** | Completeness | Transaction monitoring, reconciliation, error handling |108| **PI1.3** | Timeliness | SLA monitoring, processing delay alerts, batch job monitoring |109| **PI1.4** | Authorization | Processing authorization controls, segregation of duties |110111**Select when:** Data accuracy is critical (financial processing, healthcare records, analytics platforms).112113### Privacy (P1-P8) — Optional114115| Criteria | Focus | Key Controls |116|----------|-------|-------------|117| **P1** | Notice | Privacy policy, data collection notice, purpose limitation |118| **P2** | Choice & Consent | Opt-in/opt-out, consent management, preference tracking |119| **P3** | Collection | Minimal collection, lawful basis, purpose specification |120| **P4** | Use, Retention, Disposal | Purpose limitation, retention schedules, secure disposal |121| **P5** | Access | Data subject access requests, correction rights |122| **P6** | Disclosure & Notification | Third-party sharing, breach notification |123| **P7** | Quality | Data accuracy verification, correction mechanisms |124| **P8** | Monitoring & Enforcement | Privacy program monitoring, complaint handling |125126**Select when:** You process PII and customers expect privacy assurance (complements GDPR compliance).127128---129130## Control Matrix Generation131132A control matrix maps each TSC criterion to specific controls, owners, evidence, and testing procedures.133134### Matrix Structure135136| Field | Description |137|-------|-------------|138| **Control ID** | Unique identifier (e.g., SEC-001, AVL-003) |139| **TSC Mapping** | Which criteria the control addresses (e.g., CC6.1, A1.2) |140| **Control Description** | What the control does |141| **Control Type** | Preventive, Detective, or Corrective |142| **Owner** | Responsible person/team |143| **Frequency** | Continuous, Daily, Weekly, Monthly, Quarterly, Annual |144| **Evidence Type** | Screenshot, Log, Policy, Config, Ticket |145| **Testing Procedure** | How the auditor verifies the control |146147### Control Naming Convention148149```150{CATEGORY}-{NUMBER}151SEC-001 through SEC-NNN → Security152AVL-001 through AVL-NNN → Availability153CON-001 through CON-NNN → Confidentiality154PRI-001 through PRI-NNN → Processing Integrity155PRV-001 through PRV-NNN → Privacy156```157158### Workflow1591601. Select applicable TSC categories based on business needs1612. Run `control_matrix_builder.py` to generate the baseline matrix1623. Customize controls to match your actual environment1634. Assign owners and evidence requirements1645. Validate coverage — every selected TSC criterion must have at least one control165166---167168## Gap Analysis Workflow169170### Phase 1: Current State Assessment1711721. **Document existing controls** — inventory all security policies, procedures, and technical controls1732. **Map to TSC** — align existing controls to Trust Service Criteria1743. **Collect evidence samples** — gather proof that controls exist and operate1754. **Interview control owners** — verify understanding and execution176177### Phase 2: Gap Identification178179Run `gap_analyzer.py` against your current controls to identify:180181- **Missing controls** — TSC criteria with no corresponding control182- **Partially implemented** — Control exists but lacks evidence or consistency183- **Design gaps** — Control designed but does not adequately address the criteria184- **Operating gaps** (Type II only) — Control designed correctly but not operating effectively185186### Phase 3: Remediation Planning187188For each gap, define:189190| Field | Description |191|-------|-------------|192| Gap ID | Reference identifier |193| TSC Criteria | Affected criteria |194| Gap Description | What is missing or insufficient |195| Remediation Action | Specific steps to close the gap |196| Owner | Person responsible for remediation |197| Priority | Critical / High / Medium / Low |198| Target Date | Completion deadline |199| Dependencies | Other gaps or projects that must complete first |200201### Phase 4: Timeline Planning202203| Priority | Target Remediation |204|----------|--------------------|205| Critical | 2-4 weeks |206| High | 4-8 weeks |207| Medium | 8-12 weeks |208| Low | 12-16 weeks |209210---211212## Evidence Collection213214### Evidence Types by Control Category215216| Control Area | Primary Evidence | Secondary Evidence |217|--------------|-----------------|-------------------|218| Access Management | User access reviews, provisioning tickets | Role matrix, access logs |219| Change Management | Change tickets, approval records | Deployment logs, test results |220| Incident Response | Incident tickets, postmortems | Runbooks, escalation records |221| Vulnerability Management | Scan reports, patch records | Remediation timelines |222| Encryption | Configuration screenshots, certificate inventory | Key rotation logs |223| Backup & Recovery | Backup logs, DR test results | Recovery time measurements |224| Monitoring | Alert configurations, dashboard screenshots | On-call schedules, escalation records |225| Policy Management | Signed policies, version history | Training completion records |226| Vendor Management | Vendor assessments, SOC 2 reports | Contract reviews, risk registers |227228### Automation Opportunities229230| Area | Automation Approach |231|------|-------------------|232| Access reviews | Integrate IAM with ticketing (automatic quarterly review triggers) |233| Configuration evidence | Infrastructure-as-code snapshots, compliance-as-code tools |234| Vulnerability scans | Scheduled scanning with auto-generated reports |235| Change management | Git-based audit trail (commits, PRs, approvals) |236| Uptime monitoring | Automated SLA dashboards with historical data |237| Backup verification | Automated restore tests with success/failure logging |238239### Continuous Monitoring240241Move from point-in-time evidence collection to continuous compliance:2422431. **Automated evidence gathering** — scripts that pull evidence on schedule2442. **Control dashboards** — real-time visibility into control status2453. **Alert-based monitoring** — notify when a control drifts out of compliance2464. **Evidence repository** — centralized, timestamped evidence storage247248---249250## Audit Readiness Checklist251252### Pre-Audit Preparation (4-6 Weeks Before)253254- [ ] All controls documented with descriptions, owners, and frequencies255- [ ] Evidence collected for the entire observation period (Type II)256- [ ] Control matrix reviewed and gaps remediated257- [ ] Policies signed and distributed within the last 12 months258- [ ] Access reviews completed within the required frequency259- [ ] Vulnerability scans current (no critical/high unpatched > SLA)260- [ ] Incident response plan tested within the last 12 months261- [ ] Vendor risk assessments current for all subservice organizations262- [ ] DR/BCP tested and documented within the last 12 months263- [ ] Employee security training completed for all staff264265### Readiness Scoring266267| Score | Rating | Meaning |268|-------|--------|---------|269| 90-100% | Audit Ready | Proceed with confidence |270| 75-89% | Minor Gaps | Address before scheduling audit |271| 50-74% | Significant Gaps | Remediation required |272| < 50% | Not Ready | Major program build-out needed |273274### Common Audit Findings275276| Finding | Root Cause | Prevention |277|---------|-----------|-----------|278| Incomplete access reviews | Manual process, no reminders | Automate quarterly review triggers |279| Missing change approvals | Emergency changes bypass process | Define emergency change procedure with post-hoc approval |280| Stale vulnerability scans | Scanner misconfigured | Automated weekly scans with alerting |281| Policy not acknowledged | No tracking mechanism | Annual e-signature workflow |282| Missing vendor assessments | No vendor inventory | Maintain vendor register with review schedule |283284---285286## Vendor Management287288### Third-Party Risk Assessment289290Every vendor that accesses, stores, or processes customer data must be assessed:2912921. **Vendor inventory** — maintain a register of all service providers2932. **Risk classification** — categorize vendors by data access level2943. **Due diligence** — collect SOC 2 reports, security questionnaires, certifications2954. **Contractual protections** — ensure DPAs, security requirements, breach notification clauses2965. **Ongoing monitoring** — annual reassessment, continuous news monitoring297298### Vendor Risk Tiers299300| Tier | Data Access | Assessment Frequency | Requirements |301|------|-------------|---------------------|-------------|302| Critical | Processes/stores customer data | Annual + continuous monitoring | SOC 2 Type II, penetration test, security review |303| High | Accesses customer environment | Annual | SOC 2 Type II or equivalent, questionnaire |304| Medium | Indirect access, support tools | Annual questionnaire | Security certifications, questionnaire |305| Low | No data access | Biennial questionnaire | Basic security questionnaire |306307### Subservice Organizations308309When your SOC 2 report relies on controls at a subservice organization (e.g., AWS, GCP, Azure):310311- **Inclusive method** — your report covers the subservice org's controls (requires their cooperation)312- **Carve-out method** — your report excludes their controls but references their SOC 2 report313- Most companies use **carve-out** and include complementary user entity controls (CUECs)314315---316317## Continuous Compliance318319### From Point-in-Time to Continuous320321| Aspect | Point-in-Time | Continuous |322|--------|---------------|-----------|323| Evidence collection | Manual, before audit | Automated, ongoing |324| Control monitoring | Periodic review | Real-time dashboards |325| Drift detection | Found during audit | Alert-based, immediate |326| Remediation | Reactive | Proactive |327| Audit preparation | 4-8 week scramble | Always ready |328329### Implementation Steps3303311. **Automate evidence gathering** — cron jobs, API integrations, IaC snapshots3322. **Build control dashboards** — aggregate control status into a single view3333. **Configure drift alerts** — notify when controls fall out of compliance3344. **Establish review cadence** — weekly control owner check-ins, monthly steering3355. **Maintain evidence repository** — centralized, timestamped, auditor-accessible336337### Annual Re-Assessment Cycle338339| Quarter | Activities |340|---------|-----------|341| Q1 | Annual risk assessment, policy refresh, vendor reassessment launch |342| Q2 | Internal control testing, remediation of findings |343| Q3 | Pre-audit readiness review, evidence completeness check |344| Q4 | External audit, management assertion, report distribution |345346---347348## Anti-Patterns349350| Anti-Pattern | Why It Fails | Better Approach |351|--------------|-------------|----------------|352| Point-in-time compliance | Controls degrade between audits; gaps found during audit | Implement continuous monitoring and automated evidence |353| Manual evidence collection | Time-consuming, inconsistent, error-prone | Automate with scripts, IaC, and compliance platforms |354| Missing vendor assessments | Auditors flag incomplete vendor due diligence | Maintain vendor register with risk-tiered assessment schedule |355| Copy-paste policies | Generic policies don't match actual operations | Tailor policies to your actual environment and technology stack |356| Security theater | Controls exist on paper but aren't followed | Verify operating effectiveness; build controls into workflows |357| Skipping Type I | Jumping to Type II without foundational readiness | Start with Type I to validate control design before observation |358| Over-scoping TSC | Including all 5 categories when only Security is needed | Select categories based on actual customer/business requirements |359| Treating audit as a project | Compliance degrades after the report is issued | Build compliance into daily operations and engineering culture |360361---362363## Tools364365### Control Matrix Builder366367Generates a SOC 2 control matrix from selected TSC categories.368369```bash370# Generate full security matrix in markdown371python scripts/control_matrix_builder.py --categories security --format md372373# Generate matrix for multiple categories as JSON374python scripts/control_matrix_builder.py --categories security,availability,confidentiality --format json375376# All categories, CSV output377python scripts/control_matrix_builder.py --categories security,availability,confidentiality,processing-integrity,privacy --format csv378```379380### Evidence Tracker381382Tracks evidence collection status per control.383384```bash385# Check evidence status from a control matrix386python scripts/evidence_tracker.py --matrix controls.json --status387388# JSON output for integration389python scripts/evidence_tracker.py --matrix controls.json --status --json390```391392### Gap Analyzer393394Analyzes current controls against SOC 2 requirements and identifies gaps.395396```bash397# Type I gap analysis398python scripts/gap_analyzer.py --controls current_controls.json --type type1399400# Type II gap analysis (includes operating effectiveness)401python scripts/gap_analyzer.py --controls current_controls.json --type type2 --json402```403404---405406## References407408- [Trust Service Criteria Reference](references/trust_service_criteria.md) — All 5 TSC categories with sub-criteria, control objectives, and evidence examples409- [Evidence Collection Guide](references/evidence_collection_guide.md) — Evidence types per control, automation tools, documentation requirements410- [Type I vs Type II Comparison](references/type1_vs_type2.md) — Detailed comparison, timeline, cost analysis, and upgrade path411412---413414## Cross-References415416- **[gdpr-dsgvo-expert](../gdpr-dsgvo-expert/SKILL.md)** — SOC 2 Privacy criteria overlaps significantly with GDPR requirements; use together when processing EU personal data417- **[information-security-manager-iso27001](../information-security-manager-iso27001/SKILL.md)** — ISO 27001 Annex A controls map closely to SOC 2 Security criteria; organizations pursuing both can share evidence418- **[isms-audit-expert](../isms-audit-expert/SKILL.md)** — Audit methodology and finding management patterns transfer directly to SOC 2 audit preparation