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.

serban2702/manelecadou

https://github.com/serban2702/manelecadou · scanned 2026-06-16 00:07 UTC (2 months, 2 weeks ago)

199 raw signals (0 security + 199 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 191 actionable findings from 1 signal source. 8 repeated signals 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 2545 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
hasAnyConversation software healthy ops/bridge.js:hasAnyConversation
verifyAdminJwt software healthy ops/bridge.js:verifyAdminJwt
readBody software healthy ops/bridge.js:readBody
sse software healthy ops/bridge.js:sse
tmuxEnsureSession software healthy ops/bridge.js:tmuxEnsureSession
tmuxSendText software healthy ops/bridge.js:tmuxSendText
tmuxSendKey software healthy ops/bridge.js:tmuxSendKey
path software healthy ops/bridge.js:path
bootstrap software healthy apps/api/src/main.ts:bootstrap
configValidate software healthy apps/api/src/config/env.validation.ts:configValidate
calling software healthy apps/api/src/openai/openai.client.ts:calling
requestedCalls software healthy apps/api/src/openai/openai.client.ts:requestedCalls
safeParse software healthy apps/api/src/openai/openai.client.ts:safeParse
clamp01 software healthy apps/api/src/openai/translation.service.ts:clamp01
quickHint software healthy apps/api/src/openai/translation.service.ts:quickHint
isReasoningModel software healthy apps/api/src/openai/openai-params.helper.ts:isReasoningModel
buildChatParams software healthy apps/api/src/openai/openai-params.helper.ts:buildChatParams
generateSharePin software healthy apps/api/src/common/unlock.ts:generateSharePin
hashUnlock software healthy apps/api/src/common/unlock.ts:hashUnlock
verifyUnlock software healthy apps/api/src/common/unlock.ts:verifyUnlock
extractToken software healthy apps/api/src/common/jwt.guard.ts:extractToken
xff software healthy apps/api/src/common/throttler.ts:xff
ip software healthy apps/api/src/common/throttler.ts:ip
getKey software healthy apps/api/src/common/crypto.util.ts:getKey
encryptSecret software healthy apps/api/src/common/crypto.util.ts:encryptSecret
decryptSecret software healthy apps/api/src/common/crypto.util.ts:decryptSecret
maskSecret software healthy apps/api/src/common/crypto.util.ts:maskSecret
getOpenReplaySessionId software healthy apps/api/src/common/openreplay-context.ts:getOpenReplaySess…
extractOpenReplaySessionId software healthy apps/api/src/common/openreplay-context.ts:extractOpenReplay…
raw software healthy apps/api/src/common/openreplay-context.ts:raw
ip software healthy apps/api/src/common/request-logger.middleware.ts:ip
userId software healthy apps/api/src/common/request-logger.middleware.ts:userId
guestId software healthy apps/api/src/common/request-logger.middleware.ts:guestId
siteId software healthy apps/api/src/common/request-logger.middleware.ts:siteId
voiceArtistToGender software healthy apps/api/src/common/voice.ts:voiceArtistToGender
voiceArtistLabel software healthy apps/api/src/common/voice.ts:voiceArtistLabel
envValue software healthy apps/api/src/database/seeder/seeder.service.ts:envValue
adminEmails software healthy apps/api/src/database/seeder/seeder.service.ts:adminEmails
joinNonEmpty software healthy apps/api/src/mailer/branding.ts:joinNonEmpty
siteAbsoluteUrl software healthy apps/api/src/mailer/branding.ts:siteAbsoluteUrl
absoluteAsset software healthy apps/api/src/mailer/branding.ts:absoluteAsset
brandingFromSite software healthy apps/api/src/mailer/branding.ts:brandingFromSite
which software healthy apps/api/src/mailer/mailer.module.ts:which
siteId software healthy apps/api/src/mailer/mailer.module.ts:siteId
msg software healthy apps/api/src/mailer/mailer.module.ts:msg
safeDecrypt software healthy apps/api/src/mailer/mailer.module.ts:safeDecrypt
dict software healthy apps/api/src/mailer/i18n/strings.ts:dict
k software healthy apps/api/src/mailer/i18n/strings.ts:k
region software healthy apps/api/src/mailer/providers/mailgun.provider.ts:region
json software healthy apps/api/src/mailer/providers/mailgun.provider.ts:json

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

LabelLayerStatusPath
ADMIN_SUNO_WORKFLOW.md software healthy ADMIN_SUNO_WORKFLOW.md
README.md software healthy README.md
MULTISITE_DEPLOY.md software healthy MULTISITE_DEPLOY.md
CLAUDE.md software healthy CLAUDE.md
MULTI_SITE_TODO.md software healthy MULTI_SITE_TODO.md
docker-compose.prod.yml software healthy docker-compose.prod.yml
GROK_BRAND_PROMPT.md software healthy GROK_BRAND_PROMPT.md
STRIPE_SETUP.md software healthy STRIPE_SETUP.md
INITIAL_DEPLOY.md software healthy INITIAL_DEPLOY.md
.env.example software healthy .env.example
Makefile software healthy Makefile
ADD_NEW_SITE.md software healthy ADD_NEW_SITE.md
PROJECT_PLAN.md software healthy PROJECT_PLAN.md
docker-compose.yml software healthy docker-compose.yml
I18N_PLAN.md software healthy I18N_PLAN.md
OVERNIGHT_JOURNAL.md software healthy OVERNIGHT_JOURNAL.md
Dockerfile software healthy ops/Dockerfile
bridge.js software healthy ops/bridge.js
entrypoint.sh software healthy ops/entrypoint.sh
tsconfig.build.json software healthy apps/api/tsconfig.build.json
pnpm-lock.yaml software healthy apps/api/pnpm-lock.yaml
package.json software healthy apps/api/package.json
Dockerfile software healthy apps/api/Dockerfile
nest-cli.json software healthy apps/api/nest-cli.json
tsconfig.json software healthy apps/api/tsconfig.json
main.ts software healthy apps/api/src/main.ts
app.module.ts software healthy apps/api/src/app.module.ts
env.validation.ts software healthy apps/api/src/config/env.validation.ts
openai.module.ts software healthy apps/api/src/openai/openai.module.ts
openai.client.ts software healthy apps/api/src/openai/openai.client.ts
translation.service.ts software healthy apps/api/src/openai/translation.service.ts
openai-params.helper.ts software healthy apps/api/src/openai/openai-params.helper.ts
unlock.ts software healthy apps/api/src/common/unlock.ts
decorators.ts software healthy apps/api/src/common/decorators.ts
openreplay.subscriber.ts software healthy apps/api/src/common/openreplay.subscriber.ts
openreplay.middleware.ts software healthy apps/api/src/common/openreplay.middleware.ts
jwt.guard.ts software healthy apps/api/src/common/jwt.guard.ts
throttler.ts software healthy apps/api/src/common/throttler.ts
crypto.util.ts software healthy apps/api/src/common/crypto.util.ts
openreplay-context.ts software healthy apps/api/src/common/openreplay-context.ts
request-logger.middleware.ts software healthy apps/api/src/common/request-logger.middleware.ts
admin.guard.ts software healthy apps/api/src/common/admin.guard.ts
voice.ts software healthy apps/api/src/common/voice.ts
logger.ts software healthy apps/api/src/common/logger.ts
database.module.ts software healthy apps/api/src/database/database.module.ts
seeder.service.ts software healthy apps/api/src/database/seeder/seeder.service.ts
seeder.module.ts software healthy apps/api/src/database/seeder/seeder.module.ts
branding.ts software healthy apps/api/src/mailer/branding.ts
mail.types.ts software healthy apps/api/src/mailer/mail.types.ts
mailer.module.ts software healthy apps/api/src/mailer/mailer.module.ts

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

LabelLayerStatusPath
AppModule software healthy apps/api/src/app.module.ts:AppModule
OpenAiModule software healthy apps/api/src/openai/openai.module.ts:OpenAiModule
OpenAiClient software healthy apps/api/src/openai/openai.client.ts:OpenAiClient
TranslationService software healthy apps/api/src/openai/translation.service.ts:TranslationServi…
OpenReplaySubscriber software healthy apps/api/src/common/openreplay.subscriber.ts:OpenReplaySubs…
OpenReplayMiddleware software healthy apps/api/src/common/openreplay.middleware.ts:OpenReplayMidd…
JwtAuthGuard software healthy apps/api/src/common/jwt.guard.ts:JwtAuthGuard
OptionalJwtAuthGuard software healthy apps/api/src/common/jwt.guard.ts:OptionalJwtAuthGuard
CustomThrottlerGuard software healthy apps/api/src/common/throttler.ts:CustomThrottlerGuard
RequestLoggerMiddleware software healthy apps/api/src/common/request-logger.middleware.ts:RequestLog…
AdminGuard software healthy apps/api/src/common/admin.guard.ts:AdminGuard
DatabaseModule software healthy apps/api/src/database/database.module.ts:DatabaseModule
SeederService software healthy apps/api/src/database/seeder/seeder.service.ts:SeederService
SeederModule software healthy apps/api/src/database/seeder/seeder.module.ts:SeederModule
MailProvider software healthy apps/api/src/mailer/mail.types.ts:MailProvider
MailerService software healthy apps/api/src/mailer/mailer.module.ts:MailerService
MailerModule software healthy apps/api/src/mailer/mailer.module.ts:MailerModule
SmtpMailProvider software healthy apps/api/src/mailer/providers/smtp.provider.ts:SmtpMailProv…
MailgunMailProvider software healthy apps/api/src/mailer/providers/mailgun.provider.ts:MailgunMa…
SettingsService software healthy apps/api/src/modules/settings/settings.service.ts:SettingsS…
UpdateSettingsDto software healthy apps/api/src/modules/settings/settings.controller.ts:Update…
SettingsController software healthy apps/api/src/modules/settings/settings.controller.ts:Settin…
SettingsModule software healthy apps/api/src/modules/settings/settings.module.ts:SettingsMo…
AppSetting software healthy apps/api/src/modules/settings/app-setting.entity.ts:AppSett…
ImapService software healthy apps/api/src/modules/mail/imap.service.ts:ImapService
ImapSyncProcessor software healthy apps/api/src/modules/mail/imap-sync.processor.ts:ImapSyncPr…
MailModule software healthy apps/api/src/modules/mail/mail.module.ts:MailModule
MailSendService software healthy apps/api/src/modules/mail/mail-send.service.ts:MailSendServ…
MailService software healthy apps/api/src/modules/mail/mail.service.ts:MailService
MailGateway software healthy apps/api/src/modules/mail/mail.gateway.ts:MailGateway
AccountDto software healthy apps/api/src/modules/mail/mail.controller.ts:AccountDto
AccountPatchDto software healthy apps/api/src/modules/mail/mail.controller.ts:AccountPatchDto
ReplyDto software healthy apps/api/src/modules/mail/mail.controller.ts:ReplyDto
TranslateOutDto software healthy apps/api/src/modules/mail/mail.controller.ts:TranslateOutDto
FlagsDto software healthy apps/api/src/modules/mail/mail.controller.ts:FlagsDto
MailController software healthy apps/api/src/modules/mail/mail.controller.ts:MailController
AiReplyService software healthy apps/api/src/modules/mail/ai-reply.service.ts:AiReplyService
AiReplyProcessor software healthy apps/api/src/modules/mail/ai-reply.processor.ts:AiReplyProc…
MailSyncService software healthy apps/api/src/modules/mail/mail-sync.service.ts:MailSyncServ…
MailAttachment software healthy apps/api/src/modules/mail/entities/mail-attachment.entity.t…
MailFolder software healthy apps/api/src/modules/mail/entities/mail-folder.entity.ts:Ma…
MailDraft software healthy apps/api/src/modules/mail/entities/mail-draft.entity.ts:Mai…
MailAccount software healthy apps/api/src/modules/mail/entities/mail-account.entity.ts:M…
MailMessage software healthy apps/api/src/modules/mail/entities/mail-message.entity.ts:M…
UsersService software healthy apps/api/src/modules/users/users.service.ts:UsersService
UsersModule software healthy apps/api/src/modules/users/users.module.ts:UsersModule
User software healthy apps/api/src/modules/users/user.entity.ts:User
SunoModule software healthy apps/api/src/modules/suno/suno.module.ts:SunoModule
SunoCreditPurchase software healthy apps/api/src/modules/suno/suno-credit-purchase.entity.ts:Su…
SunoController software healthy apps/api/src/modules/suno/suno.controller.ts:SunoController

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

LabelLayerStatusPath
GET /admin/mail/accounts api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/accounts api healthy apps/api/src/modules/mail/mail.controller.ts
PATCH /admin/mail/accounts/:id api healthy apps/api/src/modules/mail/mail.controller.ts
DELETE /admin/mail/accounts/:id api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/accounts/test api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/accounts/:id/test api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/accounts/:id/sync api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/accounts/:id/folders api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/messages api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/threads/:threadId api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/messages/:id api healthy apps/api/src/modules/mail/mail.controller.ts
PATCH /admin/mail/messages/:id api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/messages/:id/reply api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/translate-out api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/messages/:id/translate api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/messages/:id/archive api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/messages/:id/unarchive api healthy apps/api/src/modules/mail/mail.controller.ts
DELETE /admin/mail/messages/:id api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/suggestions/:id/send api healthy apps/api/src/modules/mail/mail.controller.ts
POST /admin/mail/suggestions/:id/dismiss api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/attachments/:id api healthy apps/api/src/modules/mail/mail.controller.ts
GET /admin/mail/unread-total api healthy apps/api/src/modules/mail/mail.controller.ts
POST /suno/callback api healthy apps/api/src/modules/suno/suno.controller.ts
POST /auth/magic-link/request api healthy apps/api/src/modules/auth/auth.controller.ts
GET /auth/magic-link/consume api healthy apps/api/src/modules/auth/auth.controller.ts
GET /auth/me api healthy apps/api/src/modules/auth/auth.controller.ts
POST /auth/locale api healthy apps/api/src/modules/auth/auth.controller.ts
POST /auth/gdpr/request api healthy apps/api/src/modules/auth/auth.controller.ts
POST /admin/ai-assistant/chat api healthy apps/api/src/modules/ai-assistant/ai-assistant.controller.ts
GET /analytics/whoami api healthy apps/api/src/modules/analytics/analytics.controller.ts
POST /analytics/track api healthy apps/api/src/modules/analytics/analytics.controller.ts
POST /analytics/track/batch api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/ad-spend api healthy apps/api/src/modules/analytics/analytics.controller.ts
POST /analytics/ad-spend/sync api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/overview api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/time-series api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/funnel api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/sources api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/revenue-by-source api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/revenue-by-campaign api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/top-pages api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/devices api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/users api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/stripe-reconciliation api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/pixel-cross-check api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/countries api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/browsers api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/os api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/screens api healthy apps/api/src/modules/analytics/analytics.controller.ts
GET /analytics/languages api healthy apps/api/src/modules/analytics/analytics.controller.ts

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

LabelLayerStatusPath
ops software healthy ops
apps software healthy apps
api software healthy apps/api
src software healthy apps/api/src
config software healthy apps/api/src/config
openai software healthy apps/api/src/openai
common software healthy apps/api/src/common
database software healthy apps/api/src/database
seeder software healthy apps/api/src/database/seeder
mailer software healthy apps/api/src/mailer
i18n software healthy apps/api/src/mailer/i18n
providers software healthy apps/api/src/mailer/providers
templates software healthy apps/api/src/mailer/templates
modules software healthy apps/api/src/modules
settings software healthy apps/api/src/modules/settings
mail software healthy apps/api/src/modules/mail
entities software healthy apps/api/src/modules/mail/entities
users software healthy apps/api/src/modules/users
suno software healthy apps/api/src/modules/suno
providers software healthy apps/api/src/modules/suno/providers
auth software healthy apps/api/src/modules/auth
ai-assistant software healthy apps/api/src/modules/ai-assistant
analytics software healthy apps/api/src/modules/analytics
health software healthy apps/api/src/modules/health
media software healthy apps/api/src/modules/media
outbound-email software healthy apps/api/src/modules/outbound-email
suggestions software healthy apps/api/src/modules/suggestions
dto software healthy apps/api/src/modules/suggestions/dto
generations software healthy apps/api/src/modules/generations
dto software healthy apps/api/src/modules/generations/dto
recovery software healthy apps/api/src/modules/recovery
site-demos software healthy apps/api/src/modules/site-demos
errors software healthy apps/api/src/modules/errors
chat software healthy apps/api/src/modules/chat
web-push software healthy apps/api/src/modules/web-push
meta-capi software healthy apps/api/src/modules/meta-capi
lyrics software healthy apps/api/src/modules/lyrics
marketing software healthy apps/api/src/modules/marketing
guest-sessions software healthy apps/api/src/modules/guest-sessions
admin software healthy apps/api/src/modules/admin
database-admin software healthy apps/api/src/modules/database-admin
ai-chat software healthy apps/api/src/modules/ai-chat
payments software healthy apps/api/src/modules/payments
seo-pages software healthy apps/api/src/modules/seo-pages
gift-codes software healthy apps/api/src/modules/gift-codes
collage software healthy apps/api/src/modules/collage
promo software healthy apps/api/src/modules/promo
tiktok software healthy apps/api/src/modules/tiktok
sites software healthy apps/api/src/modules/sites
kb software healthy apps/api/src/modules/kb

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

LabelLayerStatusPath
RootLayout frontend healthy apps/admin/app/layout.tsx
AdminLoginPage frontend healthy apps/admin/app/login/page.tsx
VerifyPage frontend healthy apps/admin/app/login/verify/page.tsx
Loading frontend healthy apps/admin/app/(dashboard)/loading.tsx
DashboardLayout frontend healthy apps/admin/app/(dashboard)/layout.tsx
AdminDashboard frontend healthy apps/admin/app/(dashboard)/_content.tsx
SettingsPage frontend healthy apps/admin/app/(dashboard)/settings/_content.tsx
UsersPage frontend healthy apps/admin/app/(dashboard)/users/_content.tsx
SunoPage frontend healthy apps/admin/app/(dashboard)/suno/_content.tsx
AiMemoryPage frontend healthy apps/admin/app/(dashboard)/ai-memory/_content.tsx
GuestsPage frontend healthy apps/admin/app/(dashboard)/guests/_content.tsx
AnalyticsPage frontend healthy apps/admin/app/(dashboard)/analytics/_content.tsx
GenerationsPage frontend healthy apps/admin/app/(dashboard)/generations/_content.tsx
SiteDemosPage frontend healthy apps/admin/app/(dashboard)/site-demos/_content.tsx
AdminErrorsPage frontend healthy apps/admin/app/(dashboard)/errors/_content.tsx
AdminChatPage frontend healthy apps/admin/app/(dashboard)/chat/_content.tsx
LyricsPage frontend healthy apps/admin/app/(dashboard)/lyrics/_content.tsx
DatabaseAdminPage frontend healthy apps/admin/app/(dashboard)/database/_content.tsx
AdminEmailsPage frontend healthy apps/admin/app/(dashboard)/emails/_content.tsx
MarketingPage frontend healthy apps/admin/app/(dashboard)/marketing/_content.tsx
SiteConfigPage frontend healthy apps/admin/app/(dashboard)/site/_content.tsx
CatchAll frontend healthy apps/admin/app/(dashboard)/[[...slug]]/page.tsx
OpsTerminal frontend healthy apps/admin/app/(dashboard)/terminal/_content.tsx
PaymentsPage frontend healthy apps/admin/app/(dashboard)/payments/_content.tsx
Page frontend healthy apps/admin/app/(dashboard)/seo-pages/page.tsx
SeoPagesContent frontend healthy apps/admin/app/(dashboard)/seo-pages/_content.tsx
AdminGiftCodesPage frontend healthy apps/admin/app/(dashboard)/gift-codes/_content.tsx
FacturarePage frontend healthy apps/admin/app/(dashboard)/facturare/_content.tsx
AiMonitorPage frontend healthy apps/admin/app/(dashboard)/ai-monitor/_content.tsx
AdminPromoPage frontend healthy apps/admin/app/(dashboard)/promo/_content.tsx
SitesListPage frontend healthy apps/admin/app/(dashboard)/sites/_content.tsx
LegacySamplesRedirect frontend healthy apps/admin/app/(dashboard)/sites/[id]/samples/page.tsx
InboxPage frontend healthy apps/admin/app/(dashboard)/inbox/_content.tsx
MailAccountsPage frontend healthy apps/admin/app/(dashboard)/inbox/accounts/_content.tsx
KnowledgeBasePage frontend healthy apps/admin/app/(dashboard)/inbox/knowledge/_content.tsx
Page frontend healthy apps/admin/lib/client-only.tsx
HomePage frontend healthy apps/web/app/page.tsx
ContactPage frontend healthy apps/web/app/contact/page.tsx
LoginPage frontend healthy apps/web/app/login/page.tsx
VerifyPage frontend healthy apps/web/app/login/verify/page.tsx
UnsubscribePage frontend healthy apps/web/app/unsubscribe/page.tsx
UnsubscribeLayout frontend healthy apps/web/app/unsubscribe/layout.tsx
ShareGenerationView frontend healthy apps/web/app/m/[id]/view.tsx
AsculaPage frontend healthy apps/web/app/asculta/page.tsx
ContPage frontend healthy apps/web/app/cont/page.tsx
StudioPage frontend healthy apps/web/app/studio/page.tsx
TopPage frontend healthy apps/web/app/top/page.tsx
IstoricPage frontend healthy apps/web/app/istoric/page.tsx
CheckoutSuccessPage frontend healthy apps/web/app/checkout/success/page.tsx
CheckoutCancelPage frontend healthy apps/web/app/checkout/cancel/page.tsx

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

LabelLayerStatusPath
auth::apps/web/components/Analytics.tsx security healthy apps/web/components/Analytics.tsx
auth::ops/entrypoint.sh security healthy ops/entrypoint.sh
auth::apps/admin/lib/http/client.ts security healthy apps/admin/lib/http/client.ts
auth::apps/api/package.json security healthy apps/api/package.json
auth::apps/api/src/modules/roulette/roulette.controller.ts security healthy apps/api/src/modules/roulette/roulette.controller.ts
auth::apps/api/src/modules/ai-chat/ai-chat.module.ts security healthy apps/api/src/modules/ai-chat/ai-chat.module.ts
auth::apps/web/components/MyGenerationsCounter.tsx security healthy apps/web/components/MyGenerationsCounter.tsx
auth::apps/api/src/modules/web-push/web-push.module.ts security healthy apps/api/src/modules/web-push/web-push.module.ts
auth::apps/api/src/modules/collage/collage.controller.ts security healthy apps/api/src/modules/collage/collage.controller.ts
auth::apps/api/src/modules/auth/auth.controller.ts security healthy apps/api/src/modules/auth/auth.controller.ts
auth::apps/api/src/modules/generations/generations.controll… security healthy apps/api/src/modules/generations/generations.controller.ts
auth::apps/api/src/modules/chat/chat.gateway.ts security healthy apps/api/src/modules/chat/chat.gateway.ts
auth::apps/api/src/common/admin.guard.ts security healthy apps/api/src/common/admin.guard.ts
auth::apps/api/src/modules/invoices/invoices.controller.ts security healthy apps/api/src/modules/invoices/invoices.controller.ts
auth::apps/api/src/modules/auth/auth.module.ts security healthy apps/api/src/modules/auth/auth.module.ts
auth::CLAUDE.md security healthy CLAUDE.md
auth::apps/api/src/common/jwt.guard.ts security healthy apps/api/src/common/jwt.guard.ts
auth::.env.example security healthy .env.example
auth::apps/api/src/modules/auth/auth.service.ts security healthy apps/api/src/modules/auth/auth.service.ts
auth::apps/api/src/modules/errors/errors-filter.ts security healthy apps/api/src/modules/errors/errors-filter.ts
auth::apps/api/src/modules/sites/sites.module.ts security healthy apps/api/src/modules/sites/sites.module.ts
auth::apps/api/src/modules/analytics/analytics.controller.ts security healthy apps/api/src/modules/analytics/analytics.controller.ts
auth::docker-compose.prod.yml security healthy docker-compose.prod.yml
auth::apps/api/src/modules/payments/payments.controller.ts security healthy apps/api/src/modules/payments/payments.controller.ts
auth::apps/api/src/modules/gift-codes/gift-codes.controller… security healthy apps/api/src/modules/gift-codes/gift-codes.controller.ts
auth::apps/api/src/modules/mail/mail.gateway.ts security healthy apps/api/src/modules/mail/mail.gateway.ts
auth::apps/api/src/modules/outbound-email/outbound-email.mo… security healthy apps/api/src/modules/outbound-email/outbound-email.module.ts
auth::ops/bridge.js security healthy ops/bridge.js
auth::apps/api/src/modules/sites/sites.controller.ts security healthy apps/api/src/modules/sites/sites.controller.ts
auth::apps/admin/app/(dashboard)/terminal/_content.tsx security healthy apps/admin/app/(dashboard)/terminal/_content.tsx
auth::apps/api/src/modules/sites/site-context.middleware.ts security healthy apps/api/src/modules/sites/site-context.middleware.ts
auth::apps/api/src/modules/chat/chat.controller.ts security healthy apps/api/src/modules/chat/chat.controller.ts

LabelLayerStatusPath
/login frontend healthy apps/admin/app/login/page.tsx
/login/verify frontend healthy apps/admin/app/login/verify/page.tsx
/(dashboard)/[[...slug]] frontend healthy apps/admin/app/(dashboard)/[[...slug]]/page.tsx
/(dashboard)/seo-pages frontend healthy apps/admin/app/(dashboard)/seo-pages/page.tsx
/(dashboard)/sites frontend healthy apps/admin/app/(dashboard)/sites/page.tsx
/(dashboard)/sites/[id]/samples frontend healthy apps/admin/app/(dashboard)/sites/[id]/samples/page.tsx
/page.tsx frontend healthy apps/web/app/page.tsx
/articole frontend healthy apps/web/app/articole/page.tsx
/articole/[slug] frontend healthy apps/web/app/articole/[slug]/page.tsx
/contact frontend healthy apps/web/app/contact/page.tsx
/unsubscribe frontend healthy apps/web/app/unsubscribe/page.tsx
/m/[id] frontend healthy apps/web/app/m/[id]/page.tsx
/asculta frontend healthy apps/web/app/asculta/page.tsx
/cookies frontend healthy apps/web/app/cookies/page.tsx
/cont frontend healthy apps/web/app/cont/page.tsx
/confidentialitate frontend healthy apps/web/app/confidentialitate/page.tsx
/studio frontend healthy apps/web/app/studio/page.tsx
/top frontend healthy apps/web/app/top/page.tsx
/istoric frontend healthy apps/web/app/istoric/page.tsx
/checkout/success frontend healthy apps/web/app/checkout/success/page.tsx
/checkout/cancel frontend healthy apps/web/app/checkout/cancel/page.tsx
/manelele-mele frontend healthy apps/web/app/manelele-mele/page.tsx
/termeni frontend healthy apps/web/app/termeni/page.tsx
/faq frontend healthy apps/web/app/faq/page.tsx

LabelLayerStatusPath
port:127 network healthy CLAUDE.md
port:80 network healthy docker-compose.prod.yml
port:443 network healthy docker-compose.prod.yml
port:1502 network healthy docker-compose.yml
port:5432 network healthy docker-compose.yml
port:1503 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml
port:1504 network healthy docker-compose.yml
port:8080 network healthy docker-compose.yml
port:1501 network healthy docker-compose.yml
port:3000 network healthy docker-compose.yml
port:7681 network healthy ops/Dockerfile
port:7682 network healthy ops/bridge.js
port:64 network healthy apps/admin/pnpm-lock.yaml
port:15 network healthy apps/admin/pnpm-lock.yaml
port:1505 network healthy apps/admin/Dockerfile
port:1500 network healthy apps/web/Dockerfile

LabelLayerStatusPath
127.0.0.1 network healthy CLAUDE.md
212.227.184.215 network healthy CLAUDE.md
138.201.249.234 network healthy CLAUDE.md
1.2.3.4 network healthy apps/admin/app/(dashboard)/site/_content.tsx
3.676.56.56 network healthy apps/admin/lib/icon-registry.ts
3.677.6.6 network healthy apps/admin/lib/icon-registry.ts
3.676.6.6 network healthy apps/admin/lib/icon-registry.ts
022.617.46.402 network healthy apps/admin/lib/icon-registry.ts
3.08.15.2 network healthy apps/web/components/sections.tsx
4.49.71.3 network healthy apps/web/components/sections.tsx
1.69.63.71 network healthy apps/web/components/sections.tsx
1.86.12.57 network healthy apps/web/components/sections.tsx
3.57.93.95 network healthy apps/web/components/sections.tsx
192.168.1.5 network healthy apps/web/lib/site-shared.ts
1.000.000.000 network healthy apps/web/messages/sr.json

LabelLayerStatusPath
image::ops/Dockerfile hardware healthy ops/Dockerfile
image::apps/api/Dockerfile hardware healthy apps/api/Dockerfile
image::apps/admin/Dockerfile hardware healthy apps/admin/Dockerfile
image::apps/web/Dockerfile hardware healthy apps/web/Dockerfile
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
adminer hardware healthy docker-compose.yml
api hardware healthy docker-compose.yml

LabelLayerStatusPath
vps::hetzner hardware healthy CLAUDE.md
vps::aws hardware healthy apps/api/src/modules/analytics/bot-detection.ts
vps::azure hardware healthy apps/api/src/modules/analytics/bot-detection.ts
vps::digitalocean hardware healthy apps/api/src/modules/analytics/bot-detection.ts
vps::linode hardware healthy apps/api/src/modules/analytics/bot-detection.ts
vps::vultr hardware healthy apps/api/src/modules/analytics/bot-detection.ts

LabelLayerStatusPath
postgres data healthy CLAUDE.md
redis data healthy CLAUDE.md
postgresql data healthy CLAUDE.md
mongodb data healthy apps/api/pnpm-lock.yaml
clickhouse data healthy scripts/openreplay/README.md

LabelLayerStatusPath
caddy network healthy CLAUDE.md
nginx network healthy CLAUDE.md
traefik network healthy scripts/openreplay/README.md

LabelLayerStatusPath
bullmq data healthy CLAUDE.md
kafka data healthy scripts/openreplay/README.md

LabelLayerStatusPath
repobility-clone-w6u6mklf software healthy /tmp/repobility-clone-w6u6mklf
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/2bd14f14-1952-4744-8841-dd937a2850bc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2bd14f14-1952-4744-8841-dd937a2850bc/

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.