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.

seemit99/reeklo-server

https://github.com/seemit99/reeklo-server · scanned 2026-06-16 00:06 UTC (2 months, 2 weeks ago)

67 raw signals (0 security + 67 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 66 actionable findings from 1 signal source. 1 repeated signal grouped for readability. 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 251 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
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
gateway-e2e.js software healthy test/gateway-e2e.js
frontend-protocol-e2e.js software healthy test/frontend-protocol-e2e.js
social-e2e.js software healthy test/social-e2e.js
2026-06-14-guilds.sql software healthy prisma/sql/2026-06-14-guilds.sql
2026-06-13-reports.sql software healthy prisma/sql/2026-06-13-reports.sql
2026-06-13-social.sql software healthy prisma/sql/2026-06-13-social.sql
2026-06-14-attendance.sql software healthy prisma/sql/2026-06-14-attendance.sql
main.ts software healthy src/main.ts
app.module.ts software healthy src/app.module.ts
mail.module.ts software healthy src/mail/mail.module.ts
mail.service.ts software healthy src/mail/mail.service.ts
users.service.ts software healthy src/users/users.service.ts
users.module.ts software healthy src/users/users.module.ts
users.controller.ts software healthy src/users/users.controller.ts
guilds.module.ts software healthy src/guilds/guilds.module.ts
guilds.controller.ts software healthy src/guilds/guilds.controller.ts
guilds.service.ts software healthy src/guilds/guilds.service.ts
auth.service.ts software healthy src/auth/auth.service.ts
auth.controller.ts software healthy src/auth/auth.controller.ts
dto.ts software healthy src/auth/dto.ts
jwt.strategy.ts software healthy src/auth/jwt.strategy.ts
jwt-secret.ts software healthy src/auth/jwt-secret.ts
jwt-auth.guard.ts software healthy src/auth/jwt-auth.guard.ts
current-user.decorator.ts software healthy src/auth/current-user.decorator.ts
auth.module.ts software healthy src/auth/auth.module.ts
api-response.ts software healthy src/common/api-response.ts
bigint.interceptor.ts software healthy src/common/bigint.interceptor.ts
global-exception.filter.ts software healthy src/common/global-exception.filter.ts
prisma.module.ts software healthy src/prisma/prisma.module.ts
prisma.service.ts software healthy src/prisma/prisma.service.ts
uploads.controller.ts software healthy src/uploads/uploads.controller.ts
uploads.module.ts software healthy src/uploads/uploads.module.ts
turn.controller.ts software healthy src/turn/turn.controller.ts
turn.module.ts software healthy src/turn/turn.module.ts
plazas.controller.ts software healthy src/plazas/plazas.controller.ts
plazas.module.ts software healthy src/plazas/plazas.module.ts
plazas.service.ts software healthy src/plazas/plazas.service.ts
items.service.ts software healthy src/items/items.service.ts
items.controller.ts software healthy src/items/items.controller.ts
items.module.ts software healthy src/items/items.module.ts
friends.service.ts software healthy src/friends/friends.service.ts
friends.module.ts software healthy src/friends/friends.module.ts
friends.controller.ts software healthy src/friends/friends.controller.ts
plaza-roster.service.ts software healthy src/gateway/plaza-roster.service.ts
presence.service.ts software healthy src/gateway/presence.service.ts

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

LabelLayerStatusPath
AppModule software healthy src/app.module.ts:AppModule
MailModule software healthy src/mail/mail.module.ts:MailModule
MailService software healthy src/mail/mail.service.ts:MailService
UsersService software healthy src/users/users.service.ts:UsersService
UsersModule software healthy src/users/users.module.ts:UsersModule
UpdateRequest software healthy src/users/users.controller.ts:UpdateRequest
UpdateProfileRequest software healthy src/users/users.controller.ts:UpdateProfileRequest
UsersController software healthy src/users/users.controller.ts:UsersController
GuildsModule software healthy src/guilds/guilds.module.ts:GuildsModule
CreateGuildDto software healthy src/guilds/guilds.controller.ts:CreateGuildDto
RoleDto software healthy src/guilds/guilds.controller.ts:RoleDto
GuildsController software healthy src/guilds/guilds.controller.ts:GuildsController
GuildsService software healthy src/guilds/guilds.service.ts:GuildsService
AuthService software healthy src/auth/auth.service.ts:AuthService
AuthController software healthy src/auth/auth.controller.ts:AuthController
RegisterRequest software healthy src/auth/dto.ts:RegisterRequest
SendCodeRequest software healthy src/auth/dto.ts:SendCodeRequest
VerifyCodeRequest software healthy src/auth/dto.ts:VerifyCodeRequest
ResetPasswordRequest software healthy src/auth/dto.ts:ResetPasswordRequest
ChangePasswordRequest software healthy src/auth/dto.ts:ChangePasswordRequest
LoginRequest software healthy src/auth/dto.ts:LoginRequest
JwtStrategy software healthy src/auth/jwt.strategy.ts:JwtStrategy
JwtAuthGuard software healthy src/auth/jwt-auth.guard.ts:JwtAuthGuard
AuthModule software healthy src/auth/auth.module.ts:AuthModule
BigIntInterceptor software healthy src/common/bigint.interceptor.ts:BigIntInterceptor
GlobalExceptionFilter software healthy src/common/global-exception.filter.ts:GlobalExceptionFilter
PrismaModule software healthy src/prisma/prisma.module.ts:PrismaModule
PrismaService software healthy src/prisma/prisma.service.ts:PrismaService
UploadsController software healthy src/uploads/uploads.controller.ts:UploadsController
UploadsModule software healthy src/uploads/uploads.module.ts:UploadsModule
TurnController software healthy src/turn/turn.controller.ts:TurnController
TurnModule software healthy src/turn/turn.module.ts:TurnModule
CreatePlazaRequest software healthy src/plazas/plazas.controller.ts:CreatePlazaRequest
PlazasController software healthy src/plazas/plazas.controller.ts:PlazasController
PlazasModule software healthy src/plazas/plazas.module.ts:PlazasModule
PlazasService software healthy src/plazas/plazas.service.ts:PlazasService
ItemsService software healthy src/items/items.service.ts:ItemsService
ItemsController software healthy src/items/items.controller.ts:ItemsController
ItemsModule software healthy src/items/items.module.ts:ItemsModule
FriendsService software healthy src/friends/friends.service.ts:FriendsService
FriendsModule software healthy src/friends/friends.module.ts:FriendsModule
SendRequestDto software healthy src/friends/friends.controller.ts:SendRequestDto
BlockDto software healthy src/friends/friends.controller.ts:BlockDto
ReportDto software healthy src/friends/friends.controller.ts:ReportDto
FriendsController software healthy src/friends/friends.controller.ts:FriendsController
PlazaRosterService software healthy src/gateway/plaza-roster.service.ts:PlazaRosterService
PresenceService software healthy src/gateway/presence.service.ts:PresenceService
GameGateway software healthy src/gateway/game.gateway.ts:GameGateway
GatewayModule software healthy src/gateway/gateway.module.ts:GatewayModule
CharacterModule software healthy src/character/character.module.ts:CharacterModule

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

LabelLayerStatusPath
GET /api/users/me api healthy src/users/users.controller.ts
GET /api/users/me/settings api healthy src/users/users.controller.ts
GET /api/users/me/checkin api healthy src/users/users.controller.ts
POST /api/users/me/checkin api healthy src/users/users.controller.ts
PUT /api/users/me/settings api healthy src/users/users.controller.ts
GET /api/users/:id/profile api healthy src/users/users.controller.ts
GET /api/users/:id api healthy src/users/users.controller.ts
PUT /api/users/me api healthy src/users/users.controller.ts
PUT /api/users/me/profile api healthy src/users/users.controller.ts
GET /api/guilds/me api healthy src/guilds/guilds.controller.ts
GET /api/guilds/:id api healthy src/guilds/guilds.controller.ts
POST /api/guilds/:id/join api healthy src/guilds/guilds.controller.ts
POST /api/guilds/leave api healthy src/guilds/guilds.controller.ts
DELETE /api/guilds/me api healthy src/guilds/guilds.controller.ts
DELETE /api/guilds/members/:userId api healthy src/guilds/guilds.controller.ts
PUT /api/guilds/members/:userId/role api healthy src/guilds/guilds.controller.ts
POST /api/auth/register api healthy src/auth/auth.controller.ts
POST /api/auth/login api healthy src/auth/auth.controller.ts
GET /api/auth/email/status api healthy src/auth/auth.controller.ts
POST /api/auth/email/send-code api healthy src/auth/auth.controller.ts
POST /api/auth/email/verify api healthy src/auth/auth.controller.ts
POST /api/auth/password/reset api healthy src/auth/auth.controller.ts
POST /api/auth/password/change api healthy src/auth/auth.controller.ts
GET /api/plazas/me api healthy src/plazas/plazas.controller.ts
GET /api/plazas/user/:userId api healthy src/plazas/plazas.controller.ts
GET /api/plazas/:id api healthy src/plazas/plazas.controller.ts
POST /api/plazas/:id/join api healthy src/plazas/plazas.controller.ts
POST /api/plazas/:id/leave api healthy src/plazas/plazas.controller.ts
PUT /api/plazas/:id/decorations api healthy src/plazas/plazas.controller.ts
GET /api/users/me/items api healthy src/items/items.controller.ts
POST /api/items/:id/purchase api healthy src/items/items.controller.ts
GET /api/friends/requests api healthy src/friends/friends.controller.ts
POST /api/friends/requests api healthy src/friends/friends.controller.ts
POST /api/friends/requests/:id/accept api healthy src/friends/friends.controller.ts
POST /api/friends/requests/:id/reject api healthy src/friends/friends.controller.ts
DELETE /api/friends/requests/:id api healthy src/friends/friends.controller.ts
DELETE /api/friends/:userId api healthy src/friends/friends.controller.ts
GET /api/friends/blocks api healthy src/friends/friends.controller.ts
POST /api/friends/blocks api healthy src/friends/friends.controller.ts
DELETE /api/friends/blocks/:userId api healthy src/friends/friends.controller.ts
POST /api/friends/reports api healthy src/friends/friends.controller.ts
GET /api/parts api healthy src/character/character.controller.ts
POST /api/parts api healthy src/character/character.controller.ts
DELETE /api/parts/:id api healthy src/character/character.controller.ts
GET /api/character/preset api healthy src/character/character.controller.ts
PUT /api/character/preset api healthy src/character/character.controller.ts
GET /api/rooms/:id api healthy src/rooms/rooms.controller.ts
POST /api/rooms/:id/join api healthy src/rooms/rooms.controller.ts
POST /api/rooms/:id/leave api healthy src/rooms/rooms.controller.ts
DELETE /api/rooms/:id api healthy src/rooms/rooms.controller.ts

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

LabelLayerStatusPath
okLog software healthy test/gateway-e2e.js:okLog
fail software healthy test/gateway-e2e.js:fail
waitEvent software healthy test/gateway-e2e.js:waitEvent
login software healthy test/gateway-e2e.js:login
connect software healthy test/gateway-e2e.js:connect
main software healthy test/gateway-e2e.js:main
plaza software healthy test/gateway-e2e.js:plaza
okLog software healthy test/frontend-protocol-e2e.js:okLog
fail software healthy test/frontend-protocol-e2e.js:fail
login software healthy test/frontend-protocol-e2e.js:login
makeStore software healthy test/frontend-protocol-e2e.js:makeStore
handler software healthy test/frontend-protocol-e2e.js:handler
connect software healthy test/frontend-protocol-e2e.js:connect
waitFor software healthy test/frontend-protocol-e2e.js:waitFor
main software healthy test/frontend-protocol-e2e.js:main
check software healthy test/social-e2e.js:check
api software healthy test/social-e2e.js:api
loginOrRegister software healthy test/social-e2e.js:loginOrRegister
connect software healthy test/social-e2e.js:connect
waitFor software healthy test/social-e2e.js:waitFor
main software healthy test/social-e2e.js:main
bootstrap software healthy src/main.ts:bootstrap
toUserDto software healthy src/users/users.service.ts:toUserDto
toProfileDto software healthy src/users/users.service.ts:toProfileDto
toGuildDto software healthy src/guilds/guilds.service.ts:toGuildDto
ok software healthy src/common/api-response.ts:ok
convert software healthy src/common/bigint.interceptor.ts:convert
toPlazaDto software healthy src/plazas/plazas.service.ts:toPlazaDto
sanitizeDecorations software healthy src/plazas/plazas.service.ts:sanitizeDecorations
fail software healthy src/gateway/game.gateway.ts:fail
mode software healthy src/gateway/game.gateway.ts:mode
toPartDto software healthy src/character/character.service.ts:toPartDto
toPresetDto software healthy src/character/character.service.ts:toPresetDto
toRoomDto software healthy src/rooms/rooms.service.ts:toRoomDto
⚙ JwtAuthGuard software healthy src/users/users.controller.ts

LabelLayerStatusPath
test software healthy test
prisma software healthy prisma
sql software healthy prisma/sql
src software healthy src
mail software healthy src/mail
users software healthy src/users
guilds software healthy src/guilds
auth software healthy src/auth
common software healthy src/common
prisma software healthy src/prisma
uploads software healthy src/uploads
turn software healthy src/turn
plazas software healthy src/plazas
items software healthy src/items
friends software healthy src/friends
gateway software healthy src/gateway
character software healthy src/character
rooms software healthy src/rooms

LabelLayerStatusPath
auth::src/auth/auth.module.ts security healthy src/auth/auth.module.ts
auth::src/auth/jwt-secret.ts security healthy src/auth/jwt-secret.ts
auth::src/items/items.controller.ts security healthy src/items/items.controller.ts
auth::src/uploads/uploads.controller.ts security healthy src/uploads/uploads.controller.ts
auth::src/plazas/plazas.controller.ts security healthy src/plazas/plazas.controller.ts
auth::src/guilds/guilds.controller.ts security healthy src/guilds/guilds.controller.ts
auth::src/auth/jwt-auth.guard.ts security healthy src/auth/jwt-auth.guard.ts
auth::src/users/users.controller.ts security healthy src/users/users.controller.ts
auth::src/auth/jwt.strategy.ts security healthy src/auth/jwt.strategy.ts
auth::src/turn/turn.controller.ts security healthy src/turn/turn.controller.ts
auth::src/rooms/rooms.controller.ts security healthy src/rooms/rooms.controller.ts
auth::src/auth/auth.service.ts security healthy src/auth/auth.service.ts
auth::src/auth/current-user.decorator.ts security healthy src/auth/current-user.decorator.ts
auth::src/gateway/game.gateway.ts security healthy src/gateway/game.gateway.ts
auth::package.json security healthy package.json
auth::src/character/character.controller.ts security healthy src/character/character.controller.ts
auth::src/friends/friends.controller.ts security healthy src/friends/friends.controller.ts
auth::src/auth/auth.controller.ts security healthy src/auth/auth.controller.ts

LabelLayerStatusPath
guilds data healthy prisma/sql/2026-06-14-guilds.sql
guild_members data healthy prisma/sql/2026-06-14-guilds.sql
guild_invitations data healthy prisma/sql/2026-06-14-guilds.sql
reports data healthy prisma/sql/2026-06-13-reports.sql
email_codes data healthy prisma/sql/2026-06-13-social.sql
friendships data healthy prisma/sql/2026-06-13-social.sql
user_settings data healthy prisma/sql/2026-06-13-social.sql
user_blocks data healthy prisma/sql/2026-06-13-social.sql

LabelLayerStatusPath
password_literal::test/frontend-protocol-e2e.js security healthy test/frontend-protocol-e2e.js
password_literal::test/social-e2e.js security healthy test/social-e2e.js
password_literal::test/social-e2e.js security healthy test/social-e2e.js

LabelLayerStatusPath
repobility-clone-5n2da_ew software healthy /tmp/repobility-clone-5n2da_ew

LabelLayerStatusPath
postgresql data healthy .env.example

LabelLayerStatusPath
port:8080 network healthy .env.example

LabelLayerStatusPath
34.64.244.91 network healthy src/turn/turn.controller.ts

LabelLayerStatusPath
/ws frontend healthy test/gateway-e2e.js
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/b9a66278-b06d-4f2d-826b-f2d6f016b21a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b9a66278-b06d-4f2d-826b-f2d6f016b21a/

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.