Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

santysnk/relaywatch-frontend

https://github.com/santysnk/relaywatch-frontend · scanned 2026-06-16 00:02 UTC (2 months, 3 weeks ago)

15 raw signals (0 security + 15 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 15 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 175 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
App software healthy src/App.tsx:App
ProtectedRoute software healthy src/components/ProtectedRoute.tsx:ProtectedRoute
Modal software healthy src/components/Modal/Modal.tsx:Modal
onKeyDown software healthy src/components/Modal/Modal.tsx:onKeyDown
ModalConfirmacion software healthy src/components/ModalConfirmacion/ModalConfirmacion.tsx:Moda…
Spinner software healthy src/components/Spinner/Spinner.tsx:Spinner
PaginaRegistradores software healthy src/paginas/PaginaRegistradores/PaginaRegistradores.tsx:Pag…
ProveedorRegistradores software healthy src/paginas/PaginaRegistradores/contexto/ContextoRegistrado…
usarContextoRegistradores software healthy src/paginas/PaginaRegistradores/contexto/ContextoRegistrado…
usarLecturas software healthy src/paginas/PaginaRegistradores/hooks/usarLecturas.ts:usarL…
traer software healthy src/paginas/PaginaRegistradores/hooks/usarLecturas.ts:traer
BarraNavegacion software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Barr…
handleClickMediciones software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Barr…
cerrarMenu software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Barr…
SelectorColorFondo software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Sele…
VistaRegistradores software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
handleCambiarColorFondo software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
handleSalir software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
handleNuevoRegistrador software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
handleConfig software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
handleMapeo software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
GrillaTarjetas software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Grilla…
fase software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
CajaMedicion software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
Panel software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
TarjetaRegistrador software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
porOrden software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
FormularioRegistrador software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
handleSubmit software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
confirmarEliminar software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
probarConexion software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
ModalRestaurarRegistrador software healthy src/paginas/PaginaRegistradores/componentes/modales/ModalRe…
restaurar software healthy src/paginas/PaginaRegistradores/componentes/modales/ModalRe…
esProtegido software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
CrudTitulos software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
cargar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
seleccionarFila software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
nuevo software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
deseleccionar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
handleSubmit software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
confirmarEliminar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
CrudParametros software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
cargar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
seleccionarFila software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
nuevo software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
deseleccionar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
handleSubmit software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
confirmarEliminar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
CrudRelaciones software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
cargar software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
eslint.config.js software healthy eslint.config.js
tsconfig.json software healthy tsconfig.json
styles.css software healthy docs/styles.css
index.html software healthy docs/index.html
index.css software healthy src/index.css
main.tsx software healthy src/main.tsx
App.tsx software healthy src/App.tsx
App.css software healthy src/App.css
axios.ts software healthy src/api/axios.ts
ProtectedRoute.tsx software healthy src/components/ProtectedRoute.tsx
Modal.tsx software healthy src/components/Modal/Modal.tsx
Modal.css software healthy src/components/Modal/Modal.css
ModalConfirmacion.tsx software healthy src/components/ModalConfirmacion/ModalConfirmacion.tsx
ModalConfirmacion.css software healthy src/components/ModalConfirmacion/ModalConfirmacion.css
Spinner.tsx software healthy src/components/Spinner/Spinner.tsx
Spinner.css software healthy src/components/Spinner/Spinner.css
PaginaRegistradores.tsx software healthy src/paginas/PaginaRegistradores/PaginaRegistradores.tsx
ContextoRegistradores.tsx software healthy src/paginas/PaginaRegistradores/contexto/ContextoRegistrado…
usarLecturas.ts software healthy src/paginas/PaginaRegistradores/hooks/usarLecturas.ts
BarraNavegacion.css software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Barr…
BarraNavegacion.tsx software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Barr…
SelectorColorFondo.tsx software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Sele…
SelectorColorFondo.css software healthy src/paginas/PaginaRegistradores/componentes/navegacion/Sele…
VistaRegistradores.css software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
VistaRegistradores.tsx software healthy src/paginas/PaginaRegistradores/componentes/layout/VistaReg…
GrillaTarjetas.css software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Grilla…
GrillaTarjetas.tsx software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Grilla…
TarjetaRegistrador.tsx software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
TarjetaRegistrador.css software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
FormularioRegistrador.css software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
FormularioRegistrador.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
ModalRestaurarRegistrador.css software healthy src/paginas/PaginaRegistradores/componentes/modales/ModalRe…
ModalRestaurarRegistrador.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/ModalRe…
CrudTitulos.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
CrudParametros.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
CrudRelaciones.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
ModalCatalogos.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
Catalogos.css software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
ModalMapeo.tsx software healthy src/paginas/PaginaRegistradores/componentes/modales/mapeo/M…
ModalMapeo.css software healthy src/paginas/PaginaRegistradores/componentes/modales/mapeo/M…
PaginaRegistro.tsx software healthy src/paginas/PaginaRegistro/PaginaRegistro.tsx
PaginaRegistro.css software healthy src/paginas/PaginaRegistro/PaginaRegistro.css

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
docs software healthy docs
src software healthy src
api software healthy src/api
components software healthy src/components
Modal software healthy src/components/Modal
ModalConfirmacion software healthy src/components/ModalConfirmacion
Spinner software healthy src/components/Spinner
paginas software healthy src/paginas
PaginaRegistradores software healthy src/paginas/PaginaRegistradores
contexto software healthy src/paginas/PaginaRegistradores/contexto
hooks software healthy src/paginas/PaginaRegistradores/hooks
componentes software healthy src/paginas/PaginaRegistradores/componentes
navegacion software healthy src/paginas/PaginaRegistradores/componentes/navegacion
layout software healthy src/paginas/PaginaRegistradores/componentes/layout
tarjetas software healthy src/paginas/PaginaRegistradores/componentes/tarjetas
TarjetaRegistrador software healthy src/paginas/PaginaRegistradores/componentes/tarjetas/Tarjet…
modales software healthy src/paginas/PaginaRegistradores/componentes/modales
catalogos software healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
mapeo software healthy src/paginas/PaginaRegistradores/componentes/modales/mapeo
PaginaRegistro software healthy src/paginas/PaginaRegistro
PaginaLogin software healthy src/paginas/PaginaLogin
context software healthy src/context
tipos software healthy src/tipos

LabelLayerStatusPath
POST /registradores api healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…
POST /titulos-paneles api healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
POST /parametros api healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
POST /relaciones-transformacion api healthy src/paginas/PaginaRegistradores/componentes/modales/catalog…
POST /auth/register api healthy src/paginas/PaginaRegistro/PaginaRegistro.tsx
POST /auth/login api healthy src/context/AuthContext.tsx

LabelLayerStatusPath
/login frontend healthy src/App.tsx
/registro frontend healthy src/App.tsx
/registradores frontend healthy src/App.tsx
* frontend healthy src/App.tsx

LabelLayerStatusPath
repobility-clone-b0ozn63k software healthy /tmp/repobility-clone-b0ozn63k

LabelLayerStatusPath
mysql data healthy README.md

LabelLayerStatusPath
192.168.1.11 network healthy src/paginas/PaginaRegistradores/componentes/modales/Formula…

LabelLayerStatusPath
App frontend healthy src/App.tsx

LabelLayerStatusPath
auth::README.md security healthy README.md
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/2626b3e7-e018-4e24-b237-d2264acc3cdc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2626b3e7-e018-4e24-b237-d2264acc3cdc/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.