Chrome extension that blocks API keys from being pasted into AI tools
Local regex scanning blocks secrets before they hit ChatGPT, unlike cloud-based DLP tools.

Blocks AWS keys and JWTs locally before they hit ChatGPT, unlike cloud-based DLP tools.
Developers using AI chat tools who handle sensitive credentials
GitGuardian · TruffleHog · Nightfall
Local regex scanning blocks secrets before they hit ChatGPT, unlike cloud-based DLP tools.
Runs fully in the browser for regex-based redaction of structured PII (emails, cards, phones, API keys, IPs, SSNs) and offers an optional Claude step to catch names/addresses patterns miss. Clear placeholders like [NAME] and a privacy toggle make it practical for quick, manual workflows, and I like the Norwegian NIN/phone support. It's useful and thoughtfully privacy-first but not novel — the real win would be integrations (batch processing, editor/extension) or independent accuracy metrics for the AI step.
Prompt injection + secret scanning for AI agents in sub-millisecond, zero-dependency Node.js.
Transparent proxy blocks agent leaks to LLM APIs without touching agent code.
Static scanner catches prompt injections in code before runtime, unlike runtime guards.
Four-pass detection with deterministic fakes beats simple regex redaction tools.