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.

branislav90/mazzidesign_1

https://github.com/branislav90/mazzidesign_1 · scanned 2026-06-17 01:42 UTC (1 month, 1 week ago)

23 raw signals (0 security + 23 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -4.3 (diff) · 21 actionable findings from 1 signal source. 2 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 542 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
middleware software healthy frontend/src/middleware.ts:middleware
Providers software healthy frontend/src/app/providers.tsx:Providers
RootLayout software healthy frontend/src/app/layout.tsx:RootLayout
POST software healthy frontend/src/app/api/revalidate/route.ts:POST
body software healthy frontend/src/app/api/revalidate/route.ts:body
AdminLayout software healthy frontend/src/app/admin/layout.tsx:AdminLayout
handleLogout software healthy frontend/src/app/admin/layout.tsx:handleLogout
AdminDashboardPage software healthy frontend/src/app/admin/page.tsx:AdminDashboardPage
AdminLoginPage software healthy frontend/src/app/admin/login/page.tsx:AdminLoginPage
handleSubmit software healthy frontend/src/app/admin/login/page.tsx:handleSubmit
proxy software healthy frontend/src/app/admin/api/[...path]/route.ts:proxy
forward software healthy frontend/src/app/admin/api/[...path]/route.ts:forward
unauthorized software healthy frontend/src/app/admin/api/[...path]/route.ts:unauthorized
POST software healthy frontend/src/app/admin/api/auth/login/route.ts:POST
tokens software healthy frontend/src/app/admin/api/auth/login/route.ts:tokens
POST software healthy frontend/src/app/admin/api/auth/logout/route.ts:POST
cookieOptions software healthy frontend/src/app/admin/api/_lib/auth.ts:cookieOptions
setAuthCookies software healthy frontend/src/app/admin/api/_lib/auth.ts:setAuthCookies
clearAuthCookies software healthy frontend/src/app/admin/api/_lib/auth.ts:clearAuthCookies
refreshTokens software healthy frontend/src/app/admin/api/_lib/auth.ts:refreshTokens
AdminMediaPage software healthy frontend/src/app/admin/media/page.tsx:AdminMediaPage
handleUpload software healthy frontend/src/app/admin/media/page.tsx:handleUpload
handleDelete software healthy frontend/src/app/admin/media/page.tsx:handleDelete
PageTitle software healthy frontend/src/app/admin/_components/ui.tsx:PageTitle
Card software healthy frontend/src/app/admin/_components/ui.tsx:Card
Loading software healthy frontend/src/app/admin/_components/ui.tsx:Loading
ErrorBox software healthy frontend/src/app/admin/_components/ui.tsx:ErrorBox
EmptyState software healthy frontend/src/app/admin/_components/ui.tsx:EmptyState
Labelled software healthy frontend/src/app/admin/_components/ui.tsx:Labelled
StatusBadge software healthy frontend/src/app/admin/_components/ui.tsx:StatusBadge
AdminEnquiriesPage software healthy frontend/src/app/admin/enquiries/page.tsx:AdminEnquiriesPage
Row software healthy frontend/src/app/admin/enquiries/[id]/page.tsx:Row
ConfigurationCard software healthy frontend/src/app/admin/enquiries/[id]/page.tsx:Configuratio…
EnquiryDetailPage software healthy frontend/src/app/admin/enquiries/[id]/page.tsx:EnquiryDetai…
handleSave software healthy frontend/src/app/admin/enquiries/[id]/page.tsx:handleSave
mergeDefaults software healthy frontend/src/app/admin/content/page.tsx:mergeDefaults
parseLocale software healthy frontend/src/app/admin/content/page.tsx:parseLocale
SectionEditor software healthy frontend/src/app/admin/content/page.tsx:SectionEditor
handleSave software healthy frontend/src/app/admin/content/page.tsx:handleSave
SectionCard software healthy frontend/src/app/admin/content/page.tsx:SectionCard
AdminContentPage software healthy frontend/src/app/admin/content/page.tsx:AdminContentPage
stripEmpty software healthy frontend/src/app/admin/content/_components/sections.tsx:str…
TextField software healthy frontend/src/app/admin/content/_components/fields.tsx:TextF…
TextAreaField software healthy frontend/src/app/admin/content/_components/fields.tsx:TextA…
NumberField software healthy frontend/src/app/admin/content/_components/fields.tsx:Numbe…
SelectField software healthy frontend/src/app/admin/content/_components/fields.tsx:Selec…
Repeater software healthy frontend/src/app/admin/content/_components/fields.tsx:Repea…
move software healthy frontend/src/app/admin/content/_components/fields.tsx:move
ImagePickerField software healthy frontend/src/app/admin/content/_components/ImagePickerField…
PickerModal software healthy frontend/src/app/admin/content/_components/ImagePickerField…

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

LabelLayerStatusPath
.env.example software healthy .env.example
DEPLOY.md software healthy DEPLOY.md
AGENTS.md software healthy AGENTS.md
docker-compose.prod.yml software healthy docker-compose.prod.yml
.env.prod.example software healthy .env.prod.example
README.md software healthy README.md
docker-compose.yml software healthy docker-compose.yml
Dockerfile software healthy backend/Dockerfile
JwtTokenServiceTests.cs software healthy backend/tests/Api.IntegrationTests/JwtTokenServiceTests.cs
EnquiryValidatorTests.cs software healthy backend/tests/Api.IntegrationTests/EnquiryValidatorTests.cs
SectionSchemasTests.cs software healthy backend/tests/Api.IntegrationTests/SectionSchemasTests.cs
ReferenceGeneratorTests.cs software healthy backend/tests/Api.IntegrationTests/ReferenceGeneratorTests.…
DependencyInjection.cs software healthy backend/src/Infrastructure/DependencyInjection.cs
SmtpOptions.cs software healthy backend/src/Infrastructure/Email/SmtpOptions.cs
EnquiryEmailSender.cs software healthy backend/src/Infrastructure/Email/EnquiryEmailSender.cs
20260612092534_InitialIdentity.Designer.cs software healthy backend/src/Infrastructure/Migrations/20260612092534_Initia…
AppDbContextModelSnapshot.cs software healthy backend/src/Infrastructure/Migrations/AppDbContextModelSnap…
20260612121650_CmsCore.cs software healthy backend/src/Infrastructure/Migrations/20260612121650_CmsCor…
20260612092534_InitialIdentity.cs software healthy backend/src/Infrastructure/Migrations/20260612092534_Initia…
20260612121650_CmsCore.Designer.cs software healthy backend/src/Infrastructure/Migrations/20260612121650_CmsCor…
DesignTimeDbContextFactory.cs software healthy backend/src/Infrastructure/Persistence/DesignTimeDbContextF…
AppDbContext.cs software healthy backend/src/Infrastructure/Persistence/AppDbContext.cs
IFileStorage.cs software healthy backend/src/Infrastructure/Storage/IFileStorage.cs
LocalFileStorage.cs software healthy backend/src/Infrastructure/Storage/LocalFileStorage.cs
MediaProcessingService.cs software healthy backend/src/Infrastructure/Media/MediaProcessingService.cs
Project.cs software healthy backend/src/Domain/Entities/Project.cs
RefreshToken.cs software healthy backend/src/Domain/Entities/RefreshToken.cs
AdminUser.cs software healthy backend/src/Domain/Entities/AdminUser.cs
Enums.cs software healthy backend/src/Domain/Entities/Enums.cs
Enquiry.cs software healthy backend/src/Domain/Entities/Enquiry.cs
MediaAsset.cs software healthy backend/src/Domain/Entities/MediaAsset.cs
PageSection.cs software healthy backend/src/Domain/Entities/PageSection.cs
Program.cs software healthy backend/src/Api/Program.cs
appsettings.json software healthy backend/src/Api/appsettings.json
appsettings.Development.json software healthy backend/src/Api/appsettings.Development.json
launchSettings.json software healthy backend/src/Api/Properties/launchSettings.json
CmsSeeder.cs software healthy backend/src/Api/Seed/CmsSeeder.cs
ProjectDtos.cs software healthy backend/src/Api/Contracts/ProjectDtos.cs
MediaRefDto.cs software healthy backend/src/Api/Contracts/MediaRefDto.cs
WireEnums.cs software healthy backend/src/Api/Contracts/WireEnums.cs
ContentDtos.cs software healthy backend/src/Api/Contracts/ContentDtos.cs
EnquiryDtos.cs software healthy backend/src/Api/Contracts/EnquiryDtos.cs
SectionSchemas.cs software healthy backend/src/Api/Content/SectionSchemas.cs
ProjectValidators.cs software healthy backend/src/Api/Validation/ProjectValidators.cs
EnquiryValidators.cs software healthy backend/src/Api/Validation/EnquiryValidators.cs
ValidationResultExtensions.cs software healthy backend/src/Api/Validation/ValidationResultExtensions.cs
FrontendRevalidator.cs software healthy backend/src/Api/Services/FrontendRevalidator.cs
ReferenceGenerator.cs software healthy backend/src/Api/Services/ReferenceGenerator.cs
MediaUrlBuilder.cs software healthy backend/src/Api/Services/MediaUrlBuilder.cs
EnquiryEmailComposer.cs software healthy backend/src/Api/Services/EnquiryEmailComposer.cs

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

LabelLayerStatusPath
backend software healthy backend
tests software healthy backend/tests
Api.IntegrationTests software healthy backend/tests/Api.IntegrationTests
src software healthy backend/src
Infrastructure software healthy backend/src/Infrastructure
Email software healthy backend/src/Infrastructure/Email
Migrations software healthy backend/src/Infrastructure/Migrations
Persistence software healthy backend/src/Infrastructure/Persistence
Storage software healthy backend/src/Infrastructure/Storage
Media software healthy backend/src/Infrastructure/Media
Domain software healthy backend/src/Domain
Entities software healthy backend/src/Domain/Entities
Api software healthy backend/src/Api
Properties software healthy backend/src/Api/Properties
Seed software healthy backend/src/Api/Seed
Contracts software healthy backend/src/Api/Contracts
Content software healthy backend/src/Api/Content
Validation software healthy backend/src/Api/Validation
Services software healthy backend/src/Api/Services
Controllers software healthy backend/src/Api/Controllers
Admin software healthy backend/src/Api/Controllers/Admin
Auth software healthy backend/src/Api/Auth
.github software healthy .github
workflows software healthy .github/workflows
frontend software healthy frontend
src software healthy frontend/src
app software healthy frontend/src/app
api software healthy frontend/src/app/api
revalidate software healthy frontend/src/app/api/revalidate
admin software healthy frontend/src/app/admin
login software healthy frontend/src/app/admin/login
api software healthy frontend/src/app/admin/api
[...path] software healthy frontend/src/app/admin/api/[...path]
auth software healthy frontend/src/app/admin/api/auth
login software healthy frontend/src/app/admin/api/auth/login
logout software healthy frontend/src/app/admin/api/auth/logout
_lib software healthy frontend/src/app/admin/api/_lib
media software healthy frontend/src/app/admin/media
_components software healthy frontend/src/app/admin/_components
enquiries software healthy frontend/src/app/admin/enquiries
[id] software healthy frontend/src/app/admin/enquiries/[id]
content software healthy frontend/src/app/admin/content
_components software healthy frontend/src/app/admin/content/_components
projects software healthy frontend/src/app/admin/projects
[id] software healthy frontend/src/app/admin/projects/[id]
_components software healthy frontend/src/app/admin/projects/_components
new software healthy frontend/src/app/admin/projects/new
configure software healthy frontend/src/app/configure
success software healthy frontend/src/app/configure/success
wizard software healthy frontend/src/app/configure/wizard

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

LabelLayerStatusPath
Providers frontend healthy frontend/src/app/providers.tsx
RootLayout frontend healthy frontend/src/app/layout.tsx
AdminLayout frontend healthy frontend/src/app/admin/layout.tsx
AdminDashboardPage frontend healthy frontend/src/app/admin/page.tsx
AdminLoginPage frontend healthy frontend/src/app/admin/login/page.tsx
AdminMediaPage frontend healthy frontend/src/app/admin/media/page.tsx
AdminEnquiriesPage frontend healthy frontend/src/app/admin/enquiries/page.tsx
EnquiryDetailPage frontend healthy frontend/src/app/admin/enquiries/[id]/page.tsx
AdminContentPage frontend healthy frontend/src/app/admin/content/page.tsx
ImagePickerField frontend healthy frontend/src/app/admin/content/_components/ImagePickerField…
AdminProjectsPage frontend healthy frontend/src/app/admin/projects/page.tsx
EditProjectPage frontend healthy frontend/src/app/admin/projects/[id]/page.tsx
ProjectEditor frontend healthy frontend/src/app/admin/projects/_components/ProjectEditor.t…
NewProjectPage frontend healthy frontend/src/app/admin/projects/new/page.tsx
ConfigureLayout frontend healthy frontend/src/app/configure/layout.tsx
ConfigureChooserPage frontend healthy frontend/src/app/configure/page.tsx
ConfigureSuccessPage frontend healthy frontend/src/app/configure/success/page.tsx
ConfigurePage frontend healthy frontend/src/app/configure/wizard/page.tsx
PlainEnquiryPage frontend healthy frontend/src/app/configure/enquiry/page.tsx
Wizard frontend healthy frontend/src/components/configurator/Wizard.tsx
PlainEnquiryForm frontend healthy frontend/src/components/configurator/PlainEnquiryForm.tsx
ConfiguratorCanvas frontend healthy frontend/src/components/configurator/three/ConfiguratorCanv…
Testimonial frontend healthy frontend/src/components/landing/Testimonial.tsx
Stats frontend healthy frontend/src/components/landing/Stats.tsx
Hero frontend healthy frontend/src/components/landing/Hero.tsx
Footer frontend healthy frontend/src/components/landing/Footer.tsx
ExpandingHero frontend healthy frontend/src/components/landing/ExpandingHero.tsx
Gallery frontend healthy frontend/src/components/landing/Gallery.tsx
Lightbox frontend healthy frontend/src/components/landing/Lightbox.tsx
EmText frontend healthy frontend/src/components/landing/EmText.tsx
Reveal frontend healthy frontend/src/components/landing/Reveal.tsx
LocaleToggle frontend healthy frontend/src/components/landing/LocaleToggle.tsx
Statement frontend healthy frontend/src/components/landing/Statement.tsx
Rooms frontend healthy frontend/src/components/landing/Rooms.tsx
SocialIcons frontend healthy frontend/src/components/landing/SocialIcons.tsx
Cta frontend healthy frontend/src/components/landing/Cta.tsx
Nav frontend healthy frontend/src/components/landing/Nav.tsx
Video frontend healthy frontend/src/components/landing/Video.tsx
WoodGrain frontend healthy frontend/src/components/landing/WoodGrain.tsx

LabelLayerStatusPath
/admin frontend healthy frontend/src/app/admin/page.tsx
/admin/login frontend healthy frontend/src/app/admin/login/page.tsx
/admin/media frontend healthy frontend/src/app/admin/media/page.tsx
/admin/enquiries frontend healthy frontend/src/app/admin/enquiries/page.tsx
/admin/enquiries/[id] frontend healthy frontend/src/app/admin/enquiries/[id]/page.tsx
/admin/content frontend healthy frontend/src/app/admin/content/page.tsx
/admin/projects frontend healthy frontend/src/app/admin/projects/page.tsx
/admin/projects/[id] frontend healthy frontend/src/app/admin/projects/[id]/page.tsx
/admin/projects/new frontend healthy frontend/src/app/admin/projects/new/page.tsx
/configure frontend healthy frontend/src/app/configure/page.tsx
/configure/success frontend healthy frontend/src/app/configure/success/page.tsx
/configure/wizard frontend healthy frontend/src/app/configure/wizard/page.tsx
/configure/enquiry frontend healthy frontend/src/app/configure/enquiry/page.tsx
/(site) frontend healthy frontend/src/app/(site)/page.tsx
/ frontend healthy frontend/src/app/admin/api/_lib/auth.ts

LabelLayerStatusPath
port:5025 network healthy docker-compose.prod.yml
port:80 network healthy docker-compose.prod.yml
port:5080 network healthy docker-compose.prod.yml
port:3000 network healthy docker-compose.prod.yml
port:14333 network healthy docker-compose.yml
port:1433 network healthy docker-compose.yml
port:2525 network healthy docker-compose.yml
port:25 network healthy docker-compose.yml

LabelLayerStatusPath
auth::backend/src/Api/appsettings.json security healthy backend/src/Api/appsettings.json
auth::AGENTS.md security healthy AGENTS.md
auth::frontend/src/app/admin/api/auth/login/route.ts security healthy frontend/src/app/admin/api/auth/login/route.ts
auth::README.md security healthy README.md
auth::backend/src/Api/appsettings.Development.json security healthy backend/src/Api/appsettings.Development.json
auth::frontend/src/middleware.ts security healthy frontend/src/middleware.ts
auth::frontend/src/lib/api/admin.ts security healthy frontend/src/lib/api/admin.ts
auth::frontend/src/app/admin/api/_lib/auth.ts security healthy frontend/src/app/admin/api/_lib/auth.ts

LabelLayerStatusPath
2.2.4.6 network healthy frontend/src/components/landing/SocialIcons.tsx
1.4.9.4 network healthy frontend/src/components/landing/SocialIcons.tsx
4.7.8.9 network healthy frontend/src/components/landing/SocialIcons.tsx
1.4.2.4 network healthy frontend/src/components/landing/SocialIcons.tsx
3.8.6.3 network healthy frontend/src/components/landing/SocialIcons.tsx

LabelLayerStatusPath
image::backend/Dockerfile hardware healthy backend/Dockerfile
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
mssql hardware healthy docker-compose.yml
smtp4dev hardware healthy docker-compose.yml

LabelLayerStatusPath
password_literal::docker-compose.prod.yml security healthy docker-compose.prod.yml
password_literal::docker-compose.prod.yml security healthy docker-compose.prod.yml
password_literal::docker-compose.yml security healthy docker-compose.yml

LabelLayerStatusPath
AdminApiError software healthy frontend/src/lib/api/admin.ts:AdminApiError
EnquiryError software healthy frontend/src/lib/api/enquiries.ts:EnquiryError

LabelLayerStatusPath
frontend cicd healthy .github/workflows/ci.yml
backend cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
branislav90__mazzidesign_1 software healthy /data/fable5_failed_archive/branislav90__mazzidesign_1

LabelLayerStatusPath
vps::azure hardware healthy AGENTS.md

LabelLayerStatusPath
gpu (detected) hardware healthy frontend/package-lock.json

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
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/f6266af6-979e-48cf-ac92-7ab8a68304ca/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f6266af6-979e-48cf-ac92-7ab8a68304ca/

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.