Docs / Scanning

Privacy scanning

Privacy Security detects regulated personal data in repositories, uploaded documents, and images — classifies it, maps it to regulations, and masks it before persistence. Classification is deterministic, so there is no validation stage.

Detection

Sources

RepositoriesGitHub org / repo / repo list, through the shared scan orchestration
DocumentsPDF (native, scanned, or mixed — classified page by page), DOCX incl. tables, TXT / MD / CSV / JSON / XML
ImagesPNG / JPEG / TIFF via Tesseract OCR, bounding boxes persisted per finding

Classification & compliance

Every entity is classified PII · PHI · PCI · Financial with a sensitivity level (table-driven EntityClassifier), then tagged with the regulations it implicates — GDPR, HIPAA, PCI DSS, DPDP. A finding can carry multiple tags. Biometric is a reserved category Coming Soon.

Masking & risk

Policy-driven transforms — mask, redact, or anonymize — and a 0–100 risk score (category + sensitivity + compliance + confidence) are applied before anything is written. Storage is encrypted at rest via the shared platform crypto engine; raw values never appear in list APIs; the reveal flow requires a written reason and is rate-limited and audited.

Dashboards & exports

Nine dashboard pages, including a per-regulation Compliance Dashboard and a live API-reference page driven by GET /privacy/metadata. Evidence exports in CSV, TXT, and JSON.

Source: products/privacy_security/ · recognizers/{india,finance,healthcare}/ · PRODUCT_ANALYSIS §5.2

← ValidationAI Guardienne →