Alerta de sitio engañoso

Hola. Tengo el mismo problema que ya se reportó aquí alguna vez (intenté añadir comentarios en un post relacionado pero no encontré la manera, así que abro un topic nuevo).

Al intentar acceder con Chrome a mi Web https://ralbazabalo.000webhostapp.com/ me salta la advertencia de sitio peligroso (desde cualquier ordenador). Si voy a Search Console me detecta un problema de seguridad y, al abrir el informe, dice que el problema está en la URL https://ralbazabalo.000webhostapp.com/administrator/index.php que es el acceso al administrador de Joomla. No detecto ninguna anomalía en el archivo index.php y entro siempre con normalidad en la administración de Joomla, del que soy su único administrador autorizado.
El acceso a la Web lo tengo mediante el dominio aparcado raulalba.com.es pero el problema persiste aunque entre directamente en la URL de 000webhost.
solo me da ese problema con Chrome. No lo da ni con Firefox (ayer lo daba, hoy no) ni con Edge.
Ya reporté la falsa alarma a Google, pero no sé si lo tendrán en cuenta.
Ya no sé qué más hacer.
El archivo que a Google le parece sospechoso, el index.php mencionado arriba tiene el siguiente contenido:

<?php
_/**
**
* @package Joomla.Administrator_**
_ * @copyright Copyright © 2005 - 2014 Open Source Matters, Inc. All rights reserved._
_ * @license GNU General Public License version 2 or later; see LICENSE.txt_
*_ /_

// Set flag that this is a parent file
_define('JEXEC’, 1);
define(‘DS’, DIRECTORY_SEPARATOR);

if (file_exists(dirname(FILE) . ‘/defines.php’)) {
_ include_once dirname(FILE) . ‘/defines.php’;_
}

_if (!defined('JDEFINES’)) {
_ define(‘JPATH_BASE’, dirname(FILE));_
_ require_once JPATH_BASE.’/includes/defines.php’;_
}

require_once JPATH_BASE.’/includes/framework.php’;
require_once JPATH_BASE.’/includes/helper.php’;
require_once JPATH_BASE.’/includes/toolbar.php’;

// Mark afterLoad in the profiler.
_JDEBUG ? $PROFILER->mark(‘afterLoad’) : null;

// Instantiate the application.
$app = JFactory::getApplication(‘administrator’);

// Initialise the application.
$app->initialise(array(
_ ‘language’ => $app->getUserState(‘application.lang’)_
));

// Mark afterIntialise in the profiler.
_JDEBUG ? $PROFILER->mark(‘afterInitialise’) : null;

// Route the application.
$app->route();

// Mark afterRoute in the profiler.
_JDEBUG ? $PROFILER->mark(‘afterRoute’) : null;

// Dispatch the application.
$app->dispatch();

// Mark afterDispatch in the profiler.
_JDEBUG ? $PROFILER->mark(‘afterDispatch’) : null;

// Render the application.
$app->render();

// Mark afterRender in the profiler.
_JDEBUG ? $PROFILER->mark(‘afterRender’) : null;

// Return the response.
echo $app;

La alerta es la que se ve en la siguiente imagen:
image

Agradezco de antemano vuestra atención.

Un saludo.

Hit the advanced, and report false positive.
Someone will have accidentally reported your site.