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.

aiagency40240157-web/Mystical

https://github.com/aiagency40240157-web/Mystical · scanned 2026-06-17 01:30 UTC (1 month, 2 weeks ago)

60 raw signals (0 security + 60 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -30.2 (diff) · 56 actionable findings from 1 signal source. 4 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 503 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
.env.example software healthy .env.example
firebase.json software healthy firebase.json
package-lock.json software healthy package-lock.json
nest-cli.json software healthy nest-cli.json
docker-compose.yml software healthy docker-compose.yml
package.json software healthy package.json
render.yaml software healthy render.yaml
jest.config.js software healthy jest.config.js
Dockerfile software healthy Dockerfile
tsconfig.json software healthy tsconfig.json
bootstrap.sh software healthy tools/bootstrap.sh
tailwind.config.ts software healthy frontend/tailwind.config.ts
next.config.mjs software healthy frontend/next.config.mjs
.env.production software healthy frontend/.env.production
.env.development software healthy frontend/.env.development
package-lock.json software healthy frontend/package-lock.json
postcss.config.mjs software healthy frontend/postcss.config.mjs
package.json software healthy frontend/package.json
next-env.d.ts software healthy frontend/next-env.d.ts
tsconfig.json software healthy frontend/tsconfig.json
globals.css software healthy frontend/src/app/globals.css
layout.tsx software healthy frontend/src/app/layout.tsx
page.tsx software healthy frontend/src/app/page.tsx
page.tsx software healthy frontend/src/app/dashboard/page.tsx
page.tsx software healthy frontend/src/app/clients/page.tsx
page.tsx software healthy frontend/src/app/clients/edit/page.tsx
page.tsx software healthy frontend/src/app/clients/new/page.tsx
page.tsx software healthy frontend/src/app/waitlist/page.tsx
page.tsx software healthy frontend/src/app/login/page.tsx
page.tsx software healthy frontend/src/app/audit/page.tsx
page.tsx software healthy frontend/src/app/appointments/page.tsx
page.tsx software healthy frontend/src/app/appointments/new/page.tsx
page.tsx software healthy frontend/src/app/analytics/page.tsx
page.tsx software healthy frontend/src/app/services/page.tsx
page.tsx software healthy frontend/src/app/relationships/page.tsx
AppLayout.tsx software healthy frontend/src/components/AppLayout.tsx
StatusBadge.tsx software healthy frontend/src/components/StatusBadge.tsx
Nav.tsx software healthy frontend/src/components/Nav.tsx
api.ts software healthy frontend/src/lib/api.ts
auth.ts software healthy frontend/src/lib/auth.ts
manifest.json software healthy frontend/public/manifest.json
main.ts software healthy src/main.ts
app.controller.ts software healthy src/app.controller.ts
app.module.ts software healthy src/app.module.ts
clients.module.ts software healthy src/modules/clients/clients.module.ts
clients.controller.ts software healthy src/modules/clients/clients.controller.ts
clients.service.ts software healthy src/modules/clients/clients.service.ts
create-client.dto.ts software healthy src/modules/clients/dto/create-client.dto.ts
update-client.dto.ts software healthy src/modules/clients/dto/update-client.dto.ts
waitlist.service.ts software healthy src/modules/waitlist/waitlist.service.ts

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

LabelLayerStatusPath
RootLayout software healthy frontend/src/app/layout.tsx:RootLayout
Home software healthy frontend/src/app/page.tsx:Home
DashboardPage software healthy frontend/src/app/dashboard/page.tsx:DashboardPage
load software healthy frontend/src/app/dashboard/page.tsx:load
colorOf software healthy frontend/src/app/clients/page.tsx:colorOf
Avatar software healthy frontend/src/app/clients/page.tsx:Avatar
ClientTable software healthy frontend/src/app/clients/page.tsx:ClientTable
ClientsPage software healthy frontend/src/app/clients/page.tsx:ClientsPage
EditClientForm software healthy frontend/src/app/clients/edit/page.tsx:EditClientForm
handleSubmit software healthy frontend/src/app/clients/edit/page.tsx:handleSubmit
EditClientPage software healthy frontend/src/app/clients/edit/page.tsx:EditClientPage
NewClientPage software healthy frontend/src/app/clients/new/page.tsx:NewClientPage
handleSubmit software healthy frontend/src/app/clients/new/page.tsx:handleSubmit
WaitlistPage software healthy frontend/src/app/waitlist/page.tsx:WaitlistPage
LoginPage software healthy frontend/src/app/login/page.tsx:LoginPage
handleSubmit software healthy frontend/src/app/login/page.tsx:handleSubmit
AuditPage software healthy frontend/src/app/audit/page.tsx:AuditPage
AppointmentsPage software healthy frontend/src/app/appointments/page.tsx:AppointmentsPage
load software healthy frontend/src/app/appointments/page.tsx:load
handleCancel software healthy frontend/src/app/appointments/page.tsx:handleCancel
actionable software healthy frontend/src/app/appointments/page.tsx:actionable
NewAppointmentForm software healthy frontend/src/app/appointments/new/page.tsx:NewAppointmentFo…
submitBooking software healthy frontend/src/app/appointments/new/page.tsx:submitBooking
handleSubmit software healthy frontend/src/app/appointments/new/page.tsx:handleSubmit
renderResult software healthy frontend/src/app/appointments/new/page.tsx:renderResult
NewAppointmentPage software healthy frontend/src/app/appointments/new/page.tsx:NewAppointmentPa…
AnalyticsPage software healthy frontend/src/app/analytics/page.tsx:AnalyticsPage
formatPrice software healthy frontend/src/app/services/page.tsx:formatPrice
ServicesPage software healthy frontend/src/app/services/page.tsx:ServicesPage
RelationshipsPage software healthy frontend/src/app/relationships/page.tsx:RelationshipsPage
load software healthy frontend/src/app/relationships/page.tsx:load
loadClients software healthy frontend/src/app/relationships/page.tsx:loadClients
handleConfirm software healthy frontend/src/app/relationships/page.tsx:handleConfirm
handleAdd software healthy frontend/src/app/relationships/page.tsx:handleAdd
AppLayout software healthy frontend/src/components/AppLayout.tsx:AppLayout
StatusBadge software healthy frontend/src/components/StatusBadge.tsx:StatusBadge
Nav software healthy frontend/src/components/Nav.tsx:Nav
logout software healthy frontend/src/components/Nav.tsx:logout
request software healthy frontend/src/lib/api.ts:request
getToken software healthy frontend/src/lib/auth.ts:getToken
getRole software healthy frontend/src/lib/auth.ts:getRole
setAuth software healthy frontend/src/lib/auth.ts:setAuth
clearAuth software healthy frontend/src/lib/auth.ts:clearAuth
isAuthenticated software healthy frontend/src/lib/auth.ts:isAuthenticated
hasRole software healthy frontend/src/lib/auth.ts:hasRole
bootstrap software healthy src/main.ts:bootstrap
corsOrigins software healthy src/main.ts:corsOrigins
language software healthy src/modules/whatsapp/whatsapp.service.ts:language
hoursUntil software healthy src/modules/payments/payment.service.ts:hoursUntil
entries software healthy src/modules/instagram/instagram.controller.ts:entries

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

LabelLayerStatusPath
tools software healthy tools
frontend software healthy frontend
src software healthy frontend/src
app software healthy frontend/src/app
dashboard software healthy frontend/src/app/dashboard
clients software healthy frontend/src/app/clients
edit software healthy frontend/src/app/clients/edit
new software healthy frontend/src/app/clients/new
waitlist software healthy frontend/src/app/waitlist
login software healthy frontend/src/app/login
audit software healthy frontend/src/app/audit
appointments software healthy frontend/src/app/appointments
new software healthy frontend/src/app/appointments/new
analytics software healthy frontend/src/app/analytics
services software healthy frontend/src/app/services
relationships software healthy frontend/src/app/relationships
components software healthy frontend/src/components
lib software healthy frontend/src/lib
public software healthy frontend/public
src software healthy src
modules software healthy src/modules
clients software healthy src/modules/clients
dto software healthy src/modules/clients/dto
waitlist software healthy src/modules/waitlist
audit software healthy src/modules/audit
whatsapp software healthy src/modules/whatsapp
payments software healthy src/modules/payments
dto software healthy src/modules/payments/dto
auth software healthy src/modules/auth
dto software healthy src/modules/auth/dto
appointments software healthy src/modules/appointments
dto software healthy src/modules/appointments/dto
analytics software healthy src/modules/analytics
instagram software healthy src/modules/instagram
ai-communication software healthy src/modules/ai-communication
services software healthy src/modules/services
relationships software healthy src/modules/relationships
dto software healthy src/modules/relationships/dto
privacy software healthy src/modules/privacy
retention software healthy src/modules/retention
scheduler software healthy src/modules/scheduler
database software healthy src/database
common software healthy src/common
interceptors software healthy src/common/interceptors
utils software healthy src/common/utils
filters software healthy src/common/filters
decorators software healthy src/common/decorators
guards software healthy src/common/guards
config software healthy src/config
prisma software healthy prisma

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

LabelLayerStatusPath
AppController software healthy src/app.controller.ts:AppController
AppModule software healthy src/app.module.ts:AppModule
ClientsModule software healthy src/modules/clients/clients.module.ts:ClientsModule
ClientsController software healthy src/modules/clients/clients.controller.ts:ClientsController
ClientsService software healthy src/modules/clients/clients.service.ts:ClientsService
CreateClientDto software healthy src/modules/clients/dto/create-client.dto.ts:CreateClientDto
UpdateClientDto software healthy src/modules/clients/dto/update-client.dto.ts:UpdateClientDto
WaitlistService software healthy src/modules/waitlist/waitlist.service.ts:WaitlistService
WaitlistModule software healthy src/modules/waitlist/waitlist.module.ts:WaitlistModule
WaitlistController software healthy src/modules/waitlist/waitlist.controller.ts:WaitlistControl…
AuditService software healthy src/modules/audit/audit.service.ts:AuditService
AuditController software healthy src/modules/audit/audit.controller.ts:AuditController
AuditModule software healthy src/modules/audit/audit.module.ts:AuditModule
WhatsAppModule software healthy src/modules/whatsapp/whatsapp.module.ts:WhatsAppModule
WhatsAppController software healthy src/modules/whatsapp/whatsapp.controller.ts:WhatsAppControl…
WhatsAppService software healthy src/modules/whatsapp/whatsapp.service.ts:WhatsAppService
PaymentService software healthy src/modules/payments/payment.service.ts:PaymentService
PaymentController software healthy src/modules/payments/payment.controller.ts:PaymentController
PaymentModule software healthy src/modules/payments/payment.module.ts:PaymentModule
CreatePaymentIntentDto software healthy src/modules/payments/dto/create-payment-intent.dto.ts:Creat…
AuthController software healthy src/modules/auth/auth.controller.ts:AuthController
AuthModule software healthy src/modules/auth/auth.module.ts:AuthModule
AuthService software healthy src/modules/auth/auth.service.ts:AuthService
LoginDto software healthy src/modules/auth/dto/login.dto.ts:LoginDto
AppointmentsController software healthy src/modules/appointments/appointments.controller.ts:Appoint…
AvailabilityController software healthy src/modules/appointments/appointments.controller.ts:Availab…
AppointmentsModule software healthy src/modules/appointments/appointments.module.ts:Appointment…
AppointmentsService software healthy src/modules/appointments/appointments.service.ts:Appointmen…
CreateAppointmentDto software healthy src/modules/appointments/dto/create-appointment.dto.ts:Crea…
RescheduleAppointmentDto software healthy src/modules/appointments/dto/reschedule-appointment.dto.ts:…
AnalyticsController software healthy src/modules/analytics/analytics.controller.ts:AnalyticsCont…
AnalyticsModule software healthy src/modules/analytics/analytics.module.ts:AnalyticsModule
AnalyticsService software healthy src/modules/analytics/analytics.service.ts:AnalyticsService
InstagramController software healthy src/modules/instagram/instagram.controller.ts:InstagramCont…
InstagramService software healthy src/modules/instagram/instagram.service.ts:InstagramService
InstagramModule software healthy src/modules/instagram/instagram.module.ts:InstagramModule
ResponseSafetyLayerService software healthy src/modules/ai-communication/response-safety-layer.service.…
AiCommunicationModule software healthy src/modules/ai-communication/ai-communication.module.ts:AiC…
IntentParserService software healthy src/modules/ai-communication/intent-parser.service.ts:Inten…
AICommunicationService software healthy src/modules/ai-communication/ai-communication.service.ts:AI…
ServicesService software healthy src/modules/services/services.service.ts:ServicesService
ServicesModule software healthy src/modules/services/services.module.ts:ServicesModule
ServicesController software healthy src/modules/services/services.controller.ts:ServicesControl…
RelationshipsController software healthy src/modules/relationships/relationships.controller.ts:Relat…
RelationshipsModule software healthy src/modules/relationships/relationships.module.ts:Relations…
RelationshipsService software healthy src/modules/relationships/relationships.service.ts:Relation…
CreateRelationshipDto software healthy src/modules/relationships/dto/create-relationship.dto.ts:Cr…
PrivacyRuleService software healthy src/modules/privacy/privacy-rule.service.ts:PrivacyRuleServ…
PrivacyModule software healthy src/modules/privacy/privacy.module.ts:PrivacyModule
RetentionModule software healthy src/modules/retention/retention.module.ts:RetentionModule

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

LabelLayerStatusPath
POST /clients api healthy frontend/src/app/clients/new/page.tsx
GET /health api healthy src/app.controller.ts
GET /clients/by-phone/:phone api healthy src/modules/clients/clients.controller.ts
GET /clients/:id api healthy src/modules/clients/clients.controller.ts
PATCH /clients/:id api healthy src/modules/clients/clients.controller.ts
POST /whatsapp/webhook api healthy src/modules/whatsapp/whatsapp.controller.ts
POST /payments/create-intent api healthy src/modules/payments/payment.controller.ts
POST /payments/checkout-session api healthy src/modules/payments/payment.controller.ts
POST /payments/webhook api healthy src/modules/payments/payment.controller.ts
GET /payments/mock-pay/:appointmentId api healthy src/modules/payments/payment.controller.ts
GET /payments/success api healthy src/modules/payments/payment.controller.ts
GET /payments/cancel api healthy src/modules/payments/payment.controller.ts
GET /payments/:id api healthy src/modules/payments/payment.controller.ts
POST /auth/login api healthy src/modules/auth/auth.controller.ts
POST /appointments/book-via-bot api healthy src/modules/appointments/appointments.controller.ts
GET /appointments/availability api healthy src/modules/appointments/appointments.controller.ts
GET /appointments/:id api healthy src/modules/appointments/appointments.controller.ts
PUT /appointments/reschedule api healthy src/modules/appointments/appointments.controller.ts
POST /appointments/:id/reschedule api healthy src/modules/appointments/appointments.controller.ts
POST /appointments/:id/cancel api healthy src/modules/appointments/appointments.controller.ts
DELETE /appointments/:id api healthy src/modules/appointments/appointments.controller.ts
POST /appointments/:id/no-show api healthy src/modules/appointments/appointments.controller.ts
GET /analytics/summary api healthy src/modules/analytics/analytics.controller.ts
GET /analytics/waitlist-pressure api healthy src/modules/analytics/analytics.controller.ts
GET /instagram/webhook api healthy src/modules/instagram/instagram.controller.ts
POST /instagram/webhook api healthy src/modules/instagram/instagram.controller.ts
GET /services/:id api healthy src/modules/services/services.controller.ts
PATCH /relationships/:id/confirm api healthy src/modules/relationships/relationships.controller.ts

LabelLayerStatusPath
RootLayout frontend healthy frontend/src/app/layout.tsx
Home frontend healthy frontend/src/app/page.tsx
DashboardPage frontend healthy frontend/src/app/dashboard/page.tsx
ClientsPage frontend healthy frontend/src/app/clients/page.tsx
EditClientPage frontend healthy frontend/src/app/clients/edit/page.tsx
NewClientPage frontend healthy frontend/src/app/clients/new/page.tsx
WaitlistPage frontend healthy frontend/src/app/waitlist/page.tsx
LoginPage frontend healthy frontend/src/app/login/page.tsx
AuditPage frontend healthy frontend/src/app/audit/page.tsx
AppointmentsPage frontend healthy frontend/src/app/appointments/page.tsx
NewAppointmentPage frontend healthy frontend/src/app/appointments/new/page.tsx
AnalyticsPage frontend healthy frontend/src/app/analytics/page.tsx
ServicesPage frontend healthy frontend/src/app/services/page.tsx
RelationshipsPage frontend healthy frontend/src/app/relationships/page.tsx
AppLayout frontend healthy frontend/src/components/AppLayout.tsx
StatusBadge frontend healthy frontend/src/components/StatusBadge.tsx
Nav frontend healthy frontend/src/components/Nav.tsx

LabelLayerStatusPath
/page.tsx frontend healthy frontend/src/app/page.tsx
/dashboard frontend healthy frontend/src/app/dashboard/page.tsx
/clients frontend healthy frontend/src/app/clients/page.tsx
/clients/edit frontend healthy frontend/src/app/clients/edit/page.tsx
/clients/new frontend healthy frontend/src/app/clients/new/page.tsx
/waitlist frontend healthy frontend/src/app/waitlist/page.tsx
/login frontend healthy frontend/src/app/login/page.tsx
/audit frontend healthy frontend/src/app/audit/page.tsx
/appointments frontend healthy frontend/src/app/appointments/page.tsx
/appointments/new frontend healthy frontend/src/app/appointments/new/page.tsx
/analytics frontend healthy frontend/src/app/analytics/page.tsx
/services frontend healthy frontend/src/app/services/page.tsx
/relationships frontend healthy frontend/src/app/relationships/page.tsx

LabelLayerStatusPath
dotenv::frontend/.env.production security healthy frontend/.env.production
dotenv::frontend/.env.development security healthy frontend/.env.development
password_literal::prisma/seed.ts security healthy prisma/seed.ts
password_literal::prisma/seed.ts security healthy prisma/seed.ts
password_literal::prisma/seed.ts security healthy prisma/seed.ts
password_literal::.claude/settings.local.json security healthy .claude/settings.local.json
password_literal::.claude/settings.local.json security healthy .claude/settings.local.json
password_literal::.claude/settings.local.json security healthy .claude/settings.local.json
password_literal::.claude/settings.local.json security healthy .claude/settings.local.json

LabelLayerStatusPath
Service data healthy prisma/migrations/20260514232045_add_services/migration.sql
User data healthy prisma/migrations/20260514181223_add_user_relationship/migr…
Relationship data healthy prisma/migrations/20260514181223_add_user_relationship/migr…
Client data healthy prisma/migrations/20260513222724_init/migration.sql
WaitlistEntry data healthy prisma/migrations/20260513222724_init/migration.sql
Appointment data healthy prisma/migrations/20260513222724_init/migration.sql
Payment data healthy prisma/migrations/20260513222724_init/migration.sql
AuditLog data healthy prisma/migrations/20260513222724_init/migration.sql

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
image::chatbot-mvp/Dockerfile hardware healthy chatbot-mvp/Dockerfile
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
app hardware healthy docker-compose.yml
postgres hardware healthy docker/docker-compose.yml
redis hardware healthy docker/docker-compose.yml
app hardware healthy docker/docker-compose.yml

LabelLayerStatusPath
auth::src/app.module.ts security healthy src/app.module.ts
auth::src/common/guards/roles.guard.ts security healthy src/common/guards/roles.guard.ts
auth::src/modules/auth/auth.module.ts security healthy src/modules/auth/auth.module.ts
auth::src/modules/auth/auth.service.ts security healthy src/modules/auth/auth.service.ts
auth::package.json security healthy package.json
auth::.env.example security healthy .env.example

LabelLayerStatusPath
migration.sql data healthy prisma/migrations/20260514232045_add_services/migration.sql
migration.sql data healthy prisma/migrations/20260514235526_add_known_relation_note/mi…
migration.sql data healthy prisma/migrations/20260514181223_add_user_relationship/migr…
migration.sql data healthy prisma/migrations/20260513222724_init/migration.sql

LabelLayerStatusPath
postgresql data healthy .env.example
postgres data healthy .env.example
redis data healthy docker-compose.yml

LabelLayerStatusPath
port:3000 network healthy .env.example
port:5432 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml

LabelLayerStatusPath
aiagency40240157-web__Mystical software healthy /data/fable5_failed_archive/aiagency40240157-web__Mystical

LabelLayerStatusPath
127.0.0.1 network healthy .env.example
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/a33f31fa-e92a-4a26-a82c-6c4fbdc0bb11/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a33f31fa-e92a-4a26-a82c-6c4fbdc0bb11/

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.