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.

quantchat-yy/Quant-Ecosystem

https://github.com/quantchat-yy/Quant-Ecosystem · scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)

889 raw signals (0 security + 889 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 875 actionable findings from 1 signal source. 14 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 11743 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
docker-compose.test.yml software healthy docker-compose.test.yml
MASTER-ROADMAP-COMPLETE.md software healthy MASTER-ROADMAP-COMPLETE.md
AGENT-ANALYSIS-DASHBOARD.md software healthy AGENT-ANALYSIS-DASHBOARD.md
playwright.config.ts software healthy playwright.config.ts
docker-compose.dev.yml software healthy docker-compose.dev.yml
CTO-EXECUTION-PLAN.md software healthy CTO-EXECUTION-PLAN.md
.env.local.example software healthy .env.local.example
.prettierrc.json software healthy .prettierrc.json
APP-DEEP-DIVE.md software healthy APP-DEEP-DIVE.md
commitlint.config.js software healthy commitlint.config.js
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
ROADMAP-90-DAY.md software healthy ROADMAP-90-DAY.md
pnpm-lock.yaml software healthy pnpm-lock.yaml
AGENT-STATUS.md software healthy AGENT-STATUS.md
deploy-agents.sh software healthy deploy-agents.sh
package.json software healthy package.json
PRODUCTION_CHECKLIST.md software healthy PRODUCTION_CHECKLIST.md
.lintstagedrc.json software healthy .lintstagedrc.json
turbo.json software healthy turbo.json
AGENT-SYNTHESIS-ROADMAP.md software healthy AGENT-SYNTHESIS-ROADMAP.md
AUDIT.md software healthy AUDIT.md
AGENT-HANDOFF.md software healthy AGENT-HANDOFF.md
build-and-push.sh software healthy build-and-push.sh
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
.env.example software healthy .env.example
tsconfig.json software healthy tsconfig.json
CTO-DIRECTIVES.md software healthy CTO-DIRECTIVES.md
CEO-DIRECTIVES.md software healthy CEO-DIRECTIVES.md
eslint.config.mjs software healthy eslint.config.mjs
QUANT-AI-VOICE-CONTROL.md software healthy QUANT-AI-VOICE-CONTROL.md
.agent-coordination.md software healthy .agent-coordination.md
SECURITY.md software healthy SECURITY.md
AGENT-ANALYSIS-SUMMARY.md software healthy AGENT-ANALYSIS-SUMMARY.md
docker-compose.yml software healthy docker-compose.yml
vitest.config.ts software healthy vitest.config.ts
stryker.conf.mjs software healthy stryker.conf.mjs
STUB-INVENTORY.md software healthy STUB-INVENTORY.md
base.Dockerfile software healthy docker/base.Dockerfile
prometheus.yml software healthy docker/prometheus/prometheus.yml
README.md software healthy models/multilingual-e5/1/README.md
README.md software healthy models/neural-cf/1/README.md
tailwind.config.ts software healthy apps/quantedits/tailwind.config.ts
package.json software healthy apps/quantedits/package.json
next.config.js software healthy apps/quantedits/next.config.js
next-env.d.ts software healthy apps/quantedits/next-env.d.ts
tsconfig.backend.json software healthy apps/quantedits/tsconfig.backend.json
.env.example software healthy apps/quantedits/.env.example
tsconfig.json software healthy apps/quantedits/tsconfig.json
postcss.config.js software healthy apps/quantedits/postcss.config.js

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

LabelLayerStatusPath
getConfig software healthy apps/quantedits/backend/app.ts:getConfig
env software healthy apps/quantedits/backend/app.ts:env
buildApp software healthy apps/quantedits/backend/app.ts:buildApp
aiRoutes software healthy apps/quantedits/backend/routes/ai.ts:aiRoutes
userId software healthy apps/quantedits/backend/routes/ai.ts:userId
assetsRoutes software healthy apps/quantedits/backend/routes/assets.ts:assetsRoutes
userId software healthy apps/quantedits/backend/routes/assets.ts:userId
exportsRoutes software healthy apps/quantedits/backend/routes/exports.ts:exportsRoutes
projectsRoutes software healthy apps/quantedits/backend/routes/projects.ts:projectsRoutes
prisma software healthy apps/quantedits/backend/routes/projects.ts:prisma
userId software healthy apps/quantedits/backend/routes/projects.ts:userId
skip software healthy apps/quantedits/backend/services/project.service.ts:skip
PageTransition software healthy apps/quantedits/src/components/PageTransition.tsx:PageTrans…
EffectsPanel software healthy apps/quantedits/src/components/EffectsPanel.tsx:EffectsPanel
ExportDialog software healthy apps/quantedits/src/components/ExportDialog.tsx:ExportDialog
ToolPanel software healthy apps/quantedits/src/components/ToolPanel.tsx:ToolPanel
LayerPanel software healthy apps/quantedits/src/components/LayerPanel.tsx:LayerPanel
t software healthy apps/quantedits/src/components/KeyframeEditor.tsx:t
time software healthy apps/quantedits/src/components/KeyframeEditor.tsx:time
normalizedValue software healthy apps/quantedits/src/components/KeyframeEditor.tsx:normalize…
x software healthy apps/quantedits/src/components/KeyframeEditor.tsx:x
y software healthy apps/quantedits/src/components/KeyframeEditor.tsx:y
rect software healthy apps/quantedits/src/components/LayersPanel.tsx:rect
dx software healthy apps/quantedits/src/components/Canvas.tsx:dx
dy software healthy apps/quantedits/src/components/Canvas.tsx:dy
BrandProvider software healthy apps/quantedits/src/providers/brand-provider.tsx:BrandProvi…
QueryProvider software healthy apps/quantedits/src/providers/query-provider.tsx:QueryProvi…
POST software healthy apps/quantedits/src/app/api/ai/upscale/route.ts:POST
POST software healthy apps/quantedits/src/app/api/ai/background-remove/route.ts:P…
POST software healthy apps/quantedits/src/app/api/ai/suggest/route.ts:POST
POST software healthy apps/quantedits/src/app/api/ai/edit/route.ts:POST
GET software healthy apps/quantedits/src/app/api/projects/route.ts:GET
POST software healthy apps/quantedits/src/app/api/projects/route.ts:POST
GET software healthy apps/quantedits/src/app/api/projects/[id]/route.ts:GET
PUT software healthy apps/quantedits/src/app/api/projects/[id]/route.ts:PUT
DELETE software healthy apps/quantedits/src/app/api/projects/[id]/route.ts:DELETE
GET software healthy apps/quantedits/src/app/api/projects/[id]/layers/route.ts:G…
POST software healthy apps/quantedits/src/app/api/projects/[id]/layers/route.ts:P…
PUT software healthy apps/quantedits/src/app/api/projects/[id]/layers/[layerId]/…
DELETE software healthy apps/quantedits/src/app/api/projects/[id]/layers/[layerId]/…
PUT software healthy apps/quantedits/src/app/api/projects/[id]/layers/reorder/ro…
POST software healthy apps/quantedits/src/app/api/projects/[id]/duplicate/route.t…
GET software healthy apps/quantedits/src/app/api/assets/route.ts:GET
POST software healthy apps/quantedits/src/app/api/assets/upload/route.ts:POST
DELETE software healthy apps/quantedits/src/app/api/assets/[id]/route.ts:DELETE
GET software healthy apps/quantedits/src/app/api/templates/route.ts:GET
GET software healthy apps/quantedits/src/app/api/templates/[id]/route.ts:GET
POST software healthy apps/quantedits/src/app/api/templates/[id]/use/route.ts:POST
POST software healthy apps/quantedits/src/app/api/exports/route.ts:POST
GET software healthy apps/quantedits/src/app/api/exports/[id]/status/route.ts:GET

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

LabelLayerStatusPath
docker software healthy docker
prometheus software healthy docker/prometheus
models software healthy models
multilingual-e5 software healthy models/multilingual-e5
1 software healthy models/multilingual-e5/1
neural-cf software healthy models/neural-cf
1 software healthy models/neural-cf/1
apps software healthy apps
quantedits software healthy apps/quantedits
backend software healthy apps/quantedits/backend
__tests__ software healthy apps/quantedits/backend/__tests__
routes software healthy apps/quantedits/backend/routes
services software healthy apps/quantedits/backend/services
src software healthy apps/quantedits/src
__tests__ software healthy apps/quantedits/src/__tests__
types software healthy apps/quantedits/src/types
components software healthy apps/quantedits/src/components
providers software healthy apps/quantedits/src/providers
app software healthy apps/quantedits/src/app
api software healthy apps/quantedits/src/app/api
ai software healthy apps/quantedits/src/app/api/ai
upscale software healthy apps/quantedits/src/app/api/ai/upscale
background-remove software healthy apps/quantedits/src/app/api/ai/background-remove
suggest software healthy apps/quantedits/src/app/api/ai/suggest
edit software healthy apps/quantedits/src/app/api/ai/edit
projects software healthy apps/quantedits/src/app/api/projects
[id] software healthy apps/quantedits/src/app/api/projects/[id]
layers software healthy apps/quantedits/src/app/api/projects/[id]/layers
[layerId] software healthy apps/quantedits/src/app/api/projects/[id]/layers/[layerId]
reorder software healthy apps/quantedits/src/app/api/projects/[id]/layers/reorder
duplicate software healthy apps/quantedits/src/app/api/projects/[id]/duplicate
assets software healthy apps/quantedits/src/app/api/assets
upload software healthy apps/quantedits/src/app/api/assets/upload
[id] software healthy apps/quantedits/src/app/api/assets/[id]
templates software healthy apps/quantedits/src/app/api/templates
[id] software healthy apps/quantedits/src/app/api/templates/[id]
use software healthy apps/quantedits/src/app/api/templates/[id]/use
exports software healthy apps/quantedits/src/app/api/exports
[id] software healthy apps/quantedits/src/app/api/exports/[id]
status software healthy apps/quantedits/src/app/api/exports/[id]/status
download software healthy apps/quantedits/src/app/api/exports/[id]/download
collaborate software healthy apps/quantedits/src/app/api/collaborate
[id] software healthy apps/quantedits/src/app/api/collaborate/[id]
invite software healthy apps/quantedits/src/app/api/collaborate/[id]/invite
collaborators software healthy apps/quantedits/src/app/api/collaborate/[id]/collaborators
comments software healthy apps/quantedits/src/app/api/collaborate/[id]/comments
_lib software healthy apps/quantedits/src/app/api/_lib
brand-kit software healthy apps/quantedits/src/app/api/brand-kit
effects software healthy apps/quantedits/src/app/api/effects
lib software healthy apps/quantedits/src/lib

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

LabelLayerStatusPath
ExportService software healthy apps/quantedits/backend/services/export.service.ts:ExportSe…
AIVideoService software healthy apps/quantedits/backend/services/ai-video.service.ts:AIVide…
ProjectService software healthy apps/quantedits/backend/services/project.service.ts:Project…
AssetService software healthy apps/quantedits/backend/services/asset.service.ts:AssetServ…
ErrorBoundary software healthy apps/quantedits/src/components/ErrorBoundary.tsx:ErrorBound…
WidgetService software healthy apps/quantedits/src/mobile/widgets.ts:WidgetService
CameraService software healthy apps/quantedits/src/mobile/camera.ts:CameraService
OfflineSyncService software healthy apps/quantedits/src/mobile/offline-sync.ts:OfflineSyncServi…
ContactsSyncService software healthy apps/quantedits/src/mobile/contacts-sync.ts:ContactsSyncSer…
LocationService software healthy apps/quantedits/src/mobile/location.ts:LocationService
ShareExtensionService software healthy apps/quantedits/src/mobile/share-extension.ts:ShareExtensio…
DeepLinkService software healthy apps/quantedits/src/mobile/deep-linking.ts:DeepLinkService
GestureService software healthy apps/quantedits/src/mobile/gestures.ts:GestureService
PushNotificationService software healthy apps/quantedits/src/mobile/push-notifications.ts:PushNotifi…
BiometricAuthService software healthy apps/quantedits/src/mobile/biometric-auth.ts:BiometricAuthS…
AppStateService software healthy apps/quantedits/src/mobile/app-state.ts:AppStateService
AccessibilityService software healthy apps/quantedits/src/mobile/accessibility.ts:AccessibilitySe…
HapticsService software healthy apps/quantedits/src/mobile/haptics.ts:HapticsService
QuantEditsApiClient software healthy apps/quantedits/src/services/api-client.ts:QuantEditsApiCli…
TextAnimationsService software healthy apps/quantedits/src/services/text-animations.service.ts:Tex…
TimelineService software healthy apps/quantedits/src/services/timeline.service.ts:TimelineSe…
ExportPresetsService software healthy apps/quantedits/src/services/export-presets.service.ts:Expo…
TransitionsService software healthy apps/quantedits/src/services/transitions.service.ts:Transit…
DisappearingService software healthy apps/quantchat/backend/services/disappearing.service.ts:Dis…
MediaService software healthy apps/quantchat/backend/services/media.service.ts:MediaServi…
TypingService software healthy apps/quantchat/backend/services/typing.service.ts:TypingSer…
InMemoryKeyStorage software healthy apps/quantchat/backend/services/encryption.service.ts:InMem…
EncryptionService software healthy apps/quantchat/backend/services/encryption.service.ts:Encry…
AISmartRepliesService software healthy apps/quantchat/backend/services/ai-smart-replies.service.ts…
ConversationService software healthy apps/quantchat/backend/services/conversation.service.ts:Con…
MessageService software healthy apps/quantchat/backend/services/message.service.ts:MessageS…
CallService software healthy apps/quantchat/backend/services/call.service.ts:CallService
DeliveryService software healthy apps/quantchat/backend/services/delivery.service.ts:Deliver…
WidgetService software healthy apps/quantchat/src/mobile/widgets.ts:WidgetService
CameraService software healthy apps/quantchat/src/mobile/camera.ts:CameraService
OfflineSyncService software healthy apps/quantchat/src/mobile/offline-sync.ts:OfflineSyncService
ContactsSyncService software healthy apps/quantchat/src/mobile/contacts-sync.ts:ContactsSyncServ…
LocationService software healthy apps/quantchat/src/mobile/location.ts:LocationService
ShareExtensionService software healthy apps/quantchat/src/mobile/share-extension.ts:ShareExtension…
DeepLinkService software healthy apps/quantchat/src/mobile/deep-linking.ts:DeepLinkService
GestureService software healthy apps/quantchat/src/mobile/gestures.ts:GestureService
PushNotificationService software healthy apps/quantchat/src/mobile/push-notifications.ts:PushNotific…
BiometricAuthService software healthy apps/quantchat/src/mobile/biometric-auth.ts:BiometricAuthSe…
AppStateService software healthy apps/quantchat/src/mobile/app-state.ts:AppStateService
AccessibilityService software healthy apps/quantchat/src/mobile/accessibility.ts:AccessibilitySer…
HapticsService software healthy apps/quantchat/src/mobile/haptics.ts:HapticsService
QuantChatApiClient software healthy apps/quantchat/src/services/api-client.ts:QuantChatApiClient
QuantChatWSClient software healthy apps/quantchat/src/services/websocket-client.ts:QuantChatWS…
VoiceMessageService software healthy apps/quantchat/src/services/voice-message.service.ts:VoiceM…
LinkPreviewService software healthy apps/quantchat/src/services/link-preview.service.ts:LinkPre…

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

LabelLayerStatusPath
AIToolsPanel frontend healthy apps/quantedits/src/components/AITools.tsx
Timeline frontend healthy apps/quantedits/src/components/Timeline.tsx
AssetLibrary frontend healthy apps/quantedits/src/components/AssetLibrary.tsx
PreviewPlayer frontend healthy apps/quantedits/src/components/PreviewPlayer.tsx
EffectsPanel frontend healthy apps/quantedits/src/components/EffectsPanel.tsx
ExportDialog frontend healthy apps/quantedits/src/components/ExportDialog.tsx
ErrorBoundary frontend healthy apps/quantedits/src/components/ErrorBoundary.tsx
EffectsLibrary frontend healthy apps/quantedits/src/components/EffectsLibrary.tsx
ToolPanel frontend healthy apps/quantedits/src/components/ToolPanel.tsx
LayerPanel frontend healthy apps/quantedits/src/components/LayerPanel.tsx
KeyframeEditor frontend healthy apps/quantedits/src/components/KeyframeEditor.tsx
LayersPanel frontend healthy apps/quantedits/src/components/LayersPanel.tsx
Canvas frontend healthy apps/quantedits/src/components/Canvas.tsx
GreenScreen frontend healthy apps/quantedits/src/components/GreenScreen.tsx
PropertyPanel frontend healthy apps/quantedits/src/components/PropertyPanel.tsx
ExportPage frontend healthy apps/quantedits/src/pages/export.tsx
TemplateBrowser frontend healthy apps/quantedits/src/pages/templates.tsx
ProjectManager frontend healthy apps/quantedits/src/pages/projects.tsx
TimelineEditor frontend healthy apps/quantedits/src/pages/editor.tsx
AssetLibrary frontend healthy apps/quantedits/src/pages/assets.tsx
CollaboratePage frontend healthy apps/quantedits/src/pages/collaborate.tsx
BrandKitPage frontend healthy apps/quantedits/src/pages/brand-kit.tsx
ProjectGallery frontend healthy apps/quantedits/src/pages/index.tsx
ProjectsGalleryPage frontend healthy apps/quantedits/src/pages/projects-gallery.tsx
App frontend healthy apps/quantedits/src/pages/_app.tsx
CanvasEditor frontend healthy apps/quantedits/src/pages/canvas.tsx
VoiceMessageComponent frontend healthy apps/quantchat/src/components/VoiceMessage.tsx
SnapMap frontend healthy apps/quantchat/src/components/SnapMap.tsx
Camera frontend healthy apps/quantchat/src/components/Camera.tsx
DisappearingTimer frontend healthy apps/quantchat/src/components/DisappearingTimer.tsx
GroupChat frontend healthy apps/quantchat/src/components/GroupChat.tsx
StoryViewer frontend healthy apps/quantchat/src/components/StoryViewer.tsx
VideoCall frontend healthy apps/quantchat/src/components/VideoCall.tsx
ChatThemes frontend healthy apps/quantchat/src/components/ChatThemes.tsx
E2EEncryption frontend healthy apps/quantchat/src/components/E2EEncryption.tsx
ChatBubble frontend healthy apps/quantchat/src/components/ChatBubble.tsx
AIAssistant frontend healthy apps/quantchat/src/components/AIAssistant.tsx
LinkPreviewCard frontend healthy apps/quantchat/src/components/LinkPreviewCard.tsx
ReactionPicker frontend healthy apps/quantchat/src/components/ReactionPicker.tsx
ARFilters frontend healthy apps/quantchat/src/components/ARFilters.tsx
GroupInfo frontend healthy apps/quantchat/src/components/GroupInfo.tsx
MessageReactions frontend healthy apps/quantchat/src/components/MessageReactions.tsx
QuickAdd frontend healthy apps/quantchat/src/components/QuickAdd.tsx
VoiceNoteRecorder frontend healthy apps/quantchat/src/components/VoiceNoteRecorder.tsx
MessageInput frontend healthy apps/quantchat/src/components/MessageInput.tsx
ReadReceipts frontend healthy apps/quantchat/src/components/ReadReceipts.tsx
StoryCreator frontend healthy apps/quantchat/src/components/StoryCreator.tsx
LinkPreview frontend healthy apps/quantchat/src/components/LinkPreview.tsx
CallControls frontend healthy apps/quantchat/src/components/CallControls.tsx
SnapStreak frontend healthy apps/quantchat/src/components/SnapStreak.tsx

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

LabelLayerStatusPath
POST /suggest-titles api healthy apps/quantedits/backend/routes/ai.ts
POST /captions api healthy apps/quantedits/backend/routes/ai.ts
POST / api healthy apps/quantedits/backend/routes/assets.ts
GET /project/:projectId api healthy apps/quantedits/backend/routes/assets.ts
POST /upload-url api healthy apps/quantedits/backend/routes/assets.ts
GET / api healthy apps/quantedits/backend/routes/projects.ts
POST /smart-replies api healthy apps/quantchat/backend/routes/ai.ts
POST /initiate api healthy apps/quantchat/backend/routes/calls.ts
POST /group api healthy apps/quantchat/backend/routes/calls.ts
GET /chat api healthy apps/quantchat/backend/routes/websocket.ts
GET /presence api healthy apps/quantchat/backend/routes/websocket.ts
POST /keys api healthy apps/quantchat/backend/routes/encryption.ts
POST /sessions api healthy apps/quantchat/backend/routes/encryption.ts
POST /auth/otp/request api healthy apps/quantchat/src/services/api-client.ts
POST /auth/link-quantmail api healthy apps/quantchat/src/services/api-client.ts
GET /auth/profile api healthy apps/quantchat/src/services/api-client.ts
PUT /auth/profile api healthy apps/quantchat/src/services/api-client.ts
POST /auth/logout api healthy apps/quantchat/src/services/api-client.ts
GET /conversations api healthy apps/quantchat/src/services/api-client.ts
POST /conversations api healthy apps/quantchat/src/services/api-client.ts
POST /stories api healthy apps/quantchat/src/services/api-client.ts
GET /stories/me api healthy apps/quantchat/src/services/api-client.ts
POST /highlights api healthy apps/quantchat/src/services/api-client.ts
GET /close-friends api healthy apps/quantchat/src/services/api-client.ts
PUT /close-friends api healthy apps/quantchat/src/services/api-client.ts
POST /snaps api healthy apps/quantchat/src/services/api-client.ts
GET /streaks api healthy apps/quantchat/src/services/api-client.ts
GET /memories api healthy apps/quantchat/src/services/api-client.ts
POST /calls api healthy apps/quantchat/src/services/api-client.ts
GET /calls/history api healthy apps/quantchat/src/services/api-client.ts
GET /calls/ice-servers api healthy apps/quantchat/src/services/api-client.ts
POST /groups api healthy apps/quantchat/src/services/api-client.ts
GET /groups api healthy apps/quantchat/src/services/api-client.ts
POST /groups/join api healthy apps/quantchat/src/services/api-client.ts
GET /discover api healthy apps/quantchat/src/services/api-client.ts
GET /discover/trending api healthy apps/quantchat/src/services/api-client.ts
GET /discover/publishers api healthy apps/quantchat/src/services/api-client.ts
GET /filters api healthy apps/quantchat/src/services/api-client.ts
GET /filters/trending api healthy apps/quantchat/src/services/api-client.ts
POST /ai/smart-replies api healthy apps/quantchat/src/services/api-client.ts
POST /ai/translate api healthy apps/quantchat/src/services/api-client.ts
POST /ai/chat api healthy apps/quantchat/src/services/api-client.ts
GET /bitmoji/me api healthy apps/quantchat/src/services/api-client.ts
POST /bitmoji api healthy apps/quantchat/src/services/api-client.ts
PUT /bitmoji api healthy apps/quantchat/src/services/api-client.ts
POST /map/location api healthy apps/quantchat/src/services/api-client.ts
POST /map/friends api healthy apps/quantchat/src/services/api-client.ts
GET /map/places api healthy apps/quantchat/src/services/api-client.ts
POST /map/ghost-mode api healthy apps/quantchat/src/services/api-client.ts
GET /notifications api healthy apps/quantchat/src/services/api-client.ts

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

LabelLayerStatusPath
/export frontend healthy apps/quantedits/src/pages/export.tsx
/templates frontend healthy apps/quantedits/src/pages/templates.tsx
/projects frontend healthy apps/quantedits/src/pages/projects.tsx
/editor frontend healthy apps/quantedits/src/pages/editor.tsx
/assets frontend healthy apps/quantedits/src/pages/assets.tsx
/collaborate frontend healthy apps/quantedits/src/pages/collaborate.tsx
/brand-kit frontend healthy apps/quantedits/src/pages/brand-kit.tsx
/ frontend healthy apps/quantedits/src/pages/index.tsx
/projects-gallery frontend healthy apps/quantedits/src/pages/projects-gallery.tsx
/_app frontend healthy apps/quantedits/src/pages/_app.tsx
/canvas frontend healthy apps/quantedits/src/pages/canvas.tsx
/page.tsx frontend healthy apps/quantchat/src/app/page.tsx
/chat/[id] frontend healthy apps/quantchat/src/app/chat/[id]/page.tsx
/camera frontend healthy apps/quantchat/src/app/camera/page.tsx
/call frontend healthy apps/quantchat/src/app/call/page.tsx
/stories frontend healthy apps/quantchat/src/app/stories/page.tsx
/map frontend healthy apps/quantchat/src/app/map/page.tsx
/settings frontend healthy apps/quantchat/src/pages/settings.tsx
/spotlight frontend healthy apps/quantchat/src/pages/spotlight.tsx
/login frontend healthy apps/quantchat/src/pages/login.tsx
/profile frontend healthy apps/quantchat/src/pages/profile.tsx
/calls frontend healthy apps/quantchat/src/pages/calls.tsx
/discover frontend healthy apps/quantchat/src/pages/discover.tsx
/memories frontend healthy apps/quantchat/src/pages/memories.tsx
/bitmoji frontend healthy apps/quantchat/src/pages/bitmoji.tsx
/create frontend healthy apps/quantneon/src/pages/create.tsx
/messages frontend healthy apps/quantneon/src/pages/messages.tsx
/story-viewer frontend healthy apps/quantneon/src/pages/story-viewer.tsx
/shop frontend healthy apps/quantneon/src/pages/shop.tsx
/guides frontend healthy apps/quantneon/src/pages/guides.tsx
/collab frontend healthy apps/quantneon/src/pages/collab.tsx
/close-friends frontend healthy apps/quantneon/src/pages/close-friends.tsx
/notes frontend healthy apps/quantneon/src/pages/notes.tsx
/shopping frontend healthy apps/quantneon/src/pages/shopping.tsx
/highlights frontend healthy apps/quantneon/src/pages/highlights.tsx
/explore frontend healthy apps/quantneon/src/pages/explore.tsx
/reels frontend healthy apps/quantneon/src/pages/reels.tsx
/games frontend healthy apps/quantneon/src/pages/games.tsx
/broadcast frontend healthy apps/quantneon/src/pages/broadcast.tsx
/post/[id] frontend healthy apps/quantneon/src/pages/post/[id].tsx
/game/[id] frontend healthy apps/quantneon/src/pages/game/[id].tsx
/profile/[id] frontend healthy apps/quantneon/src/pages/profile/[id].tsx
/profile-detail frontend healthy apps/quantmax/src/pages/profile-detail.tsx
/matching frontend healthy apps/quantmax/src/pages/matching.tsx
/matches frontend healthy apps/quantmax/src/pages/matches.tsx
/challenges frontend healthy apps/quantmax/src/pages/challenges.tsx
/nearby frontend healthy apps/quantmax/src/pages/nearby.tsx
/virtual-dates frontend healthy apps/quantmax/src/pages/virtual-dates.tsx
/creator-fund frontend healthy apps/quantmax/src/pages/creator-fund.tsx
/live frontend healthy apps/quantmax/src/pages/live.tsx

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

LabelLayerStatusPath
image::apps/quantchat/Dockerfile hardware healthy apps/quantchat/Dockerfile
image::apps/quantmail/Dockerfile hardware healthy apps/quantmail/Dockerfile
image::apps/admin/Dockerfile hardware healthy apps/admin/Dockerfile
image::apps/quantai/Dockerfile hardware healthy apps/quantai/Dockerfile
image::services/ws-gateway/Dockerfile hardware healthy services/ws-gateway/Dockerfile
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
quantmail hardware healthy docker-compose.yml
quantchat hardware healthy docker-compose.yml
quantai hardware healthy docker-compose.yml
admin hardware healthy docker-compose.yml
ws-gateway hardware healthy docker-compose.yml
meilisearch hardware healthy docker-compose.yml
jaeger hardware healthy docker-compose.yml
prometheus hardware healthy docker-compose.yml
grafana hardware healthy docker-compose.yml
k8s::ClusterSecretStore::infra/cluster-secret-store.yaml hardware healthy infra/cluster-secret-store.yaml
k8s::ApplicationSet::infra/argocd/applicationset.yaml hardware healthy infra/argocd/applicationset.yaml
k8s::AppProject::infra/argocd/project.yaml hardware healthy infra/argocd/project.yaml
k8s::Application::infra/argocd/application.yaml hardware healthy infra/argocd/application.yaml
k8s::PersistentVolumeClaim::infra/k8s/prometheus-pvc.yaml hardware healthy infra/k8s/prometheus-pvc.yaml
k8s::SecretStore::infra/k8s/external-secrets-store.yaml hardware healthy infra/k8s/external-secrets-store.yaml
k8s::PersistentVolumeClaim::infra/k8s/qdrant-pvc.yaml hardware healthy infra/k8s/qdrant-pvc.yaml
k8s::ExternalSecret::infra/k8s/external-secrets.yaml hardware healthy infra/k8s/external-secrets.yaml
k8s::PersistentVolumeClaim::infra/k8s/redis-pvc.yaml hardware healthy infra/k8s/redis-pvc.yaml
k8s::PersistentVolumeClaim::infra/k8s/meilisearch-pvc.yaml hardware healthy infra/k8s/meilisearch-pvc.yaml
k8s::Namespace::infra/k8s/cert-manager-namespace.yaml hardware healthy infra/k8s/cert-manager-namespace.yaml
k8s::ClusterIssuer::infra/k8s/letsencrypt-issuer.yaml hardware healthy infra/k8s/letsencrypt-issuer.yaml
k8s::PersistentVolumeClaim::infra/k8s/grafana-pvc.yaml hardware healthy infra/k8s/grafana-pvc.yaml
k8s::PersistentVolumeClaim::infra/k8s/postgres.yaml hardware healthy infra/k8s/postgres.yaml
k8s::ClusterIssuer::infra/k8s/cert-manager.yaml hardware healthy infra/k8s/cert-manager.yaml
k8s::Namespace::infra/k8s/cert-manager.yaml hardware healthy infra/k8s/cert-manager.yaml
k8s::HelmRelease::infra/k8s/cert-manager.yaml hardware healthy infra/k8s/cert-manager.yaml
k8s::PersistentVolumeClaim::infra/k8s/postgres-pvc.yaml hardware healthy infra/k8s/postgres-pvc.yaml
k8s::BackupStorageLocation::infra/k8s/velero-storage-locati… hardware healthy infra/k8s/velero-storage-location.yaml
k8s::Schedule::infra/k8s/backup-schedule.yaml hardware healthy infra/k8s/backup-schedule.yaml
k8s::BackupStorageLocation::infra/k8s/backup-schedule.yaml hardware healthy infra/k8s/backup-schedule.yaml
k8s::ConfigMap::infra/k8s/prometheus-config.yaml hardware healthy infra/k8s/prometheus-config.yaml
k8s::Schedule::infra/k8s/velero-schedule.yaml hardware healthy infra/k8s/velero-schedule.yaml
k8s::Secret::infra/helm/turn/templates/secret.yaml hardware healthy infra/helm/turn/templates/secret.yaml
k8s::ServiceAccount::infra/helm/turn/templates/cronjob.yaml hardware healthy infra/helm/turn/templates/cronjob.yaml
k8s::Role::infra/helm/turn/templates/cronjob.yaml hardware healthy infra/helm/turn/templates/cronjob.yaml
k8s::RoleBinding::infra/helm/turn/templates/cronjob.yaml hardware healthy infra/helm/turn/templates/cronjob.yaml
k8s::NetworkPolicy::infra/helm/quant-platform/templates/net… hardware healthy infra/helm/quant-platform/templates/networkpolicies.yaml
k8s::AnalysisTemplate::infra/helm/quant-platform/templates/… hardware healthy infra/helm/quant-platform/templates/analysis-template.yaml
k8s::Namespace::infra/helm/quant-platform/templates/namespa… hardware healthy infra/helm/quant-platform/templates/namespace.yaml
k8s::ConfigMap::infra/helm/quant-platform/templates/configm… hardware healthy infra/helm/quant-platform/templates/configmap.yaml
k8s::DestinationRule::infra/helm/quant-platform/templates/m… hardware healthy infra/helm/quant-platform/templates/mtls-policies.yaml
k8s::PeerAuthentication::infra/helm/quant-platform/template… hardware healthy infra/helm/quant-platform/templates/mtls-policies.yaml
k8s::ServiceMonitor::infra/helm/quant-platform/templates/se… hardware healthy infra/helm/quant-platform/templates/servicemonitors.yaml

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

LabelLayerStatusPath
port:5433 network healthy docker-compose.test.yml
port:5432 network healthy docker-compose.test.yml
port:6380 network healthy docker-compose.test.yml
port:6379 network healthy docker-compose.test.yml
port:9002 network healthy docker-compose.test.yml
port:9000 network healthy docker-compose.test.yml
port:9003 network healthy docker-compose.test.yml
port:9001 network healthy docker-compose.test.yml
port:1026 network healthy docker-compose.test.yml
port:1025 network healthy docker-compose.test.yml
port:8026 network healthy docker-compose.test.yml
port:8025 network healthy docker-compose.test.yml
port:7701 network healthy docker-compose.test.yml
port:7700 network healthy docker-compose.test.yml
port:4223 network healthy docker-compose.test.yml
port:4222 network healthy docker-compose.test.yml
port:8223 network healthy docker-compose.test.yml
port:8222 network healthy docker-compose.test.yml
port:9093 network healthy docker-compose.test.yml
port:8083 network healthy docker-compose.test.yml
port:8084 network healthy docker-compose.test.yml
port:8082 network healthy docker-compose.test.yml
port:6335 network healthy docker-compose.test.yml
port:6333 network healthy docker-compose.test.yml
port:6336 network healthy docker-compose.test.yml
port:6334 network healthy docker-compose.test.yml
port:64 network healthy pnpm-lock.yaml
port:15 network healthy pnpm-lock.yaml
port:11 network healthy pnpm-lock.yaml
port:12 network healthy pnpm-lock.yaml
port:3010 network healthy docker-compose.yml
port:3015 network healthy docker-compose.yml
port:3020 network healthy docker-compose.yml
port:3100 network healthy docker-compose.yml
port:8080 network healthy docker-compose.yml
port:16686 network healthy docker-compose.yml
port:4318 network healthy docker-compose.yml
port:9090 network healthy docker-compose.yml
port:3200 network healthy docker-compose.yml
port:3000 network healthy docker-compose.yml
port:3009 network healthy apps/quantedits/.env.example
port:3002 network healthy apps/quantchat/.env.example
port:3008 network healthy apps/quantneon/.env.example
port:3007 network healthy apps/quantmax/.env.example
port:3011 network healthy apps/quantdocs/.env.example
port:3013 network healthy apps/quantcalendar/.env.example
port:3001 network healthy apps/admin/src/app/page.tsx
port:3003 network healthy apps/admin/src/app/page.tsx
port:3004 network healthy apps/admin/src/app/page.tsx
port:3005 network healthy apps/admin/src/app/page.tsx

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

LabelLayerStatusPath
auth::loadtest/README.md security healthy loadtest/README.md
auth::apps/quant-mobile/src/auth/oauth.ts security healthy apps/quant-mobile/src/auth/oauth.ts
auth::packages/auth/src/lib/secrets.ts security healthy packages/auth/src/lib/secrets.ts
auth::k6/load-test.js security healthy k6/load-test.js
auth::packages/realtime/src/websocket-server.ts security healthy packages/realtime/src/websocket-server.ts
auth::README.md security healthy README.md
auth::packages/teams/src/__tests__/sso-service.test.ts security healthy packages/teams/src/__tests__/sso-service.test.ts
auth::packages/shared-ui/src/__tests__/auth-components.test… security healthy packages/shared-ui/src/__tests__/auth-components.test.tsx
auth::packages/common/src/constants.ts security healthy packages/common/src/constants.ts
auth::packages/shared-ui/src/components/Auth/ConsentScreen.… security healthy packages/shared-ui/src/components/Auth/ConsentScreen.tsx
auth::e2e/auth.spec.ts security healthy e2e/auth.spec.ts
auth::apps/quantmail/backend/routes/oauth.ts security healthy apps/quantmail/backend/routes/oauth.ts
auth::packages/common/src/types.ts security healthy packages/common/src/types.ts
auth::apps/quantmail/backend/app.ts security healthy apps/quantmail/backend/app.ts
auth::packages/teams/src/types.ts security healthy packages/teams/src/types.ts
auth::packages/realtime/src/__tests__/websocket-server.test… security healthy packages/realtime/src/__tests__/websocket-server.test.ts
auth::packages/auth/src/types.ts security healthy packages/auth/src/types.ts
auth::apps/quantmail/openapi.yaml security healthy apps/quantmail/openapi.yaml
auth::packages/realtime/src/__tests__/auth.test.ts security healthy packages/realtime/src/__tests__/auth.test.ts
auth::apps/quantchat/backend/routes/websocket.ts security healthy apps/quantchat/backend/routes/websocket.ts
auth::apps/admin/src/middleware.ts security healthy apps/admin/src/middleware.ts
auth::apps/quantmail/backend/__tests__/ai-code-search.servi… security healthy apps/quantmail/backend/__tests__/ai-code-search.service.tes…
auth::apps/admin/src/app/api/_auth.ts security healthy apps/admin/src/app/api/_auth.ts
auth::packages/database/src/schemas/users.ts security healthy packages/database/src/schemas/users.ts
auth::packages/security/src/core/oauth2-security.ts security healthy packages/security/src/core/oauth2-security.ts
auth::packages/notifications/src/services/apns-client.ts security healthy packages/notifications/src/services/apns-client.ts
auth::loadtest/k6/helpers/auth.js security healthy loadtest/k6/helpers/auth.js
auth::apps/quantmail/backend/__tests__/ai-pr-description.se… security healthy apps/quantmail/backend/__tests__/ai-pr-description.service.…
auth::apps/quantai/openapi.yaml security healthy apps/quantai/openapi.yaml
auth::docs/api-specs/openapi.yaml security healthy docs/api-specs/openapi.yaml
auth::packages/security/src/core/pen-test-scanner.ts security healthy packages/security/src/core/pen-test-scanner.ts
auth::apps/quantchat/openapi.yaml security healthy apps/quantchat/openapi.yaml
auth::apps/quantmeet/backend/routes/ws.ts security healthy apps/quantmeet/backend/routes/ws.ts
auth::packages/realtime/src/auth.ts security healthy packages/realtime/src/auth.ts
auth::packages/moderation/src/services/ai-output-safety.ts security healthy packages/moderation/src/services/ai-output-safety.ts
auth::packages/common/src/validators.ts security healthy packages/common/src/validators.ts
auth::apps/quant-mobile/src/__tests__/oauth.test.ts security healthy apps/quant-mobile/src/__tests__/oauth.test.ts
auth::packages/auth/src/__tests__/token-service.test.ts security healthy packages/auth/src/__tests__/token-service.test.ts
auth::apps/quantmail/src/types/index.ts security healthy apps/quantmail/src/types/index.ts
auth::packages/auth/src/providers/quantmail-provider.ts security healthy packages/auth/src/providers/quantmail-provider.ts
auth::e2e/tests/auth/oauth-flow.spec.ts security healthy e2e/tests/auth/oauth-flow.spec.ts
auth::apps/quantmail/src/services/api-client.ts security healthy apps/quantmail/src/services/api-client.ts
auth::packages/server-core/src/__tests__/app.test.ts security healthy packages/server-core/src/__tests__/app.test.ts
auth::packages/auth/src/__tests__/phase24-integration.test.… security healthy packages/auth/src/__tests__/phase24-integration.test.ts
auth::packages/realtime/src/types.ts security healthy packages/realtime/src/types.ts
auth::apps/quantchat/backend/__tests__/call.service.test.ts security healthy apps/quantchat/backend/__tests__/call.service.test.ts
auth::apps/quant-mobile/src/index.ts security healthy apps/quant-mobile/src/index.ts
auth::packages/auth/src/__tests__/account-deletion-gate.tes… security healthy packages/auth/src/__tests__/account-deletion-gate.test.ts
auth::deploy-agents.sh security healthy deploy-agents.sh
auth::packages/auth/src/middleware/sso-middleware.ts security healthy packages/auth/src/middleware/sso-middleware.ts

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

LabelLayerStatusPath
127.0.0.1 network healthy apps/quantchat/src/lib/auth.ts
192.168.1.100 network healthy apps/admin/src/app/security/page.tsx
10.0.0.55 network healthy apps/admin/src/app/security/page.tsx
192.168.1.101 network healthy apps/admin/src/app/security/page.tsx
192.168.1.50 network healthy apps/admin/src/app/security/page.tsx
45.33.22.11 network healthy apps/admin/src/app/security/page.tsx
192.168.1.75 network healthy apps/admin/src/app/security/page.tsx
192.168.1.1 network healthy apps/admin/src/app/api/audit/route.ts
10.0.0.1 network healthy apps/admin/src/app/api/audit/route.ts
172.16.0.1 network healthy apps/admin/src/app/api/audit/route.ts
192.168.1.42 network healthy apps/admin/src/app/audit/page.tsx
10.0.0.15 network healthy apps/admin/src/app/audit/page.tsx
192.168.1.2 network healthy packages/security/src/core/waf-rules.test.ts
1.2.3.4 network healthy packages/security/src/core/configurable-rate-limiter.test.ts
10.0.0.5 network healthy packages/service-discovery/__tests__/index.test.ts
10.0.0.0 network healthy packages/security-advanced/README.md
203.0.113.0 network healthy packages/security-advanced/README.md
203.0.113.45 network healthy packages/security-advanced/README.md
10.0.0.2 network healthy packages/security-advanced/src/__tests__/session-manager.te…
1.1.1.1 network healthy packages/security-advanced/src/__tests__/session-manager.te…
2.2.2.2 network healthy packages/security-advanced/src/__tests__/session-manager.te…
1.2.3.5 network healthy packages/security-advanced/src/__tests__/session-manager.te…
8.8.8.8 network healthy packages/security-advanced/src/__tests__/ip-reputation.test…
5.5.5.5 network healthy packages/security-advanced/src/__tests__/ip-reputation.test…
3.3.3.3 network healthy packages/security-advanced/src/__tests__/ip-reputation.test…
192.168.0.1 network healthy packages/observability/src/__tests__/pii-scrubber.test.ts
9.504.5.092 network healthy packages/shared-ui/src/components/Auth/LoginPage.tsx
2.91.832.092 network healthy packages/shared-ui/src/components/Auth/LoginPage.tsx
2.651.64.7 network healthy packages/shared-ui/src/components/Auth/LoginPage.tsx
4.943.359.309 network healthy packages/shared-ui/src/components/Auth/LoginPage.tsx
268.18.58.688 network healthy packages/shared-ui/src/components/Auth/LoginPage.tsx
2.37.996.608 network healthy packages/shared-ui/src/components/Shell/UserMenu.tsx
10.0.20.0 network healthy infra/helm/quant-platform/values-production.yaml
10.0.21.0 network healthy infra/helm/quant-platform/values-production.yaml
10.0.22.0 network healthy infra/helm/quant-platform/values-production.yaml
10.0.10.0 network healthy infra/helm/quant-platform/values-production.yaml
10.0.11.0 network healthy infra/helm/quant-platform/values-production.yaml
10.0.12.0 network healthy infra/helm/quant-platform/values-production.yaml
10.1.20.0 network healthy infra/helm/quant-platform/values-staging.yaml
10.1.21.0 network healthy infra/helm/quant-platform/values-staging.yaml
10.1.22.0 network healthy infra/helm/quant-platform/values-staging.yaml
10.1.10.0 network healthy infra/helm/quant-platform/values-staging.yaml
10.1.11.0 network healthy infra/helm/quant-platform/values-staging.yaml
10.1.12.0 network healthy infra/helm/quant-platform/values-staging.yaml

LabelLayerStatusPath
password_literal::apps/quantmail/src/app/register/page.tsx security healthy apps/quantmail/src/app/register/page.tsx
password_literal::apps/quantmail/src/app/register/page.tsx security healthy apps/quantmail/src/app/register/page.tsx
password_literal::apps/quantmail/src/app/register/page.tsx security healthy apps/quantmail/src/app/register/page.tsx
password_literal::apps/quantmail/src/app/register/page.tsx security healthy apps/quantmail/src/app/register/page.tsx
aws_access_key::packages/security/src/core/secret-manager.t… security healthy packages/security/src/core/secret-manager.test.ts
password_literal::packages/security/src/core/secret-manager… security healthy packages/security/src/core/secret-manager.test.ts
password_literal::packages/federation/src/__tests__/imap-br… security healthy packages/federation/src/__tests__/imap-bridge.test.ts
password_literal::packages/federation/src/__tests__/self-ho… security healthy packages/federation/src/__tests__/self-host-config.test.ts
password_literal::packages/auth/src/__tests__/password.test… security healthy packages/auth/src/__tests__/password.test.ts
password_literal::packages/auth/src/__tests__/password.test… security healthy packages/auth/src/__tests__/password.test.ts
private_key::packages/media/src/services/cdn-service.test.ts security healthy packages/media/src/services/cdn-service.test.ts
private_key::packages/media/src/services/cdn-service.test.ts security healthy packages/media/src/services/cdn-service.test.ts
password_literal::packages/onboarding/src/__tests__/account… security healthy packages/onboarding/src/__tests__/account-onboarding.test.ts
password_literal::e2e/tests/performance/performance-regress… security healthy e2e/tests/performance/performance-regression.spec.ts
password_literal::e2e/fixtures/test-data.ts security healthy e2e/fixtures/test-data.ts
password_literal::e2e/fixtures/test-data.ts security healthy e2e/fixtures/test-data.ts
password_literal::e2e/fixtures/test-data.ts security healthy e2e/fixtures/test-data.ts
password_literal::e2e/fixtures/test-data.ts security healthy e2e/fixtures/test-data.ts

LabelLayerStatusPath
users data healthy packages/database/prisma/migrations/0001_init/migration.sql
sessions data healthy packages/database/prisma/migrations/0001_init/migration.sql
refresh_tokens data healthy packages/database/prisma/migrations/0001_init/migration.sql
oauth_accounts data healthy packages/database/prisma/migrations/0001_init/migration.sql
user_relationships data healthy packages/database/prisma/migrations/0001_init/migration.sql
conversations data healthy packages/database/prisma/migrations/0001_init/migration.sql
conversation_members data healthy packages/database/prisma/migrations/0001_init/migration.sql
messages data healthy packages/database/prisma/migrations/0001_init/migration.sql
message_reactions data healthy packages/database/prisma/migrations/0001_init/migration.sql
emails data healthy packages/database/prisma/migrations/0001_init/migration.sql
email_threads data healthy packages/database/prisma/migrations/0001_init/migration.sql
email_folders data healthy packages/database/prisma/migrations/0001_init/migration.sql
ai_sessions data healthy packages/database/prisma/migrations/0001_init/migration.sql
ai_messages data healthy packages/database/prisma/migrations/0001_init/migration.sql
notifications data healthy packages/database/prisma/migrations/0001_init/migration.sql
outbox_events data healthy packages/database/prisma/migrations/0001_init/migration.sql
audit_logs data healthy packages/database/prisma/migrations/0001_init/migration.sql

LabelLayerStatusPath
k8s::Deployment::infra/k8s/redis-deployment.yaml hardware healthy infra/k8s/redis-deployment.yaml
k8s::Deployment::infra/k8s/qdrant-deployment.yaml hardware healthy infra/k8s/qdrant-deployment.yaml
k8s::Deployment::infra/k8s/postgres-deployment.yaml hardware healthy infra/k8s/postgres-deployment.yaml
k8s::Deployment::infra/k8s/postgres.yaml hardware healthy infra/k8s/postgres.yaml
k8s::Deployment::infra/k8s/meilisearch-deployment.yaml hardware healthy infra/k8s/meilisearch-deployment.yaml
k8s::Deployment::infra/k8s/prometheus-deployment.yaml hardware healthy infra/k8s/prometheus-deployment.yaml
k8s::Deployment::infra/k8s/grafana-deployment.yaml hardware healthy infra/k8s/grafana-deployment.yaml
k8s::CronJob::infra/helm/turn/templates/cronjob.yaml hardware healthy infra/helm/turn/templates/cronjob.yaml
k8s::Deployment::infra/helm/turn/templates/deployment.yaml hardware healthy infra/helm/turn/templates/deployment.yaml
k8s::Deployment::infra/helm/quant-platform/templates/deploy… hardware healthy infra/helm/quant-platform/templates/deployments.yaml
k8s::StatefulSet::infra/helm/quant-platform/templates/meili… hardware healthy infra/helm/quant-platform/templates/meilisearch.yaml

LabelLayerStatusPath
postgres data healthy docker-compose.test.yml
postgresql data healthy docker-compose.test.yml
redis data healthy docker-compose.test.yml
mysql data healthy packages/federation/src/public-api/self-host-config.ts
sqlite data healthy packages/federation/src/public-api/self-host-config.ts

LabelLayerStatusPath
ingress::infra/k8s/ingress-quantchat.yaml network healthy infra/k8s/ingress-quantchat.yaml
ingress::infra/k8s/ingress-quantai.yaml network healthy infra/k8s/ingress-quantai.yaml
ingress::infra/k8s/ingress-quantmail.yaml network healthy infra/k8s/ingress-quantmail.yaml
ingress::infra/helm/quant-platform/templates/ingress.yaml network healthy infra/helm/quant-platform/templates/ingress.yaml

LabelLayerStatusPath
vps::aws hardware healthy pnpm-lock.yaml
vps::gcp hardware healthy pnpm-lock.yaml
vps::ec2 hardware healthy apps/quantube/src/pages/premium.tsx
vps::azure hardware healthy packages/agentic/src/voice/agent-voice.ts

LabelLayerStatusPath
tf::aws_iam_instance_profile::karpenter hardware healthy infra/terraform/modules/eks/main.tf
tf::aws_db_instance::main hardware healthy infra/terraform/modules/rds/main.tf
tf::aws_db_instance::cross_region_replica hardware healthy infra/terraform/environments/production/main.tf

LabelLayerStatusPath
kafka data healthy docker-compose.test.yml
bullmq data healthy README.md

LabelLayerStatusPath
nginx network healthy infra/k8s/ingress-quantchat.yaml
loadbalancer network healthy infra/helm/turn/values.yaml

LabelLayerStatusPath
gate cicd healthy .github/workflows/ci.yml
full-sweep cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
repobility-clone-m89ue3mp software healthy /tmp/repobility-clone-m89ue3mp

LabelLayerStatusPath
Subscription root api healthy packages/realtime/src/nats-bridge.ts

LabelLayerStatusPath
migration.sql data healthy packages/database/prisma/migrations/0001_init/migration.sql

LabelLayerStatusPath
gpu (detected) hardware healthy apps/quantai/src/mobile/push-notifications.ts

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/2371d84c-6dbb-4b68-b05b-e4bacfecc0e3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2371d84c-6dbb-4b68-b05b-e4bacfecc0e3/

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.