sensitive_data_scan
Identify columns containing passwords, credit cards, SSN, and emails across all database schemas to aid GDPR compliance and security reviews. Optionally scan a single schema.
Instructions
Find PII/PHI columns - passwords, credit cards, SSN, emails.
LEVEL: Database (scans all schemas by default) or Schema (if specified)
USE FOR: finding sensitive data, GDPR compliance, security review. DO NOT USE FOR: permissions (security_audit), data quality (data_quality_report).
Examples: sensitive_data_scan() - Scan all schemas sensitive_data_scan(schema='public') - Public schema only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name to scan. Omit or pass null to scan ALL schemas. | |
| format | No | Output format | json |
| url | No | Database URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |