soc2-review

soc2-review is a command for Claude Code from RoboFinSystems/robosystems. It costs 16 tokens per session (1,226 once invoked), scanned A, original, Apache-2.0.

A read-only review of whether an organization is prepared for a SOC 2 audit. SOC 2 is a security and trust assessment based on criteria such as security, availability, and confidentiality; the review produces a readiness dashboard and remediation plan.

In plain words
What is it for?
Use it to map security practices to SOC 2 criteria, check available evidence, and plan fixes before the audit.
Why use it?
It shows which policies, controls, and evidence are missing before an auditor reviews the organization.

Command for Claude Code

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.

agentmods
npx agentmods add commands/robofinsystems/robosystems/soc2-review
Clone the repo
git clone --depth 1 https://github.com/RoboFinSystems/robosystems

Made for: Claude Code.

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-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/robofinsystems/robosystems/soc2-review.svg)](https://agentmods.dev/commands/robofinsystems/robosystems/soc2-review)
Your own site
<a href="https://agentmods.dev/commands/robofinsystems/robosystems/soc2-review"><img src="https://agentmods.dev/badge/commands/robofinsystems/robosystems/soc2-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00016 $0.01226
Opus 5 $0.00008 $0.00613
Sonnet 5 $0.00003 $0.00245
Haiku 4.5 $0.00002 $0.00123

Measured 5d ago against content hash 00eb2e111349, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

soc2-review 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 5d 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.

.claude/commands/soc2-review.md · 53 lines

How it starts

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

Assess SOC 2 readiness: map the security posture to the Trust Services Criteria, inventory policies and evidence, and produce a readiness dashboard plus a before-vs-with-the-auditor remediation plan. This is the compliance-framed companion to /security-audit (which gathers the raw posture).

Pairs with the soc2-readiness-review runbook in local/RoboSystems/runbooks/read it alongside this file. This file is the public, generic methodology; the runbook is the live record of the current TSC mapping, which evidence slots are filled, and what the compliance platform already automates. It is authoritative for this environment.

Scope & guardrails

  • Read-only by default, same as /security-audit — describe/list/get and gh reads only; never get-secret-value; every change needs explicit user confirmation.
  • The readiness report is sensitive — never commit it. The methodology (this skill) is public-safe; the output names your exact unmet controls, disabled services, and audit weaknesses — a roadmap for both attackers and adversarial due-diligence. Write it to a git-ignored path (local/, scratchpad) or an ephemeral private Artifact. Never commit the readiness report to the repo.
  • Not attestation or legal advice. This is engineering-readiness guidance. Only a licensed CPA firm can determine SOC 2 compliance and issue a report — say so in the output.

Step 1 — Gather the posture

Run /security-audit (or its Phase 1–6 sweep) for the live control state + findings. Then read the code-level and documentary controls:

  • SECURITY.md (control catalog) and robosystems/security/ modules.
  • The written policy set and any risk-acceptance register (in the git-ignored design vault local/RoboSystems/ if present — e.g. ref/security.md, policies/). Note which of the auditor-expected policies exist vs are missing (infosec, access control, change management, incident response, BCDR, vendor/supplier risk, risk assessment, data classification/retention, encryption/key management, SDLC, HR/acceptable-use).

Read the full file on GitHub · 53 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. 5d ago First seen · 53 lines · 16 tokens per session scan A 00eb2e111349

Subscribe to this mod's changes

soc2-review is a command published in the GitHub repository RoboFinSystems/robosystems (24 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 1,226 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.