marco landi

BetScan - Stop guessing if an online casino is legitimate or fake.

by
Free browser extension that checks if any online casino is safe before you deposit. Verifies gambling licenses, Trustpilot ratings, AskGamblers complaints and community sentiment in under 2 seconds. No account, no tracking.

Add a comment

Replies

Best
marco landi
Maker
📌
hello everyone, I’m one of the creators behind BetScan, and I’m incredibly excited to share it with you today. The story behind this project started with a bad personal experience. A while ago, I signed up for an online casino that looked totally professional, but later I discovered their regulatory license credentials displayed in the footer were completely fake and untrackable. When I tried to withdraw my money, they simply ghosted me. After checking tech forums and communities, I realized that millions of users face this exact same trap every day. People are constantly asking, "Is this site a scam?" or "Is this license legit?", but the only answers they get are unverified opinions. Since no one was providing a real technical solution, I teamed up with two friends to build BetScan. Our goal is simple: to bring transparency to a market that desperately needs it. BetScan is a lightweight Chrome extension that acts as a real-time safety layer. It automatically audits the casino’s TLD, cross-references it with our backend infrastructure, and checks if the declared regulatory licenses are actually valid or just a clever clone setup. To make it truly bulletproof, we built the UI using a shadowDOM container. This keeps our extension’s code completely isolated, meaning the casino’s own scripts cannot tamper with, read, or manipulate the safety report displayed to the user (shoutout to anti-XSS best practices). We just got approved on the Chrome Web Store and our stable build is officially live. We are already working on future updates to tighten our database logic, but the core engine is up, running, and ready to protect users. Since we are independent developers launching in a completely new niche, we would love to get your brutal feedback: Would you trust an extension to verify this kind of regulatory data? How can we make the UI feel even more transparent and bulletproof? If you are an extension dev, what are your thoughts on our shadowDOM approach for third-party site interactions? The team and I will be around all day to answer your questions, reply to comments, and chat about the tech behind it. Thank you so much for your support!
Saul Fleischman

@marco_landi1 That's a genuinely compelling origin story. The regulatory license verification piece solves a real problem that forums and Reddit can't—automated technical validation instead of crowdsourced guessing. Curious how you're handling the constant arms race of casinos forging new credentials or rotating domains.

marco landi

@saulfleischman Thanks so much for the kind words.

The 'arms race' you mentioned is our biggest engineering focus right now. To stay ahead of casinos rotating domains or faking credentials, we rely on a couple of automated layers:

When a user scans a casino, the first thing our automated scrapers pipeline searches for is the license: we mapped all the regulators across the globe and we mapped their indexes of licensed casinos. When a user scans a casino, the exact domain is checked against those index (if a casino has a local TLD the scrapers search directly for the license of that TLD). To check off-shore licensed casinos it was a little bit harder as we couldn’t find a list of licensed casinos, so we decided to use Gemini API with grounding to search for licenses. we are currently working on implementing UKGC regulatory actions, to check if a casino has been fined and for which reason. Also we are working on implementing a fast check to see the domain age, so that we can catch copycats of well known casinos.

Saul Fleischman

@marco_landi1 That need for visible, layered proof is exactly what makes a trust tool actually useful—a binary badge leaves too much doubt. MentionFox surfaces the raw context behind any signal: it shows you the exact mention, the platform it came from, the person who posted it, and the thread where someone asked "is this legit?" so you can see the evidence chain yourself instead of guessing at a green light. https://mentionfox.com

Joaquin04 Cid

I would trust the extension more if the report showed its work very plainly.

For this kind of product, a green or red badge is not enough. I’d want to see which license was checked, where it was verified, whether the domain matches the licensed operator, and what complaint signals were found before I deposit anything.

The Shadow DOM approach makes sense too. If the casino page itself can interfere with the warning UI, the whole safety layer becomes questionable, so keeping that report isolated is a good technical choice.

marco landi

@joaquin04_cid thank you for the feedback! Our “full report page” does exactly that: it shows all the signals that moved the needle in the score, it shows the exact license found, it has the links to the online forums we checked. We are currently working on making the report the most transparent possible, because we want to ensure the users, that our reports are completely unbiased.