feat: add data-breach-blast-radius skill for pre-breach impact analysis#1487
Open
sjiyani wants to merge 3 commits intogithub:stagedfrom
Open
feat: add data-breach-blast-radius skill for pre-breach impact analysis#1487sjiyani wants to merge 3 commits intogithub:stagedfrom
sjiyani wants to merge 3 commits intogithub:stagedfrom
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)) ``` |
Author
|
@all-contributors add @sjiyani for skill |
Contributor
|
I couldn't determine any contributions to add, did you specify any contributions? |
Author
|
@all-contributors add @sjiyani for content |
ca72158 to
fb67b4c
Compare
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.