Hacker News new | ask | show | jobs
by aik 2997 days ago
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/...