← ClaudeAtlas

data-breach-blast-radiuslisted

Proactive blast radius analysis before a breach: sensitive data inventory, flow tracing, regulatory fine estimation (GDPR/CCPA/HIPAA), hardening roadmap. Triggers: /data-breach-blast-radius, breach impact.
sergeeey/Claude-cod-top-2026 · ★ 5 · AI & Automation · score 76
Install: claude install-skill sergeeey/Claude-cod-top-2026
<!-- BSV Скил : data-breach-blast-radius TL;DR : 7-шаговый аудит: инвентарь PII → трассировка потоков → расчёт штрафов → roadmap Вызов : /data-breach-blast-radius, breach impact, blast radius analysis НЕ для : Live incident response (используй incident-response скил), юридических заключений --> # Data Breach Blast Radius Analyzer Proactive blast radius analysis **before** any breach occurs. Audits sensitive data handling, traces data flows, identifies exposure vectors, and quantifies regulatory consequences using law-sourced penalty formulas. > This skill does not replace qualified legal counsel or formal DPIAs. Use for risk planning and breach readiness only. --- ## When to Use This Skill - Breach impact assessment and worst-case scenario planning - Sensitive data inventory for a codebase or architecture - Data flow security audits before launch - Pre-breach readiness review (security design reviews, SOC 2 prep) - Regulatory fine estimation for GDPR / CCPA / HIPAA scope --- ## Seven-Step Execution Workflow ### Step 1 — Scope & Stack Detection Identify the analysis boundary, then enumerate: - Languages, frameworks, ORMs (Django, SQLAlchemy, Prisma, etc.) - Databases and caches (PostgreSQL, Redis, S3, BigQuery) - External APIs (Stripe, Twilio, SendGrid, analytics SDKs) - Infrastructure-as-code (Terraform, Helm, CloudFormation) - Deployment environment (cloud region affects jurisdiction) Output: **Stack Summary Table** with data handling surface. --- ### Step 2