Supabase RLS Security Scanner Firefox

Examine source code of Supabase RLS Security Scanner

Inspect and view changes in Supabase RLS Security Scanner source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Supabase RLS Security Scanner",
  "version": "1.0.0",
  "description": "Detect Supabase instances on web pages and scan for Row Level Security (RLS) vulnerabilities",
  "author": "Supabase RLS Scanner",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://*.supabase.co/*",
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Supabase RLS Scanner"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "supabase-rls-scanner@securifyai.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Supabase RLS Security Scanner Alternatives

Here are some Firefox add-ons that are similar to Supabase RLS Security Scanner: