-
Notifications
You must be signed in to change notification settings - Fork 242
feat(mcsb): add Microsoft Cloud Security Benchmark security skill #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nguyena2
wants to merge
19
commits into
main
Choose a base branch
from
feat/mcsb-security-skill
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1c93134
feat(mcsb): add Microsoft Cloud Security Benchmark control domains an…
nguyena2 bc3cafb
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 d1f8b48
Merge branch 'main' into feat/mcsb-security-skill
jkim323 e3feb7d
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 88f285c
docs(security): clarify attribution for MCSB v2 documentation sources
nguyena2 271cbd9
feat(docs): add Microsoft Cloud Security Benchmark (MCSB) documentati…
nguyena2 203af3c
docs(mcsb): update references to Microsoft Cloud Security Benchmark URLs
nguyena2 53b3fa8
Merge remote-tracking branch 'origin/feat/mcsb-security-skill' into f…
nguyena2 ba44c69
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 f0637b7
fix(agents): enhance output pattern to include additional report terms
nguyena2 5810365
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 13c0814
fix(agents): enhance findings pattern to include additional report terms
nguyena2 13e9671
fix(agents): enhance findings pattern to include additional security …
nguyena2 62adef0
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 8041871
fix(docs): update documentation dates and skill count for accuracy
nguyena2 5681b61
fix(security-reviewer): enhance findings pattern to include severity …
nguyena2 84a20a5
fix(cspell): add missing words to the spell checker dictionary
nguyena2 4a4d723
Merge remote-tracking branch 'origin/main' into feat/mcsb-security-skill
nguyena2 d426fb4
Merge branch 'main' into feat/mcsb-security-skill
rezatnoMsirhC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
|
nguyena2 marked this conversation as resolved.
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| name: mcsb | ||
| description: Microsoft Cloud Security Benchmark (MCSB v2) control-domain taxonomy and NIST 800-53 / CIS Controls crosswalk for planning and reviewing Azure cloud resources. | ||
| license: MIT | ||
| user-invocable: false | ||
| metadata: | ||
| authors: "Microsoft" | ||
| spec_version: "1.0" | ||
| framework_revision: "MCSB v2 (preview)" | ||
| last_updated: "2026-07-21" | ||
| content_based_on: "https://learn.microsoft.com/security/benchmark/azure/overview" | ||
| --- | ||
|
|
||
| # Microsoft Cloud Security Benchmark — Skill Entry | ||
|
|
||
| This `SKILL.md` is the entrypoint for the Microsoft Cloud Security Benchmark (MCSB) skill. | ||
|
|
||
| The skill encodes the durable, structurally stable layer of MCSB — the control-domain taxonomy and a domain-grain crosswalk to NIST SP 800-53 and CIS Controls — so the Security Planner and Security Reviewer can map and assess Azure cloud resources against a consistent control vocabulary. | ||
|
|
||
| The skill deliberately does not embed the volatile layer of MCSB (per-Azure-service security baselines, per-service control IDs, Azure Policy mappings, and Defender for Cloud assessment specifics). That content changes on Microsoft's release cadence and is retrieved at runtime through the Researcher Subagent per [references/lookup-playbook.md](references/lookup-playbook.md). | ||
| ## Version and stability | ||
|
|
||
| This skill targets **MCSB v2**, which Microsoft marks as preview and which supersedes MCSB v1. Content is version-pinned and retrieval-dated (2026-07-21). MCSB v2 replaces v1's Governance and Strategy (`GS`) domain with an Artificial Intelligence Security (`AI`) domain, and maps to NIST SP 800-53 Rev. 5 and CIS Controls v8.1 (v1 mapped to Rev. 4 and CIS v8). Re-verify the taxonomy and mappings against the official source before relying on them for a compliance decision. | ||
|
|
||
| ## Normative references | ||
|
|
||
| 1. [00 Control Index](references/00-control-index.md) | ||
| 2. [01 Network Security](references/01-network-security.md) | ||
| 3. [02 Identity Management](references/02-identity-management.md) | ||
| 4. [03 Privileged Access](references/03-privileged-access.md) | ||
| 5. [04 Data Protection](references/04-data-protection.md) | ||
| 6. [05 Asset Management](references/05-asset-management.md) | ||
| 7. [06 Logging and Threat Detection](references/06-logging-threat-detection.md) | ||
| 8. [07 Incident Response](references/07-incident-response.md) | ||
| 9. [08 Posture and Vulnerability Management](references/08-posture-vulnerability-management.md) | ||
| 10. [09 Endpoint Security](references/09-endpoint-security.md) | ||
| 11. [10 Backup and Recovery](references/10-backup-recovery.md) | ||
| 12. [11 DevOps Security](references/11-devops-security.md) | ||
| 13. [12 Artificial Intelligence Security](references/12-ai-security.md) | ||
| 14. [Lookup Playbook](references/lookup-playbook.md) — delegation guardrail for volatile per-service lookups. | ||
|
|
||
| ## Skill layout | ||
|
|
||
| * `SKILL.md` — this file (skill entrypoint). | ||
| * `references/` — the MCSB durable reference documents. | ||
| * `00-control-index.md` — control-domain catalog, consolidated crosswalk, and attribution. | ||
| * `01` through `12` — one document per MCSB v2 control domain with assessment checklists. | ||
| * `lookup-playbook.md` — delegation guardrail for volatile per-service content. | ||
|
|
||
| ## Attribution | ||
|
nguyena2 marked this conversation as resolved.
|
||
|
|
||
| Reference content in this skill is original prose that paraphrases publicly documented MCSB structure. The MCSB v2 (preview) documentation this skill cites is published on Microsoft Learn from a non-public source repository and is governed by the Microsoft Learn Terms of Use, not a public Creative Commons license. The separate, older MicrosoftDocs/SecurityBenchmarks repository is CC BY 4.0, but its benchmark spreadsheets stop at Azure Security Benchmark v3 (the pre-rename lineage) and Microsoft Cloud Security Benchmark v1; it does not contain the MCSB v2 (preview) content this skill cites. Because this skill paraphrases rather than reproduces upstream text, no verbatim-reproduction license grant applies; it cites the canonical source in each reference file. See [references/00-control-index.md](references/00-control-index.md) for the consolidated attribution. | ||
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potential concern: the
"azure-pipelines.yml targeting Azure resources"signal overlaps with the existingowasp-cicdtrigger (azure-pipelines.ymlis already a named signal there). Because the profiler errs on the side of inclusion, this may cause the mcsb skill to load for repos that use Azure Pipelines as a CI runner without deploying Azure cloud resources.The other four mcsb signals (
.bicep,azuredeploy.json, Terraform withazurerm, and Azure service references) are unambiguous deployment artifacts. Worth considering whether the pipeline file entry adds enough signal quality to justify the overlap, or whether removing it and relying on the remaining four is safer for non-Azure-infrastructure repos.