🔍 A simple Chrome extension that detects potentially malicious websites by scanning for suspicious keywords and password forms.
- Real-time scanning of webpage content.
- Alerts users if a page looks suspicious.
- Popup UI to show site safety status.
- Clone or download this repository.
- Go to
chrome://extensions
in Chrome. - Enable Developer Mode.
- Click Load Unpacked and select this project folder.
- Uses a content script to scan webpage text and form fields.
- Displays risk status in the popup.
- Add AI/ML detection using TensorFlow.js.
- Add blacklist/whitelist management.
- Improve UI/UX.
MIT License