Scanning for Data Privacy Issues Overview Scan codebases for data privacy violations, PII exposure, and non-compliance with privacy regulations including GDPR, CCPA, HIPAA, and LGPD. This skill detects hardcoded personal data, unprotected PII in logs and databases, missing consent mechanisms, improper data retention, and insufficient anonymization or pseudonymization of sensitive fields. Prerequisites - Access to the target codebase and configuration files in - Knowledge of the data types processed by the application (PII categories, PHI, financial data) - Standard shell utilities and Grep/Gl…