Skip to content

Hari-sys786/scam-url-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ ScamCheck — Is This Link Safe?

MIT License GitHub Pages

Free, no-login web app that tells you if a link is safe or dangerous — in plain English. Paste any suspicious URL and get an instant SAFE / SUSPICIOUS / DANGEROUS verdict with a clear explanation anyone can understand.

How It Works

ScamCheck runs three layers of analysis on every URL:

  1. Local heuristics — checks for IP-based URLs, suspicious domain extensions (.xyz, .tk, etc.), excessive subdomains, brand typosquatting, scam keyword patterns, deceptive @ symbols, and URL shorteners
  2. Google Safe Browsing — queries Google's threat database for known phishing, malware, and social engineering sites
  3. VirusTotal — cross-references 70+ security vendors for additional threat intelligence

All signals are combined into a single color-coded verdict. If APIs are unavailable, heuristics alone are used with a notice.

Setup

  1. Clone: git clone https://github.com/Hari-sys786/scam-url-checker.git
  2. Open index.html in your browser — works immediately with heuristic checks
  3. (Optional) Add API keys in config.js for enhanced checking:

Contributing

PRs welcome! Ideas: add more heuristic patterns, improve typosquat detection, support email text analysis, add browser extension wrapper.

License

MIT — use it however you want.

About

🛡️ Free, no-login web app that tells you if a link is safe or dangerous — in plain English

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors