compliance-and-audit

compliance-and-audit is a skill for Claude Code from Kaademos/secure-sdlc-agents. It costs 64 tokens per session (1,776 once invoked), scanned A, original, MIT.

A set of instructions for documenting security risks, controls, and audit evidence against frameworks such as SOC 2, ISO 27001, GDPR, PCI DSS, NIST CSF, and DORA.

In plain words
What is it for?
Use it to map a project to compliance frameworks, record risk decisions, collect evidence, prepare attestations, and answer customer security questionnaires.
Why use it?
It helps teams keep compliance records as security work happens instead of trying to reconstruct evidence before an audit or release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the secure-sdlc-agents plugin — 4 skills, 8 agents shipped together

Good fit Use it to map a project to compliance frameworks, record risk decisions, collect evidence, prepare attestations, and answer customer security questionnaires.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaademos/secure-sdlc-agents/compliance-and-audit
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 Kaademos/secure-sdlc-agents --skill compliance-and-audit
Clone the repo
git clone --depth 1 https://github.com/Kaademos/secure-sdlc-agents

Made for: Claude Code.

Or install secure-sdlc-agents, the plugin that ships this one along with the rest of its 4 skills, 8 agents.

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-and-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaademos/secure-sdlc-agents/compliance-and-audit/github.svg)](https://agentmods.dev/skills/kaademos/secure-sdlc-agents/compliance-and-audit)
Your own site
<a href="https://agentmods.dev/skills/kaademos/secure-sdlc-agents/compliance-and-audit"><img src="https://agentmods.dev/badge/skills/kaademos/secure-sdlc-agents/compliance-and-audit/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-and-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaademos/secure-sdlc-agents/compliance-and-audit"><img src="https://agentmods.dev/badge/skills/kaademos/secure-sdlc-agents/compliance-and-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,776 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.00064 $0.01776
Opus 5 $0.00032 $0.00888
Sonnet 5 $0.00013 $0.00355
Haiku 4.5 $0.00006 $0.00178

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

Security

Grade A, and why

compliance-and-audit 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.

skills/compliance-and-audit/SKILL.md · 174 lines

How it starts

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

Compliance and Audit

Overview

This skill maintains the governance, risk, and compliance (GRC) layer of the Secure SDLC. It translates security work into auditable, framework-aligned documentation that survives a real audit — not a self-assessment checklist filled in the night before.

The discipline: compliance is a continuous process. Every security control implemented during Build and Test must be captured as evidence at the time it is implemented, not reconstructed six months later.

When to Use

  • A new project or feature processes regulated data (PII, payment data, health data)
  • A compliance gap analysis is required
  • Risks need to be formally accepted, transferred, or mitigated on record
  • Audit evidence must be collected for a specific control
  • Producing a compliance attestation before a release or audit
  • Responding to a customer security questionnaire or due diligence request

Process

Step 1 — Determine applicable frameworks

Based on data classification and business context, identify which frameworks apply:

Framework Applies when…
SOC 2 Type II You process customer data and need to demonstrate trust to enterprise buyers
ISO/IEC 27001:2022 Formal ISMS certification is required (often for EU/UK contracts)
NIST CSF 2.0 US federal contracts or voluntary alignment with US security standards
PCI DSS v4.0 Any feature handling payment card data
GDPR / UK GDPR Any processing of personal data of EU or UK residents
DORA Financial services entities operating in the EU
HIPAA Protected health information (PHI) in the US
OWASP ASVS Always — this is the technical requirements anchor for all other frameworks

Step 2 — Produce the risk register

Create or update docs/risk-register.md with every identified risk:

| Risk ID | Description | Category | Likelihood | Impact | Inherent Risk | Control(s) | Residual Risk | Owner | Status | Due Date |
|---------|-------------|----------|------------|--------|--------------|------------|--------------|-------|--------|----------|
| R-001 | SQL injection in search endpoint | Application | High | Critical | Critical | Input validation, WAF, SAST | Medium | Dev Lead | Open | YYYY-MM-DD |
| R-002 | Insider access to production DB | Access Control | Medium | High | High | RBAC, PAM, audit logs | Low | Cloud/Platform | Mitigated | — |

Read the full file on GitHub · 174 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 · 174 lines · 64 tokens per session scan A d805fe24a5b1

Subscribe to this mod's changes

compliance-and-audit is a skill published in the GitHub repository Kaademos/secure-sdlc-agents (13 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 1,776 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-30.

Related

Other skills, from other repositories

vciso

Virtual CISO role bundle for organizations without a full-time CISO. Orchestrates security program assessment, compliance readiness, risk management, and board-level reporting. Auto-invoked when the user asks for security program guidance, compliance assessment, risk posture evaluation, or board reporting preparation.…

UnitOneAI/SecuritySkills · 71 tokens

pci-dss-review

Performs a PCI DSS v4.0 compliance review across all 12 requirements and their sub-requirements. Auto-invoked when discussing payment card security, cardholder data protection, PCI compliance validation, or merchant/service provider assessment. Covers scope reduction strategies, SAQ vs ROC determination, compensating…

UnitOneAI/SecuritySkills · 85 tokens

hipaa-review

Performs a HIPAA Security Rule compliance review against all Administrative, Physical, and Technical Safeguards defined in 45 CFR Part 164, Subpart C. Auto-invoked when discussing healthcare data security, ePHI protection, HIPAA audit readiness, or business associate compliance. Evaluates required and addressable…

UnitOneAI/SecuritySkills · 86 tokens

iso27001-gap

Performs an ISO 27001:2022 gap analysis against the full ISMS requirements (Clauses 4-10) and all 93 Annex A controls reorganized into four themes. Auto-invoked when discussing ISO 27001 certification readiness, ISMS implementation, or Statement of Applicability development. Identifies control gaps, scores…

UnitOneAI/SecuritySkills · 91 tokens

soc2-gap

Performs a SOC 2 Type II readiness gap analysis against AICPA Trust Services Criteria. Auto-invoked when discussing SOC 2 compliance, audit preparation, or security program maturity. Walks through all Common Criteria (CC1-CC9) plus selected additional criteria, identifies gaps, and produces a remediation roadmap with…

UnitOneAI/SecuritySkills · 78 tokens

security-review

Run a structured security review before marking a task done. Services as the single audit skill for OWASP, baseline pack, domain-pack (HR/legal/marketing/sales/real-estate/government/insurance/logistics/manufacturing/e-commerce/nonprofit), and compliance (GDPR/SOC2/HIPAA/policy packs) — subsumes the deprecated…

aryaminus/controlkeel · 119 tokens