soc2-prep

soc2-prep is a skill for Claude Code, Codex from Maudeunfledged834/startup-founder-skills. It costs 59 tokens per session (2,261 once invoked), scanned A, a copy of soc2-prep, MIT.

A guide for preparing a company for SOC 2, an audit framework used to assess controls around areas such as security and availability. It covers planning, security-risk assessment, and compliance preparation.

In plain words
What is it for?
Use it to build a SOC 2 roadmap, assess security practices, estimate security risk, and prepare for Type I or Type II certification. It can account for your systems, policies, tools, budget, timeline, and customer requirements.
Why use it?
It helps organize the work needed when customers or an auditor request SOC 2 evidence. It also helps connect security investments and risks to business priorities.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build a SOC 2 roadmap, assess security practices, estimate security risk, and prepare for Type I or Type II certification. It can account for your systems, policies, tools, budget, timeline, and customer requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maudeunfledged834/startup-founder-skills/soc2-prep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Maudeunfledged834/startup-founder-skills --skill soc2-prep
Clone the repo
git clone --depth 1 https://github.com/Maudeunfledged834/startup-founder-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for soc2-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/maudeunfledged834/startup-founder-skills/soc2-prep/github.svg)](https://agentmods.dev/skills/maudeunfledged834/startup-founder-skills/soc2-prep)
Your own site
<a href="https://agentmods.dev/skills/maudeunfledged834/startup-founder-skills/soc2-prep"><img src="https://agentmods.dev/badge/skills/maudeunfledged834/startup-founder-skills/soc2-prep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for soc2-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/maudeunfledged834/startup-founder-skills/soc2-prep"><img src="https://agentmods.dev/badge/skills/maudeunfledged834/startup-founder-skills/soc2-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02261
Opus 5 $0.00030 $0.01130
Sonnet 5 $0.00012 $0.00452
Haiku 4.5 $0.00006 $0.00226

Measured 11d ago against content hash a955ebe21c4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

soc2-prep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to soc2-prep — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/soc2-prep/SKILL.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SOC 2 Prep

When to Use

Activate when a founder is preparing for SOC 2 certification, has been asked by a customer or prospect for a SOC 2 report, needs to quantify security risk for board or budget discussions, wants to build a compliance roadmap sequenced for business value, or needs to assess overall security posture. Also activate when the user mentions "SOC 2," "compliance audit," "trust service criteria," "security budget," "we need SOC 2 to close this deal," or "CISO."

Context Required

  • From startup-context: product type, tech stack, cloud infrastructure provider, team size, current security practices, business model, customer segments (enterprise customers often require SOC 2).
  • From the user: which Trust Service Criteria are in scope, current state of documentation and policies, existing security tooling (SSO, MDM, monitoring), whether targeting Type I or Type II, desired timeline, budget constraints, whether an auditor is selected, and top 3 prospects' compliance requirements.

Workflow

  1. Quantify the business case — Frame security investment in dollars using ALE (Annual Loss Expectancy = Single Loss Expectancy x Annual Rate of Occurrence). Translate to board language: "This risk has $X expected annual loss. Mitigation costs $Y." Security is a sales enabler, not a checkbox.
  2. Scope definition — Determine which Trust Service Criteria are in scope. Security (Common Criteria) is always required. Availability, Processing Integrity, Confidentiality, and Privacy are optional. Scope based on customer requirements and product type.
  3. Current state assessment — Inventory existing policies, controls, and tooling. Identify what exists, what partially exists, and what is completely absent. Check the red flags list below.
  4. Gap analysis — Map current state against each applicable TSC criterion. Produce a gap matrix showing compliant, partially compliant, and non-compliant areas.
  5. Compliance roadmap — Sequence for business value: SOC 2 Type I (3-6 months) then SOC 2 Type II (12 months from start) then ISO 27001 or HIPAA based on customer demand. Do not pursue certifications before basic hygiene is in place.
  6. Policy generation — Draft required policies tailored to the company's size. Early-stage startups need practical 2-5 page policies, not 50-page enterprise documents.
  7. Control implementation plan — For each gap, define the control, the owner, the tooling, and the timeline.
  8. Evidence collection guidance — Define what the auditor will request for each control and how to collect it systematically.
  9. Readiness review — Perform a mock assessment before engaging the auditor.

Read the full file on GitHub · 152 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 152 lines · 59 tokens per session scan A a955ebe21c4d

Subscribe to this mod's changes

soc2-prep is a skill published in the GitHub repository Maudeunfledged834/startup-founder-skills (6 stars, last pushed 2d ago), licensed MIT. It adds 59 tokens to every session and 2,261 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to soc2-prep, differing in 0 lines, and is treated as a copy.