feat: add data-breach-blast-radius skill for pre-breach impact analysis#1487
Merged
aaronpowell merged 4 commits intogithub:stagedfrom Apr 28, 2026
Merged
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [data-breach-blast-radius] 📊 data-breach-blast-radius: 3,249 BPE tokens [chars/4: 3,551] (standard ~), 14 sections, 3 code blocks [data-breach-blast-radius] ⚠ Skill is 3,249 BPE tokens (chars/4 estimate: 3,551) — approaching "comprehensive" range where gains diminish. ✅ All checks passed (1 skill(s)) ``` |
Contributor
Author
|
@all-contributors add @sjiyani for skill |
Contributor
|
I couldn't determine any contributions to add, did you specify any contributions? |
Contributor
Author
|
@all-contributors add @sjiyani for content |
ca72158 to
fb67b4c
Compare
aaronpowell
approved these changes
Apr 28, 2026
Contributor
Author
|
@all-contributors add @sjiyani for doc |
Contributor
|
I've put up a pull request to add @sjiyani! 🎉 |
fizznix
pushed a commit
to fizznix/awesome-copilot
that referenced
this pull request
Apr 29, 2026
…is (github#1487) * feat: add data-breach-blast-radius skill for pre-breach impact analysis * fix: resolve codespell false positives (ZAR currency code, SME abbreviation) * fix: remove ZAR abbreviation to pass codespell check
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.
Description
Adds a new \data-breach-blast-radius\ skill that performs pre-breach impact analysis on any codebase — a gap not covered by any of the existing 308 skills.
The skill inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with actionable hardening steps.
What makes this unique:
eferences/SOURCES.md\
enderMermaidDiagram\
Files
eferences/data-classification.md\ — T1–T5 sensitivity taxonomy with regex patterns
eferences/blast-radius-calculator.md\ — scoring formula and population estimators
eferences/regulatory-impact.md\ — fine formulas, notification timelines, jurisdiction detection
eferences/hardening-playbook.md\ — P0–P3 prioritized controls with multi-stack code examples
eferences/report-format.md\ — full report template with Mermaid diagram syntax
eferences/SOURCES.md\ — every number mapped to a primary source URL
Type of Contribution
PR Checklist
pm start\ and verified that README.md is up to date.