The Real Privacy Risk When Using ChatGPT
ChatGPT has become the go-to tool for everything from drafting emails to debugging code. But in the rush to get answers quickly, users routinely paste in material they should never share with an external service — client names, medical histories, financial figures, API keys, internal HR documents.
OpenAI's privacy policy is clear: conversations may be reviewed by human trainers for safety purposes, may be used to improve model accuracy, and are retained on OpenAI's infrastructure subject to their security practices. OpenAI has suffered security incidents — including a 2023 breach that exposed conversation titles and, for some users, partial payment information.
The Samsung Incident: A Cautionary Tale
The most high-profile corporate ChatGPT data leak came from Samsung Semiconductor in spring 2023. Within weeks of lifting a ban on AI tool use, employees had pasted confidential semiconductor process details, internal testing data, and full meeting transcripts into ChatGPT sessions. Samsung's security team only discovered the leaks after the fact, with no ability to retrieve or delete the data from OpenAI's systems.
The lesson is not that ChatGPT is malicious — it is that any data you send becomes data you no longer fully control. PromptGnome's approach is to catch sensitive data before it leaves your browser, so you never have to rely on a third party's data governance promises.
What PromptGnome Detects in ChatGPT Messages
- Email addresses and full names (free tier + Pro NER)
- US Social Security Numbers and national ID numbers
- Credit card numbers (validated with Luhn algorithm)
- API keys, GitHub tokens, AWS credentials, Stripe keys
- Street addresses, dates of birth, phone numbers
- IBAN and financial account numbers
All detection happens locally in your browser in under 10ms. Nothing is sent to PromptGnome's servers. If PII is found, you see a warning overlay before the message is sent — giving you a chance to edit or auto-anonymize.
How PromptGnome Stays Current With ChatGPT API Changes
Because ChatGPT's internal API changes frequently, PromptGnome maintains a versioned adapter that is updated with each breaking change. The interceptor matches on URL patterns rather than exact endpoints, and uses defensive parsing so that if a payload structure changes, detection fails open — your message goes through rather than being silently blocked.