TRANSPARENCY REPORT

100% SECURE.
ZERO COOKIES LOGGED.

We know the Roblox community is full of malware. Here is exactly how RBX SCAN works, and how you can verify our safety yourself.

[INSERT YOUTUBE EMBED: "HOW TO VERIFY RBX SCAN IS SAFE"]

1. THE MANIFEST PROOF

Chrome Extensions must declare permissions in their manifest.json. You can open our extension's files and see that the "cookies" permission is completely absent.

{
  "manifest_version": 3,
  "name": "RBX SCAN",
  "permissions": [
    "declarativeNetRequest" // Used to bypass CORS to read the server list
    /* Notice: "cookies" is NOT requested */
  ]
}

2. VERIFY WITH THE NETWORK TAB

Don't trust us? Trust your browser.

Press F12 to open Developer Tools, go to the Network tab, and run a scan. You will see traffic going directly to roblox.com APIs. You will see absolutely ZERO webhooks, ZERO external data transfers, and ZERO hidden POST requests.