https://github.com/cpulvermacher/secret-scanner
Browser extension to scan web pages for API keys or passwords
https://github.com/cpulvermacher/secret-scanner
browser-extension chrome-extension firefox-extension secret security security-tools web-development
Last synced: about 2 months ago
JSON representation
Browser extension to scan web pages for API keys or passwords
- Host: GitHub
- URL: https://github.com/cpulvermacher/secret-scanner
- Owner: cpulvermacher
- License: mit
- Created: 2025-09-29T12:47:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T14:48:13.000Z (2 months ago)
- Last Synced: 2026-05-01T16:11:13.616Z (2 months ago)
- Topics: browser-extension, chrome-extension, firefox-extension, secret, security, security-tools, web-development
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#  Secret Scanner
[](https://github.com/cpulvermacher/secret-scanner/releases)
[](https://chromewebstore.google.com/detail/secret-scanner/jfcojfckgmgepklcdmmjfgjcgfngckbk)
[](https://addons.mozilla.org/en-US/firefox/addon/secret_scanner/)
[](https://chromewebstore.google.com/detail/secret-scanner/jfcojfckgmgepklcdmmjfgjcgfngckbk)
[](https://github.com/cpulvermacher/secret-scanner/actions/workflows/node.js.yml)
[](./LICENSE)
A browser extension that scans JavaScript files loaded by websites for embedded secrets like private keys or passwords.
## Usage
Pages are automatically scanned in the background, and the number of found secrets is shown in the extension icon in the toolbar. Click the extension icon to see details.
## Limitations
- Used bandwidth may increase. Consider only enabling the extension when needed on metered mobile connections.
- Detected secrets may be false positives or meant to be public (e.g. some Google API keys).
- May not catch dynamically constructed or obfuscated secrets.
- Does not scan scripts only loaded by other scripts.
## Installation
For Chrome, Opera, Edge, and other Chromium-based browsers, install the extension from the Chrome Web Store: https://chromewebstore.google.com/detail/secret-scanner/jfcojfckgmgepklcdmmjfgjcgfngckbk
For Firefox (Desktop or Android), install it from: https://addons.mozilla.org/en-US/firefox/addon/secret_scanner/