Browser extension to protect users from scam sites in search results. Built for Firefox, Chrome, and Safari.
- Detects scam sites in Google, Bing, DuckDuckGo, Yahoo, and Baidu search results
- Community-driven scam reporting system
- Pre-loaded list of legitimate DeFi protocols (Uniswap, Aave, Lido, Curve, etc.)
- Real-time warnings for known scam domains
- Safe site verification badges
- Remote blocklist synchronization from MetaMask and ScamSniffer
- Open
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the extension directory
- Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select any file in the extension directory
- Open Xcode and create a new Safari Extension project
- Copy the extension files into the project
- Build and enable in Safari Preferences
- Click the extension icon to open the popup
- View current page status in the header
- Report scam sites using the "Report a Scam" form
- Mark legitimate sites as safe using "Mark as Safe"
- Click "Sync Now" to fetch latest blocklists from remote sources
- Google (google.com)
- Bing (bing.com)
- DuckDuckGo (duckduckgo.com)
- Yahoo (yahoo.com)
- Baidu (baidu.com)
The extension includes verified sites for:
- DEX: Uniswap, Curve, Balancer, SushiSwap, PancakeSwap
- Lending: Aave, Compound, Morpho
- Liquid Staking: Lido, Rocket Pool
- Stablecoins: MakerDAO, Frax
- Aggregators: 1inch, Jupiter
- Wallets: MetaMask, Phantom, Rabby
- Block Explorers: Etherscan, Arbiscan, Snowtrace
- Manually curated list of official protocol websites
- Categories: DEX, Lending, Liquid Staking, Stablecoin, Wallet, Analytics, Block Explorer
- MetaMask eth-phishing-detect
- ScamSniffer scam-database
- Community reports
See DATA_SOURCES.md for detailed information.
See ARCHITECTURE.md for technical details.
MIT - See LICENSE