SupabaseS
Supabase12mo ago
Masini

supabasescanner@example.com

I just noticed that about a week ago, a user by the email supabasescanner@example.com signed up as an account in one of my applications. I was wondering if anyone ever encountered this same user? Or maybe if anyone from the Supabase team is aware of this email address? If so then what is its purpose? Do you think this user has malicious intentions?

Below is the Raw JSON of the aforementioned user:

{
  "instance_id": "00000000-0000-0000-0000-000000000000",
  "id": "550995fa-28e9-46e3-a254-29116d53ef0b",
  "aud": "authenticated",
  "role": "authenticated",
  "email": "supabasescanner@example.com",
  "encrypted_password": "$2a$10$MlOnBHf5ohMiXBNGi3SnQ.7PSjIBjx9Rg8n8zwiIk4MxTf.pKU7zu",
  "email_confirmed_at": null,
  "invited_at": null,
  "confirmation_token": "f55495e7a7a1536cb17ae7eb47ac2d475bafe7f96a75c94a088f7f96",
  "confirmation_sent_at": "2025-01-02 04:20:08.181966+00",
  "recovery_token": "",
  "recovery_sent_at": null,
  "email_change_token_new": "",
  "email_change": "",
  "email_change_sent_at": null,
  "last_sign_in_at": null,
  "raw_app_meta_data": {
    "provider": "email",
    "providers": [
      "email"
    ]
  },
  "raw_user_meta_data": {
    "sub": "550995fa-28e9-46e3-a254-29116d53ef0b",
    "email": "supabasescanner@example.com",
    "email_verified": false,
    "phone_verified": false
  },
  "is_super_admin": null,
  "created_at": "2025-01-02 04:20:08.141045+00",
  "updated_at": "2025-01-02 04:20:10.735282+00",
  "phone": null,
  "phone_confirmed_at": null,
  "phone_change": "",
  "phone_change_token": "",
  "phone_change_sent_at": null,
  "confirmed_at": null,
  "email_change_token_current": "",
  "email_change_confirm_status": 0,
  "banned_until": null,
  "reauthentication_token": "",
  "reauthentication_sent_at": null,
  "is_sso_user": false,
  "deleted_at": null,
  "is_anonymous": false
}


There are no authentication logs for the user. The user has only signed up, but has not verified their email.
Was this page helpful?