PISIGuard:在与 AI 聊天时保护您的个人及敏感信息
PISIGuard: Protect your personal and sensitive info when you chat with AI

原始链接: https://github.com/mohamed--abdel-maksoud/pisiguard

**PISIGuard** 是一款专注于隐私保护的浏览器扩展程序,旨在保护您在使用 ChatGPT、Claude 和 DeepSeek 等 AI 平台时的数据安全。 许多用户在不知不觉中会将姓名、电话号码、密码和 API 密钥等个人信息共享给 AI 模型。PISIGuard 通过在数据离开浏览器之前在本地自动识别并遮盖这些敏感信息来解决这一问题。它会将敏感信息替换为安全占位符,确保 AI 无法获取您的隐私细节。当 AI 回复后,该扩展会自动还原原始值,从而为您提供自然且无缝的使用体验。 主要功能包括: * **本地处理:** 所有识别、遮盖和还原操作均完全在您的设备上完成;不会有任何数据被发送到第三方服务器。 * **隐私至上:** 不包含任何遥测、分析或后台进程。 * **兼容性:** 适用于各大主流浏览器(Chrome/Edge/Brave 和 Firefox)。 * **可配置性:** 高级用户可以自定义检测规则,以满足特定需求。 PISIGuard 在确保您的个人信息始终保密的同时,还能让您顺畅使用心仪的 AI 工具,为您带来安心的体验。 *免责声明:本软件按“原样”提供,不提供任何保证。*

Mohamed Abdel-Maksoud 推出了 **PISIGuard**,这是一款旨在保护用户在与 AI 聊天机器人交互时,个人及敏感信息的工具。该名称意为“个人身份与敏感信息保护卫士”(Personally Identifiable & Sensitive Information Guard)。 针对 Hacker News 上的反馈,开发者澄清道,尽管目前已有企业级的“数据防泄漏”(DLP)工具,但 PISIGuard 主要填补了个人用户的使用需求。根据用户的建议,开发者更新了项目文档以明确该缩写的含义,并优化了 GitHub 的 README 布局,以提升移动端的访问体验。
相关文章

原文

Protect your personal and sensitive info when you chat with AI

PISIGuard: Personally Identifiable & Sensitive Information Guard

demo.webm

I built PISIGuard because I've been horrified at how much personal & sensitive information people (including myself) are feeding AI on daily basis. It is cumbersome to censor information by hand, so obviously very few do that at varying degrees of consistency. I wanted something practical that will hide personal & sensitive data, and of course without routing them through yet another server. So PISIGuard runs entirely in your browser. It spots names, email addresses, phone numbers, credit card numbers, passwords, API keys, and more, replaces them with safe placeholders, then puts the real values back into the AI’s reply. From your point of view, it’s mostly invisible; from the AI’s point of view, the sensitive stuff was never there.

All detection, masking, and restoration happens locally. No data is sent to an external service. Nobody sees your messages but you and the AI, and the AI only sees the placeholders.


DISCLAIMER: This software is provided "AS IS", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.


  • Catches common sensitive information before they hit the AI servers: names, emails, phone numbers, passwords, API keys, and more.
  • Masks each piece of sensitive data with a unique placeholder (like John Smith instead of your real name) before the message is sent.
  • Restores the original values in the AI’s response automatically, so you can read the reply naturally.
  • Works on popular AI chat platforms (ChatGPT, Claude, and DeepSeek).
  • All processing stays on your device. No telemetry, no server calls, no analytics.
  • Minimal permissions: the extension only needs access to the sites you use it on.
  • No background processes: the extension only activates when you’re on a supported AI chat page.
  • PISIGuard is Configurable: if you need more detailed rules to detect sensitive information, you can provide your own set (advanced use).

Get the Firefox Add-on

  1. Download the latest release .zip for your browser family (Chrome includes Edge, Opera, etc.; Mozilla includes Firefox).
  2. Unzip the file.
  3. Load the extension manually:
    • Chrome / Edge / Brave Go to chrome://extensions, enable “Developer mode”, click “Load unpacked”, and select the unzipped folder.
    • Firefox Go to about:debugging, click “This Firefox”, then “Load Temporary Add-on”, and pick any file inside the unzipped folder.
  1. Clone this repo.
  2. Install the dependencies: pnpm install
  3. Run the tests: pnpm test
  4. Build the extension: pnpm run build A dist folder will appear with subfolders for each browser.
  5. Load the unpacked extension from the dist folder using the same manual steps as above.

PISIGuard is a work of ❤️ by Codoma.tech.

联系我们 contact @ memedata.com