Add soc2-iso27001-controls-mapping skill#1976
Open
brs191 wants to merge 39 commits into
Open
Conversation
Maps SOC 2 Trust Services Criteria and ISO 27001 Annex A controls to cloud-stack implementations, evidence sources, and audit artifacts. Stack-agnostic core method with a worked Azure evidence reference (KQL queries, Defender for Cloud, Terraform state).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds
soc2-iso27001-controls-mapping— a skill for mapping SOC 2 TrustServices Criteria and ISO 27001 Annex A controls to a real cloud stack.
The collection has agent-security compliance checks (OWASP ASI) but nothing
covering SOC 2 / ISO 27001 audit preparation, which is the compliance work
most engineering teams actually face. This skill teaches the evidence-chain
method — every control needs a technical implementation, an evidence source,
and an auditor-readable artifact — plus a framework selector, control-mapping
walk, gap analysis, and a worked Type II readiness example.
References include per-criterion implementation hooks for all of CC1–CC9
(plus Availability, Confidentiality, Processing Integrity, Privacy), the full
ISO 27001:2022 Annex A mapping with SoA template and 2013→2022 transition
notes, and a worked Azure evidence reference with per-control KQL queries,
Defender for Cloud compliance pulls, and Terraform state queries. The core
method is stack-agnostic; AWS/GCP equivalents are noted.
Type of Contribution
Additional Notes
npm run skill:validatepasses (355 skills valid). The README row wasgenerated via
eng/update-readme.mjs, not hand-edited. No paid servicesrequired: the skill references standard cloud-platform tooling; the Azure
evidence reference notes where features need specific Defender plans.