8000 GitHub - aatakansalar/MaskGPT: MaskGPT is a minimal Chrome extension that automatically masks sensitive data (like API keys and passwords) from user clipboard content before it's pasted into LLMs or web forms.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MaskGPT is a minimal Chrome extension that automatically masks sensitive data (like API keys and passwords) from user clipboard content before it's pasted into LLMs or web forms.

License

Notifications You must be signed in to change notification settings

aatakansalar/MaskGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaskGPT 🔒

A privacy-first browser extension to mask sensitive data like passwords, tokens, and API keys before they reach LLMs like ChatGPT(Now only GPT).

What it does

MaskGPT automatically detects and masks sensitive information (e.g., pwd: mypassword, API_KEY=..., Authorization: Bearer ...)

Supported data types:

  • API keys (sk-..., AKIA..., API_KEY=...)
  • Tokens (access_token=..., Authorization: Bearer ...)
  • Environment variables (DB_PASS=..., .env style)

Example

When you paste something like:

pwd: supersecret123
API_KEY=sk-abc123def456
Authorization: Bearer xyz987.token

MaskGPT instantly rewrites it into:

pwd: [MASKED]
API_KEY=[MASKED]
Authorization: Bearer [MASKED]

Installation

1. Clone or download the repo

git clone https://github.com/yourusername/MaskGPT.git

2. Open Chrome and go to:

chrome://extensions/
  • Enable Developer mode
  • Click Load unpacked
  • Select the folder where manifest.json is located

3. You're good to go!

You’ll see the MaskGPT icon. It’s ON by default.


Usage

  1. Navigate to ChatGPT or another LLM-supported website.
  2. Start typing. Your sensitive info (in paste or typed) will be masked before submission.
  3. Click the extension icon to enable/disable masking.

Supported Patterns

Here's what will be masked:

API_KEY=sk-abc123
SECRET=xyz
password: hunter2
Authorization: Bearer abc.def.ghi

Coming Soon

  • Regex pattern config from UI
  • Activity stats
  • Chrome Extension Release

Protect your secrets. Stay safe. Use MaskGPT.

MIT

About

MaskGPT is a minimal Chrome extension that automatically masks sensitive data (like API keys and passwords) from user clipboard content before it's pasted into LLMs or web forms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0