SOC 2 policies for startups: the 22 you need for a Type I
A SOC 2 report is an auditor’s opinion about your controls. Policies are the written layer of those controls: the statements management has committed to, which the auditor then tests against evidence. This guide lists the 22 policies a startup needs, the order to write them in, who should own each one, and how long the whole exercise realistically takes.
Why 22 policies, and not 8 or 40
The 2017 Trust Services Criteria (with the 2022 points of focus) contain 33 common criteria across CC1 to CC9, plus three Availability criteria and two Confidentiality criteria. None of them say “write a policy called X”. They describe outcomes: access is restricted, changes are authorised, incidents are responded to, data is retained and disposed of. A policy set is how you show the auditor that management has thought about each outcome and committed to a way of achieving it.
Enterprise policy libraries run to 40 or more documents because they cover things a startup does not have: data centres, mainframes, a change advisory board. Eight-policy “starter packs” go the other way and bundle incident response, business continuity and backups into one document, which makes ownership fuzzy and review painful. Twenty-two short, single-purpose policies is the shape most SOC 2 auditors expect from a cloud-native company between 5 and 200 people. Every policy has one owner, one review date and a handful of criteria in the crosswalk.
The 22 policies in the order to write them
The order below is not the numbering you will see in the final pack (that follows the template index). It is the order that avoids rewriting: each phase only references policies from earlier phases.
Week 1: Foundation
Everything else hangs off the top-level policy, the risk process and what you expect of people. Write these first so the other 18 have something to reference.
| ID | Policy | Owner role |
|---|---|---|
| P01 | Information Security Policy | Security Owner |
| P17 | Risk Assessment and Management Policy | Security Owner |
| P18 | Human Resources Security Policy | People/HR Lead |
| P02 | Acceptable Use Policy | Security Owner |
Week 2: Identity and access
The largest share of CC6 evidence requests point here. These are also the policies most likely to contradict how your identity provider is actually configured, so write them with the admin console open.
| ID | Policy | Owner role |
|---|---|---|
| P03 | Access Control Policy | Security Owner |
| P04 | Authentication and Password Policy | Security Owner |
| P05 | Asset Management Policy | IT/Operations Lead |
| P19 | Endpoint and Workstation Security Policy | IT/Operations Lead |
Week 3: Data
Classification decides how strict every other control has to be. Settle what counts as Restricted data before the engineering policies commit you to handling rules.
| ID | Policy | Owner role |
|---|---|---|
| P06 | Data Classification and Handling Policy | Security Owner |
| P07 | Data Retention and Disposal Policy | Security Owner |
| P08 | Encryption and Key Management Policy | Engineering Lead |
| P22 | Privacy and Data Protection Policy | Security Owner |
Week 4: Engineering
Written by the Engineering Lead in the language of the real pipeline: branch protection, CI checks, dependency scanning, log retention, network segmentation.
| ID | Policy | Owner role |
|---|---|---|
| P09 | Change Management Policy | Engineering Lead |
| P10 | Secure Software Development Policy | Engineering Lead |
| P11 | Vulnerability and Patch Management Policy | Engineering Lead |
| P12 | Logging and Monitoring Policy | Engineering Lead |
| P20 | Network and Infrastructure Security Policy | Engineering Lead |
Week 5: Resilience and third parties
These reference the earlier policies, and their procedures (a restore test, an incident tabletop, a vendor review) become your first pieces of operating evidence.
| ID | Policy | Owner role |
|---|---|---|
| P13 | Incident Response Policy | Security Owner |
| P14 | Business Continuity and Disaster Recovery Policy | Engineering Lead |
| P15 | Backup and Recovery Policy | Engineering Lead |
| P16 | Vendor and Third-Party Risk Management Policy | Security Owner |
| P21 | Physical and Remote Work Security Policy | IT/Operations Lead |
Who owns what
A policy without a named owner is the first thing an auditor notices. Owners are roles, not people, so the document survives staff changes, but each role must resolve to a real person on the day of the examination. The default split in the Policyseed templates is:
| Owner role | Policies | Who this usually is |
|---|---|---|
| Security Owner | 10 | At most startups this is the CTO or a founding engineer. Owns the program-level policies and everything about access, data and vendors. |
| Engineering Lead | 8 | Owns the policies that describe the SDLC, infrastructure and recovery. Often the same person as the Security Owner at under 20 people; that is acceptable if the approver is someone else. |
| IT/Operations Lead | 3 | Owns assets, endpoints and physical/remote work. In a fully remote company this is whoever administers the MDM and buys the laptops. |
| People/HR Lead | 1 | Owns Human Resources Security: background checks, onboarding, training, offboarding and policy acknowledgment. |
Two roles sit above the owners. The approver (usually the CEO) signs every policy and appears in the revision history table. The incident contact is the address or channel that the Incident Response Policy and the Acceptable Use Policy tell people to use. Both are intake questions in the generator.
A realistic timeline
- Week 0: scope. Decide which criteria are in scope (Security is mandatory; Availability and Confidentiality are the common additions for SaaS), pick the system boundary, and talk to a CPA firm about dates. The firm will send a document request list; policies are the first section of it.
- Weeks 1 to 5: draft and adopt. One phase per week as above. Draft with the tools open, so the Access Control Policy describes the groups that exist in your identity provider and the Change Management Policy describes the branch protection rules that are actually enabled. Get the approver to sign each batch as it finishes rather than all 22 at the end.
- Week 6: acknowledge and calendar. Every employee and contractor reads and acknowledges the pack (see the acknowledgment guide). Put the review dates on the owners’ calendars. Start the evidence folder.
- Weeks 6 to 8: first evidence. Run the controls the procedures describe once: a risk assessment, an access review, a restore test, a vendor review, an incident tabletop. Each produces a dated artifact. A Type I examination looks at the design of controls as of a date, so this is enough to schedule it.
- Months 3 to 12: observation window. A Type II report covers a period, usually 3 to 12 months, during which the auditor samples evidence that the controls operated. Nothing in the policies has to change for this, but the procedures must actually run on the cadence they state. See Type I vs Type II.
Eight weeks from a standing start to Type I readiness is achievable for a team of 10 to 50 that already uses an identity provider, a managed cloud and a Git host with CI. Companies without single sign-on or MFA usually spend the first month fixing that before the policies can honestly say it exists.
Mistakes that cost startups the most time
- Copying enterprise templates that describe controls you do not have. An auditor will ask for evidence of the quarterly change advisory board your template mentions. If it does not exist, the finding is “control not operating”, which is worse than not claiming it.
- Policies that contradict the tools. The password policy says 14 characters; the identity provider enforces 8. One of them has to change before the examination.
- No adoption record. Every policy needs a version, an effective date and an approver in its revision history. Undated policies are treated as unapproved.
- No acknowledgment. CC1 and CC2 expect that people know what is expected of them. Signed acknowledgments are the standard evidence.
- More policies than you can maintain. Each policy is a recurring obligation: a review, a revision-history row, a set of evidence. If nobody will review 40 documents next year, do not adopt 40.
Where Policyseed fits
The free generator asks 23 questions (company, stack, data types, owners, scope) and renders all 22 policies as Markdown in the browser. Nothing is sent to a server. The same templates are published under Apache-2.0 on GitHub, so you can build them from a YAML file in CI (see the docs). The Audit Kit ($39, see pricing) tailors sections 4 and 5 of each policy to your named tools using Claude, and delivers Word documents plus the TSC crosswalk, an evidence checklist, acknowledgment forms and a review calendar in a ZIP built on your machine.
Frequently asked questions
- Does a startup really need all 22 policies for SOC 2?
- The Trust Services Criteria do not prescribe a policy count, but the 33 common criteria plus Availability and Confidentiality touch every one of the 22 areas listed here. Fewer, longer policies are possible, but 22 short ones are easier to assign owners to, review on a schedule and map in a crosswalk. Auditors are used to this shape.
- How long do the policies need to be?
- Two to four pages each is normal for a company under 200 people. What matters is that every statement is true of your environment and that sections 4 (Policy Statements) and 5 (Procedures) are specific enough that someone could produce evidence for them.
- Can one person own all the policies?
- One person can draft them, but each policy should name an owner role that matches who actually operates the control. The person who approves the policies should be different from the person who owns them; typically the CEO approves and the CTO owns.
- What comes after writing the policies?
- Management adopts them (a dated approval), every employee acknowledges them, and you start generating evidence: access reviews, a restore test, a risk assessment, vendor reviews. For a Type I the auditor examines design at a point in time; for a Type II they sample evidence across an observation window.
- Is Policyseed a compliance guarantee?
- No. Policyseed produces governance policy templates tailored to your answers, plus optional AI tailoring in the Audit Kit. It is not legal advice and it does not guarantee any examination outcome. The CPA firm performs the examination and forms its own opinion.
Policyseed provides governance policy templates and AI tailoring. It is not legal advice and not a compliance guarantee. Management adopts the policies; the CPA firm performs the SOC 2 examination.