Hacker News new | ask | show | jobs
by lewi 2995 days ago
I get a metamask (ETH Wallet) phishing warning on this site. Anyone else experience this?
1 comments

Interesting. The MetaMask phishing detector keeps a blacklist of URLs/domains and compares a site's domain against it using the levenshtein distance algorithm. So it could be a false positive. After a quick check I didn't find Auditus on there:

https://github.com/MetaMask/eth-phishing-detect/blob/master/...