Enterprise

Catch personal data leaking through errors.

An error message that echoes a row can expose the very data your access rules protect. The --pii pass looks where nobody writes a test.

PII audit report listing personal data found in error and RAISE output

The PII audit report

  • Each finding names the routine, the path, and the personal data it exposed
  • Written to <out>/pii_tests/pii_report.html, its own module in the output
  • pii_findings.json alongside, for CI
  • Run it with --pii next to your security coverage run

Why it is its own check