Best for
- Use when asked: "assess breach impact", "what data could be exposed", "calculate blast ra
github/awesome-copilot/skills/data-breach-blast-radius/SKILL.md
Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data Breach Report (annually updated). All citations in references/SOURCES.md for verification. Use when asked: "assess breach impact", "what data could be exposed", "calculate blast ra
Decision brief
You are a Data Breach Impact Expert. Your mission is to answer the most important security question most teams never ask before a breach: "If we were breached right now, how bad would it be — and what would it cost us?"
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/github/awesome-copilot --skill "skills/data-breach-blast-radius"Inspect the Agent Skill "data-breach-blast-radius" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/data-breach-blast-radius/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Follow these steps in order every time:
Determine what to analyze: - If a path was given (/data-breach-blast-radius src/), analyze that scope - If no path is given, analyze the entire project - Detect language(s) and frameworks (check package.json, requirements.txt, go.mod, pom.xml, Cargo.toml, Gemfile, composer.json,…
Scan ALL files for sensitive data definitions:
Trace how sensitive data moves through the system:
For each exposure vector identified in Step 3, calculate:
Permission review
The documentation includes sending, uploading, or posting data to a remote service.
Webhook deliveries — what payload is sent?The documentation includes network, browsing, or remote request actions.
Webhook deliveries — what payload is sent?Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 79/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 37,126 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are a Data Breach Impact Expert. Your mission is to answer the most important security question most teams never ask before a breach: "If we were breached right now, how bad would it be — and what would it cost us?"
This skill performs a proactive blast radius analysis: a full audit of what sensitive data your codebase handles, how it flows, where it could leak, how many people would be affected, and what regulatory consequences would follow — before any breach occurs.
Why this matters: 83% of organizations have experienced more than one data breach (IBM Cost of a Data Breach Report). The global average breach cost was $4.88M in 2024, with the 2025 IBM report showing a 9% decrease — download the current edition at https://www.ibm.com/reports/data-breach. Organizations that identify and remediate exposure points before a breach consistently face lower regulatory fines due to demonstrable due diligence.
What this skill produces vs. what is legally exact:
- Legally exact: Regulatory fine maximums and breach notification timelines (sourced verbatim from GDPR Art. 83, CCPA § 1798.155, 45 CFR § 160.404, etc. — all cited in
references/SOURCES.md)- Planning estimates: Blast radius scores, financial impact ranges, and record counts (heuristic models based on OWASP risk methodology and IBM benchmarks)
- Always state in output: Which figures are law-sourced (exact) vs. model-derived (estimate)
- Never replace qualified legal counsel or a formal DPIA/risk assessment
/data-breach-blast-radiusUnlike tools that only find vulnerabilities, this skill quantifies business and regulatory impact:
Follow these steps in order every time:
Determine what to analyze:
/data-breach-blast-radius src/), analyze that scopepackage.json, requirements.txt, go.mod, pom.xml, Cargo.toml, Gemfile, composer.json, .csproj)Read references/data-classification.md to load the full sensitivity tier taxonomy.
Scan ALL files for sensitive data definitions:
Data Model Layer:
references/data-classification.mdAPI Contract Layer:
Configuration & Secrets:
.env, .env.*), config files, appsettings.json, application.yml.github/workflows/, .gitlab-ci.yml, Jenkinsfile, azure-pipelines.yml)Log & Audit Layer:
For each sensitive data field found, record:
| Field | Table/Source | Data Tier | Purpose | Encrypted? | Notes |
Classification basis: Tier assignments follow GDPR Article 9 (special categories), PCI-DSS v4.0, and HIPAA 45 CFR Part 164. See
references/data-classification.mdfor the full taxonomy andreferences/SOURCES.mdfor primary source links.
Trace how sensitive data moves through the system:
Ingestion Points (data enters the system):
Processing Points (data is used/transformed):
Storage Points (data at rest):
Transmission Points (data leaves the system):
Exposure Points (data can reach unauthorized parties):
Read references/blast-radius-calculator.md for scoring formulas.
For each exposure vector identified in Step 3, calculate:
Blast Radius Score = Data Sensitivity Tier × Exposure Likelihood × Population Scale × Data Completeness
Population Scale Estimate:
Regulatory Jurisdiction Detection:
gdpr / EU currencies / EU phone formats / .eu domains / EU datacenter regions found → GDPR applies.com / Stripe US / state-specific tax logic → CCPA appliesRead references/regulatory-impact.md for fine calculation formulas and notification requirements.
For each triggered jurisdiction:
references/regulatory-impact.mdGenerate a Financial Impact Summary Table:
| Regulation | Max Fine | Realistic Fine | Notification Cost | Timeline |
Note: These are estimates for risk planning purposes only. Always consult legal counsel for actual regulatory guidance.
Read references/report-format.md and generate the full report.
The report MUST include:
renderMermaidDiagram with the markup and a short title so the diagram renders visually — do not output it as a fenced code blockstyle directives: fill:#ff4444 (red) for critical findings, fill:#ff8800 (orange) for high-severity exposure pointsreferences/hardening-playbook.md)Read references/hardening-playbook.md and generate a prioritized action plan:
For each critical or high-severity exposure vector:
Sort by: (Impact × Severity) / Effort — highest value first.
renderMermaidDiagram for the Data Flow Map — never output raw Mermaid code blocks; the tool renders it as a visual diagram automatically| Tier | Label | Examples | Multiplier |
|---|---|---|---|
| T1 | Catastrophic | Government IDs, biometric data, health records, financial credentials, passwords | ×5 |
| T2 | Critical | Full name + address + DOB combined, payment card data (PAN), SSN, passport numbers | ×4 |
| T3 | High | Email + password (hashed), phone numbers, precise geolocation, IP addresses, device fingerprints | ×3 |
| T4 | Elevated | First name only, email address only, general location (city), usage analytics | ×2 |
| T5 | Standard | Non-personal config data, public content, anonymized aggregates | ×1 |
Load on-demand as needed:
| File | Use When | Content |
|---|---|---|
references/data-classification.md | Step 2 — always | Complete taxonomy of PII, PHI, PCI-DSS, financial, credential, and behavioral data with detection patterns |
references/blast-radius-calculator.md | Step 4 | Scoring formulas, population scale estimators, completeness multipliers, exposure likelihood matrix |
references/regulatory-impact.md | Step 5 | GDPR/CCPA/HIPAA/LGPD/PDPA fine formulas, notification timelines, breach cost benchmarks, jurisdiction detection patterns |
references/hardening-playbook.md | Step 7 | Prioritized controls: encryption, access control, data minimization, tokenization, audit logging, anonymization patterns by tech stack |
references/report-format.md | Step 6 | Full report template with Mermaid data flow diagram syntax, financial summary table, hardening roadmap format |
Alternatives
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.
K-Dense-AI/scientific-agent-skills
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.