Our summary
Organizations can lose track of which database columns contain personal information. This recipe gives Jev a column name and a few sample values, then asks what the column contains, whether it relates to a person, and how sensitive it appears.
Before asking, ordinary software checks recognizable patterns such as email addresses and payment-card checksums. Jev receives those facts along with the sample text. The program uses the resulting sensitivity rating to suggest actions such as masking values, restricting access, or leaving public data unchanged.
A few samples cannot establish what every row contains, and identifying personal data depends on context. Sending real samples to an external service also creates its own privacy decision. This is an inventory aid, not a legal compliance judgment or a substitute for proper data review.
Key takeaways
- Use exact pattern checks for facts software can calculate.
- Send as little real personal information as possible.
- Treat the suggested handling category as something to review.