Protect your AI interactions from prompt injection, jailbreaks, and data leaks.
π Website β’ π API Docs β’ π Privacy Policy
| Feature | Description |
|---|---|
| π‘οΈ Prompt Injection Detection | Blocks attempts to manipulate AI behavior |
| π« Jailbreak Prevention | Stops attempts to bypass AI safety measures |
| π PII Protection | Auto-detect and encrypt SSN, credit cards, emails |
| π Universal Support | Works on any website with text inputs |
| β‘ Real-time Scanning | Instant security analysis of your prompts |
Also works on: Rich text editors, contenteditable elements, custom AI interfaces, and API playgrounds.
https://chromewebstore.google.com/detail/preempt-ai-security-for-a/ohchmglenolildeoiaeiebibobefncon
Chrome / Edge / Brave
- Download or clone this repository
- Open
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked
- Select the extension folder
- Pin the Preempt icon to your toolbar
Firefox
- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select the
manifest.jsonfile
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Your Prompt β βββΆ β Preempt AI β βββΆ β Safe Prompt β
β β β Security β β β
β "My SSN is β β Analysis β β "My SSN is β
β 123-45-6789" β β β β [PROTECTED]" β
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
| Threat Type | Detection | Action |
|---|---|---|
| π‘οΈ Prompt Injection | AI manipulation attempts | Block/Warn |
| π« Jailbreak | Safety bypass attempts | Block |
| π PII Data | SSN, credit cards, emails | Encrypt/Redact |
| Level | Color | Action |
|---|---|---|
| β None | Green | Allow |
| Yellow | Warn | |
| π Medium | Orange | Review |
| π΄ High | Red | Block |
| β Critical | Dark Red | Block |
- β No data storage - Prompts are analyzed and discarded
- β No tracking - We don't track your browsing
- β Secure API - All communications are encrypted (HTTPS)
- β Open source - Audit the code yourself
π Read our full Privacy Policy
The extension uses the Preempt API for security analysis:
curl -X POST https://preempt-production.up.railway.app/v1/sanitize \
-H "Content-Type: application/json" \
-d '{"prompt": "Your text here"}'Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ for AI Security
β Star this repo if you find it useful!