What problem does it solve?
Most teams never ask how bad a breach would be until one happens. This Skill performs a proactive pre-breach impact analysis of a codebase: it inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces how that data flows through the system, scores exposure vectors, and quantifies the regulatory and financial blast radius before an incident occurs.
Core Features & Use Cases
- Sensitive Data Inventory: Scans models, schemas, DTOs, configs, and logs to classify every sensitive field into severity tiers based on GDPR Article 9, PCI-DSS v4.0, and HIPAA.
- Blast Radius Scoring: Calculates a 0-100 score per exposure vector using tier weight, exposure likelihood, population scale, completeness, and context multipliers.
- Regulatory Impact Estimation: Detects applicable jurisdictions (GDPR, CCPA, HIPAA, LGPD, PDPA) and computes fine ranges sourced verbatim from legal texts, plus breach notification timelines.
- Hardening Roadmap: Produces a prioritized remediation plan sorted by impact-per-effort, with stack-specific code patterns for fixes like IDOR authorization checks and field-level encryption.
- Use Case: Before a security review or DPIA, run the analysis on your repository to receive an executive summary, a Mermaid data flow diagram, a financial impact estimate, and a P0-P3 hardening roadmap.
Quick Start
Ask the AI to run a data breach blast radius analysis on this repository and report the top exposure vectors with estimated regulatory fines.