https://github.com/santysnk/relaywatch-backend
· scanned 2026-06-16 00:02 UTC (2 months, 3 weeks ago)
26 raw signals (0 security + 26 graph)
Last scanned 2 months, 3 weeks ago · v1 · 26 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 193 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.
| Label | Layer | Status | Path |
|---|---|---|---|
tsconfig.build.json |
software | healthy | tsconfig.build.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
nest-cli.json |
software | healthy | nest-cli.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
eslint.config.mjs |
software | healthy | eslint.config.mjs |
app.e2e-spec.ts |
software | healthy | test/app.e2e-spec.ts |
jest-e2e.json |
software | healthy | test/jest-e2e.json |
schema.sql |
software | healthy | database/schema.sql |
app.controller.ts |
software | healthy | src/app.controller.ts |
main.ts |
software | healthy | src/main.ts |
app.service.ts |
software | healthy | src/app.service.ts |
app.module.ts |
software | healthy | src/app.module.ts |
parametros.service.ts |
software | healthy | src/parametros/parametros.service.ts |
parametros.module.ts |
software | healthy | src/parametros/parametros.module.ts |
parametros.controller.ts |
software | healthy | src/parametros/parametros.controller.ts |
update-parametro.dto.ts |
software | healthy | src/parametros/dto/update-parametro.dto.ts |
create-parametro.dto.ts |
software | healthy | src/parametros/dto/create-parametro.dto.ts |
parametro.entity.ts |
software | healthy | src/parametros/entities/parametro.entity.ts |
auth.service.ts |
software | healthy | src/auth/auth.service.ts |
auth.controller.ts |
software | healthy | src/auth/auth.controller.ts |
auth.module.ts |
software | healthy | src/auth/auth.module.ts |
jwt-auth.guard.ts |
software | healthy | src/auth/guards/jwt-auth.guard.ts |
roles.guard.ts |
software | healthy | src/auth/guards/roles.guard.ts |
login.dto.ts |
software | healthy | src/auth/dto/login.dto.ts |
roles.decorador.ts |
software | healthy | src/auth/decorators/roles.decorador.ts |
jwt.strategy.ts |
software | healthy | src/auth/strategies/jwt.strategy.ts |
titulos-paneles.controller.ts |
software | healthy | src/titulos-paneles/titulos-paneles.controller.ts |
titulos-paneles.service.ts |
software | healthy | src/titulos-paneles/titulos-paneles.service.ts |
titulos-paneles.module.ts |
software | healthy | src/titulos-paneles/titulos-paneles.module.ts |
update-titulo-panel.dto.ts |
software | healthy | src/titulos-paneles/dto/update-titulo-panel.dto.ts |
create-titulo-panel.dto.ts |
software | healthy | src/titulos-paneles/dto/create-titulo-panel.dto.ts |
titulo-panel.entity.ts |
software | healthy | src/titulos-paneles/entities/titulo-panel.entity.ts |
orquestador-lecturas.service.ts |
software | healthy | src/lecturas/orquestador-lecturas.service.ts |
lecturas.service.ts |
software | healthy | src/lecturas/lecturas.service.ts |
lecturas.module.ts |
software | healthy | src/lecturas/lecturas.module.ts |
lecturas.controller.ts |
software | healthy | src/lecturas/lecturas.controller.ts |
simulador.service.ts |
software | healthy | src/lecturas/simulador.service.ts |
update-lectura.dto.ts |
software | healthy | src/lecturas/dto/update-lectura.dto.ts |
create-lectura.dto.ts |
software | healthy | src/lecturas/dto/create-lectura.dto.ts |
lectura.entity.ts |
software | healthy | src/lecturas/entities/lectura.entity.ts |
config-registrador.module.ts |
software | healthy | src/config-registrador/config-registrador.module.ts |
config-registrador.entity.ts |
software | healthy | src/config-registrador/entities/config-registrador.entity.ts |
registradores.service.ts |
software | healthy | src/registradores/registradores.service.ts |
registradores.controller.ts |
software | healthy | src/registradores/registradores.controller.ts |
registradores.module.ts |
software | healthy | src/registradores/registradores.module.ts |
create-registrador.dto.ts |
software | healthy | src/registradores/dto/create-registrador.dto.ts |
update-registrador.dto.ts |
software | healthy | src/registradores/dto/update-registrador.dto.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
AppController |
software | healthy | src/app.controller.ts:AppController |
AppService |
software | healthy | src/app.service.ts:AppService |
AppModule |
software | healthy | src/app.module.ts:AppModule |
ParametrosService |
software | healthy | src/parametros/parametros.service.ts:ParametrosService |
ParametrosModule |
software | healthy | src/parametros/parametros.module.ts:ParametrosModule |
ParametrosController |
software | healthy | src/parametros/parametros.controller.ts:ParametrosController |
UpdateParametroDto |
software | healthy | src/parametros/dto/update-parametro.dto.ts:UpdateParametroD… |
CreateParametroDto |
software | healthy | src/parametros/dto/create-parametro.dto.ts:CreateParametroD… |
Parametro |
software | healthy | src/parametros/entities/parametro.entity.ts:Parametro |
AuthService |
software | healthy | src/auth/auth.service.ts:AuthService |
AuthController |
software | healthy | src/auth/auth.controller.ts:AuthController |
AuthModule |
software | healthy | src/auth/auth.module.ts:AuthModule |
JwtAuthGuard |
software | healthy | src/auth/guards/jwt-auth.guard.ts:JwtAuthGuard |
RolesGuard |
software | healthy | src/auth/guards/roles.guard.ts:RolesGuard |
LoginDto |
software | healthy | src/auth/dto/login.dto.ts:LoginDto |
JwtStrategy |
software | healthy | src/auth/strategies/jwt.strategy.ts:JwtStrategy |
TitulosPanelesController |
software | healthy | src/titulos-paneles/titulos-paneles.controller.ts:TitulosPa… |
TitulosPanelesService |
software | healthy | src/titulos-paneles/titulos-paneles.service.ts:TitulosPanel… |
TitulosPanelesModule |
software | healthy | src/titulos-paneles/titulos-paneles.module.ts:TitulosPanele… |
UpdateTituloPanelDto |
software | healthy | src/titulos-paneles/dto/update-titulo-panel.dto.ts:UpdateTi… |
CreateTituloPanelDto |
software | healthy | src/titulos-paneles/dto/create-titulo-panel.dto.ts:CreateTi… |
TituloPanel |
software | healthy | src/titulos-paneles/entities/titulo-panel.entity.ts:TituloP… |
OrquestadorLecturasService |
software | healthy | src/lecturas/orquestador-lecturas.service.ts:OrquestadorLec… |
LecturasService |
software | healthy | src/lecturas/lecturas.service.ts:LecturasService |
LecturasModule |
software | healthy | src/lecturas/lecturas.module.ts:LecturasModule |
LecturasController |
software | healthy | src/lecturas/lecturas.controller.ts:LecturasController |
SimuladorService |
software | healthy | src/lecturas/simulador.service.ts:SimuladorService |
UpdateLecturaDto |
software | healthy | src/lecturas/dto/update-lectura.dto.ts:UpdateLecturaDto |
CreateLecturaDto |
software | healthy | src/lecturas/dto/create-lectura.dto.ts:CreateLecturaDto |
Lectura |
software | healthy | src/lecturas/entities/lectura.entity.ts:Lectura |
ConfigRegistradorModule |
software | healthy | src/config-registrador/config-registrador.module.ts:ConfigR… |
ConfigRegistrador |
software | healthy | src/config-registrador/entities/config-registrador.entity.t… |
RegistradoresService |
software | healthy | src/registradores/registradores.service.ts:RegistradoresSer… |
RegistradoresController |
software | healthy | src/registradores/registradores.controller.ts:Registradores… |
RegistradoresModule |
software | healthy | src/registradores/registradores.module.ts:RegistradoresModu… |
ConfigRegistradorItemDto |
software | healthy | src/registradores/dto/create-registrador.dto.ts:ConfigRegis… |
CreateRegistradorDto |
software | healthy | src/registradores/dto/create-registrador.dto.ts:CreateRegis… |
UpdateRegistradorDto |
software | healthy | src/registradores/dto/update-registrador.dto.ts:UpdateRegis… |
Registrador |
software | healthy | src/registradores/entities/registrador.entity.ts:Registrador |
UsuariosController |
software | healthy | src/usuarios/usuarios.controller.ts:UsuariosController |
UsuariosModule |
software | healthy | src/usuarios/usuarios.module.ts:UsuariosModule |
UsuariosService |
software | healthy | src/usuarios/usuarios.service.ts:UsuariosService |
CreateUsuarioDto |
software | healthy | src/usuarios/dto/create-usuario.dto.ts:CreateUsuarioDto |
UpdateUsuarioDto |
software | healthy | src/usuarios/dto/update-usuario.dto.ts:UpdateUsuarioDto |
Usuario |
software | healthy | src/usuarios/entities/usuario.entity.ts:Usuario |
RelacionesTransformacionService |
software | healthy | src/relaciones-transformacion/relaciones-transformacion.ser… |
RelacionesTransformacionModule |
software | healthy | src/relaciones-transformacion/relaciones-transformacion.mod… |
RelacionesTransformacionController |
software | healthy | src/relaciones-transformacion/relaciones-transformacion.con… |
UpdateRelacionTransformacionDto |
software | healthy | src/relaciones-transformacion/dto/update-relaciones-transfo… |
CreateRelacionTransformacionDto |
software | healthy | src/relaciones-transformacion/dto/create-relaciones-transfo… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
test |
software | healthy | test |
database |
software | healthy | database |
src |
software | healthy | src |
parametros |
software | healthy | src/parametros |
dto |
software | healthy | src/parametros/dto |
entities |
software | healthy | src/parametros/entities |
auth |
software | healthy | src/auth |
guards |
software | healthy | src/auth/guards |
dto |
software | healthy | src/auth/dto |
decorators |
software | healthy | src/auth/decorators |
strategies |
software | healthy | src/auth/strategies |
titulos-paneles |
software | healthy | src/titulos-paneles |
dto |
software | healthy | src/titulos-paneles/dto |
entities |
software | healthy | src/titulos-paneles/entities |
lecturas |
software | healthy | src/lecturas |
dto |
software | healthy | src/lecturas/dto |
entities |
software | healthy | src/lecturas/entities |
config-registrador |
software | healthy | src/config-registrador |
entities |
software | healthy | src/config-registrador/entities |
registradores |
software | healthy | src/registradores |
dto |
software | healthy | src/registradores/dto |
entities |
software | healthy | src/registradores/entities |
usuarios |
software | healthy | src/usuarios |
dto |
software | healthy | src/usuarios/dto |
entities |
software | healthy | src/usuarios/entities |
relaciones-transformacion |
software | healthy | src/relaciones-transformacion |
dto |
software | healthy | src/relaciones-transformacion/dto |
entities |
software | healthy | src/relaciones-transformacion/entities |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /parametros/:id |
api | healthy | src/parametros/parametros.controller.ts |
PATCH /parametros/:id |
api | healthy | src/parametros/parametros.controller.ts |
DELETE /parametros/:id |
api | healthy | src/parametros/parametros.controller.ts |
POST /auth/register |
api | healthy | src/auth/auth.controller.ts |
POST /auth/login |
api | healthy | src/auth/auth.controller.ts |
PATCH /titulos-paneles/:id |
api | healthy | src/titulos-paneles/titulos-paneles.controller.ts |
DELETE /titulos-paneles/:id |
api | healthy | src/titulos-paneles/titulos-paneles.controller.ts |
GET /lecturas/registrador/:id/ultimas |
api | healthy | src/lecturas/lecturas.controller.ts |
GET /registradores/:id |
api | healthy | src/registradores/registradores.controller.ts |
GET /registradores/eliminados |
api | healthy | src/registradores/registradores.controller.ts |
PATCH /registradores/:id/restaurar |
api | healthy | src/registradores/registradores.controller.ts |
PATCH /registradores/:id |
api | healthy | src/registradores/registradores.controller.ts |
DELETE /registradores/:id |
api | healthy | src/registradores/registradores.controller.ts |
GET /usuarios/me |
api | healthy | src/usuarios/usuarios.controller.ts |
PATCH /usuarios/me |
api | healthy | src/usuarios/usuarios.controller.ts |
DELETE /usuarios/me |
api | healthy | src/usuarios/usuarios.controller.ts |
PATCH /relaciones-transformacion/:id |
api | healthy | src/relaciones-transformacion/relaciones-transformacion.con… |
DELETE /relaciones-transformacion/:id |
api | healthy | src/relaciones-transformacion/relaciones-transformacion.con… |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/titulos-paneles/titulos-paneles.controller.ts |
security | healthy | src/titulos-paneles/titulos-paneles.controller.ts |
auth::src/relaciones-transformacion/relaciones-transformaci… |
security | healthy | src/relaciones-transformacion/relaciones-transformacion.con… |
auth::src/auth/auth.service.ts |
security | healthy | src/auth/auth.service.ts |
auth::src/main.ts |
security | healthy | src/main.ts |
auth::src/auth/strategies/jwt.strategy.ts |
security | healthy | src/auth/strategies/jwt.strategy.ts |
auth::package.json |
security | healthy | package.json |
auth::.env.example |
security | healthy | .env.example |
auth::README.md |
security | healthy | README.md |
auth::src/lecturas/lecturas.controller.ts |
security | healthy | src/lecturas/lecturas.controller.ts |
auth::src/usuarios/usuarios.controller.ts |
security | healthy | src/usuarios/usuarios.controller.ts |
auth::src/registradores/registradores.controller.ts |
security | healthy | src/registradores/registradores.controller.ts |
auth::src/parametros/parametros.controller.ts |
security | healthy | src/parametros/parametros.controller.ts |
auth::src/auth/auth.module.ts |
security | healthy | src/auth/auth.module.ts |
auth::src/auth/guards/jwt-auth.guard.ts |
security | healthy | src/auth/guards/jwt-auth.guard.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
usuarios |
data | healthy | database/schema.sql |
titulos_paneles |
data | healthy | database/schema.sql |
registradores |
data | healthy | database/schema.sql |
parametros |
data | healthy | database/schema.sql |
relaciones_transformacion |
data | healthy | database/schema.sql |
config_registrador |
data | healthy | database/schema.sql |
lecturas |
data | healthy | database/schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
bootstrap |
software | healthy | src/main.ts:bootstrap |
Roles |
software | healthy | src/auth/decorators/roles.decorador.ts:Roles |
⚙ JwtAuthGuard |
software | healthy | src/parametros/parametros.controller.ts |
⚙ RolesGuard |
software | healthy | src/parametros/parametros.controller.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
mysql |
data | healthy | README.md |
mongodb |
data | healthy | package-lock.json |
redis |
data | healthy | package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-wxptaxho |
software | healthy | /tmp/repobility-clone-wxptaxho |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | .env.example |
| Label | Layer | Status | Path |
|---|---|---|---|
192.168.1.10 |
network | healthy | src/registradores/dto/create-registrador.dto.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | package-lock.json |
This page is publicly accessible at:
https://repobility.com/scan/a0f52868-32db-49b4-a3c4-1f9c75788af1/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/a0f52868-32db-49b4-a3c4-1f9c75788af1/
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.