compliance-checker

compliance-checker is a skill for Claude Code, Codex from OneWave-AI/claude-skills. It costs 77 tokens per session (1,085 once invoked), scanned A, original, MIT.

A compliance audit guide for codebases, infrastructure settings, or business processes against GDPR, HIPAA, SOC 2, CCPA, and PCI-DSS. These are rules or control frameworks for protecting data and operating securely.

In plain words
What is it for?
Use it to produce a structured findings report, compare gaps with selected frameworks, and prepare evidence for certification work.
Why use it?
It helps reveal gaps in areas such as personal data, retention, encryption, permissions, logs, consent, and data transfers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter.

Good fit Use it to produce a structured findings report, compare gaps with selected frameworks, and prepare evidence for certification work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onewave-ai/claude-skills/compliance-checker
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 OneWave-AI/claude-skills --skill compliance-checker
Clone the repo
git clone --depth 1 https://github.com/OneWave-AI/claude-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 compliance-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/onewave-ai/claude-skills/compliance-checker/github.svg)](https://agentmods.dev/skills/onewave-ai/claude-skills/compliance-checker)
Your own site
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/compliance-checker"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/compliance-checker/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 compliance-checker

Your own site · 80×15
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/compliance-checker"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/compliance-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,085 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00077 $0.01085
Opus 5 $0.00039 $0.00543
Sonnet 5 $0.00015 $0.00217
Haiku 4.5 $0.00008 $0.00109

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

Security

Grade A, and why

compliance-checker 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 12d 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.

compliance-checker/SKILL.md · 59 lines

How it starts

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

Compliance Checker

Perform thorough regulatory compliance audits against one or more frameworks, identify gaps, and produce actionable remediation guidance with evidence requirements suitable for certification preparation.

Contents

  • references/frameworks.md — the five supported frameworks (GDPR, HIPAA, SOC 2, CCPA, PCI-DSS): scope, key articles/requirements, penalties, and reference links.
  • references/scan-patterns.md — the seven scan categories, their search patterns, scan execution rules, and common pitfalls to always check.
  • references/classification.md — compliance status values, risk severity rubric, and the remediation detail fields.
  • references/cross-framework-mapping.md — control-area-to-framework mapping and the glossary.
  • references/output-template.md — the full compliance-report.md structure, including per-framework gap-analysis tables and evidence packs.

Workflow

Run the full methodology for every audit. Do not skip steps.

Phase 1: Discovery and Scoping

  1. Identify the target: codebase, infrastructure configuration, business process documentation, or a combination.
  2. Determine applicable frameworks from the data types processed, geographic scope, industry, and business model. See references/frameworks.md. When none are specified, assess all five and note applicability.
  3. Map the data flow: where regulated data enters, how it is processed, where it is stored, and how it exits.
  4. Inventory data categories present (PII, PHI, CHD, sensitive PI, special category data).

Phase 2: Scanning and Evidence Collection

  1. Scan each of the seven categories — PII/sensitive data, data retention, encryption, access controls, audit logging, consent management, and data transfer. Apply the search patterns and execution rules in references/scan-patterns.md. Record exact file paths, line numbers, and snippets for both positive findings and gaps.

Phase 3: Gap Analysis

  1. Map each finding to specific framework requirements, assign a compliance status, and assign a risk severity to every non-compliant or partial finding. Use the rubric in references/classification.md.

Read the full file on GitHub · 59 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 59 lines · 77 tokens per session scan A 0269f3247d30

Subscribe to this mod's changes

compliance-checker is a skill published in the GitHub repository OneWave-AI/claude-skills (291 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 1,085 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

juristischer-argumentationskern

Schaltet sich ein, wenn in Agb Recht Prüfer ein juristisches Arbeitsprodukt tragfähig begründet werden muss; verbindet konkrete Aktenfundstellen mit Tatbestandsmerkmal, Beweislast, stärkster Gegenposition und Rechtsfolge.

Klotzkette/claude-fuer-deutsches-recht · 58 tokens

begriff-vorformuliert-digitalen-produkten-iso

Für AGB Begriff Vorformuliert 305: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: begriff-vorformuliert-digitalen-produkten-iso.

Klotzkette/claude-fuer-deutsches-recht · 78 tokens

aenderungsvorbehalt-308

Für Änderungsvorbehalt 308: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 41 tokens

agb-begriff-vorformuliert-305

Für AGB Begriff Vorformuliert 305: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: agb-begriff-vorformuliert-305.

Klotzkette/claude-fuer-deutsches-recht · 68 tokens

battle-forms-bau-vob-beweislast-zugang

Für Battle of Forms AGB Kollision: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Beweislast- und Substantiierungsmatrix.

Klotzkette/claude-fuer-deutsches-recht · 47 tokens

battle-of-forms-agb-kollision

Für Battle of Forms AGB Kollision: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 40 tokens