Chrome extension MVP for hackathon phishing and scam detection.
- Scans the current page for suspicious URL, text, metadata, and link signals
- Scores the page locally inside the extension
- Calls Gemini directly from the extension for a short user-facing explanation
- Shows the result in the side panel and warns on risky links
- Open
chrome://extensions - Turn on
Developer mode - Click
Load unpacked - Select the scam-shield folder
- Open any page and click the extension icon to view the side panel
This MVP calls Gemini directly from the extension for speed of development. That is acceptable for a hackathon demo, but not secure for production.