← Back to Skills
🔒

Data Anonymizer

Identify PII in datasets, generate anonymized versions, and verify compliance

Data 4 steps 4 tools 4 servers

Example Prompt

Scan the customers table for PII and create an anonymized version for the analytics team

About

Scans database tables for personally identifiable information such as names, emails, phone numbers, and addresses. It generates anonymized copies of the data using consistent pseudonymization, then verifies the anonymized output contains no residual PII. A compliance report documents what was found and how it was handled.

Workflow Steps

1

Query the source database to retrieve sample data and schema for PII detection

📊 Run SQL Query
2

Reason through column names and data patterns to identify fields containing PII

🧠 Structured Reasoning
3

Write anonymized data into a local SQLite database using consistent pseudonymization

🗃️ Run SQLite Query
4

Verify the anonymized dataset and write a compliance report documenting all transformations

✏️ Write File

Tags

privacypiianonymizationgdpr