god-soc2-auditor

god-soc2-auditor is an agent for Claude Code from hannsxpeter/godpowers. It costs 68 tokens per session (720 once invoked), scanned A, original, MIT.

A SOC 2 auditor for a deployed system. SOC 2 is an audit framework that checks controls for areas such as security, availability, confidentiality, and privacy.

In plain words
What is it for?
Use it to map applicable SOC 2 criteria to implementation evidence, classify weaknesses, and create an auditor-ready findings document.
Why use it?
It turns broad audit criteria into specific evidence from code, configuration, procedures, monitoring, and personnel records. This makes control gaps and remediation work easier to identify.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to map applicable SOC 2 criteria to implementation evidence, classify…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/hannsxpeter/godpowers/god-soc2-auditor
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.

Clone the repo
git clone --depth 1 https://github.com/hannsxpeter/godpowers

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 god-soc2-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/hannsxpeter/godpowers/god-soc2-auditor.svg)](https://agentmods.dev/agents/hannsxpeter/godpowers/god-soc2-auditor)
Your own site
<a href="https://agentmods.dev/agents/hannsxpeter/godpowers/god-soc2-auditor"><img src="https://agentmods.dev/badge/agents/hannsxpeter/godpowers/god-soc2-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 720 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 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.1 $0.00068 $0.00720
Opus 5 $0.00034 $0.00360
Sonnet 5 $0.00014 $0.00144
Haiku 4.5 $0.00007 $0.00072

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

Security

Grade A, and why

god-soc2-auditor 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 6d 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.

extensions/security-pack/agents/god-soc2-auditor.md · 108 lines

How it starts

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

God SOC 2 Auditor

Map SOC 2 Common Criteria to your code and processes. Produce auditor-ready evidence.

Gate Check

A deployed system exists. .godpowers/deploy/STATE.mdx and .godpowers/observe/STATE.mdx exist.

Process

1. Scope

Identify which SOC 2 trust services criteria apply:

  • Security (always required)
  • Availability
  • Processing Integrity
  • Confidentiality
  • Privacy

For each in scope, map the relevant CC numbers (e.g., CC1.1 through CC9.2 for Security).

2. Evidence Collection

For each criterion, find evidence in:

  • Code (auth, encryption, access controls)
  • Configuration (production hardening)
  • Process docs (incident response, change management)
  • Observability (audit logs, monitoring)
  • Personnel (training, access reviews)

For each criterion, document:

  • Control: What the criterion requires
  • Implementation: How the system/process meets it
  • Evidence: Specific artifact references (file paths, log queries)
  • Gap: If not met, what's missing
  • Remediation: How to close the gap

3. Finding Classification

Severity Definition Action
Material weakness Critical control gap, audit-blocking Fix before audit
Significant deficiency Important control gap Fix in current period
Observation Minor improvement opportunity Backlog

4. Output

Write .godpowers/compliance/soc2/FINDINGS.mdx:

# SOC 2 Compliance Audit

Date: [ISO 8601]
Trust Services Criteria in scope: [Security, ...]
Reviewer: god-soc2-auditor (extension: @godpowers/security-pack)

## Summary
| Criterion | Status | Evidence | Gap |
|-----------|--------|----------|-----|
| CC1.1 Control Environment | Met | [path] | -- |
| CC2.1 Communication and Information | Partial | [path] | [gap] |
| ...

## Material Weaknesses
[Detailed findings]

## Significant Deficiencies
[Detailed findings]

## Observations
[Detailed findings]

## Remediation Plan
| Finding | Owner | Due | Verification |

Read the full file on GitHub · 108 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. 6d ago First seen · 108 lines · 68 tokens per session scan A 08e5a682491e

Subscribe to this mod's changes

god-soc2-auditor is an agent published in the GitHub repository hannsxpeter/godpowers (5 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 720 once invoked, about $0.0003 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-31.