I almost leaked our production API key to ChatGPT, so I built a browser DLP that blocks it in real-time.
reddit SaaS · 原文链接 ↗ · 63 分
Last month while debugging a script, I almost pasted an active OpenAI project key straight into ChatGPT’s prompt box. Most people don't realize how easy it is to leak company credentials, JWTs, and internal database connection strings into training datasets. Existing enterprise DLP solutions (like Netskope) cost thousands per month. I decided to build a lightweight, sub-5ms DLP extension called SafeLayer AI. It intercepts keystrokes and clipboard pastes locally before dropping any payload containing credentials, card formats, or restricted codenames. Just launched a clos