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.

T0MYAMMM/distributed-server-monitoring-dashboard

https://github.com/T0MYAMMM/distributed-server-monitoring-dashboard · scanned 2026-06-16 00:28 UTC (2 months, 2 weeks ago)

18 raw signals (0 security + 18 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 18 actionable findings from 1 signal source. 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 465 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
getApiUrl software healthy frontend/config/config.ts:getApiUrl
CommandPalette software healthy frontend/components/layout/CommandPalette.tsx:CommandPalette
onKey software healthy frontend/components/layout/CommandPalette.tsx:onKey
go software healthy frontend/components/layout/CommandPalette.tsx:go
isActive software healthy frontend/components/layout/Sidebar.tsx:isActive
NavLink software healthy frontend/components/layout/Sidebar.tsx:NavLink
Sidebar software healthy frontend/components/layout/Sidebar.tsx:Sidebar
Topbar software healthy frontend/components/layout/Topbar.tsx:Topbar
ThemeToggle software healthy frontend/components/layout/ThemeToggle.tsx:ThemeToggle
StatCard software healthy frontend/components/shared/StatCard.tsx:StatCard
ComingSoon software healthy frontend/components/shared/ComingSoon.tsx:ComingSoon
EmptyState software healthy frontend/components/shared/EmptyState.tsx:EmptyState
ResourceBar software healthy frontend/components/shared/ResourceBar.tsx:ResourceBar
PageHeader software healthy frontend/components/shared/PageHeader.tsx:PageHeader
StatusBadge software healthy frontend/components/shared/StatusBadge.tsx:StatusBadge
TrendBadge software healthy frontend/components/shared/TrendBadge.tsx:TrendBadge
isGood software healthy frontend/components/shared/TrendBadge.tsx:isGood
CopyButton software healthy frontend/components/shared/CopyButton.tsx:CopyButton
Badge software healthy frontend/components/ui/badge.tsx:Badge
DialogHeader software healthy frontend/components/ui/dialog.tsx:DialogHeader
DialogFooter software healthy frontend/components/ui/dialog.tsx:DialogFooter
Skeleton software healthy frontend/components/ui/skeleton.tsx:Skeleton
RootLayout software healthy frontend/app/layout.tsx:RootLayout
Providers software healthy frontend/app/providers.tsx:Providers
LoginPage software healthy frontend/app/login/page.tsx:LoginPage
onSubmit software healthy frontend/app/login/page.tsx:onSubmit
DashboardPage software healthy frontend/app/(dashboard)/page.tsx:DashboardPage
DashboardLayout software healthy frontend/app/(dashboard)/layout.tsx:DashboardLayout
IntegrationsPage software healthy frontend/app/(dashboard)/integrations/page.tsx:Integrations…
onToggle software healthy frontend/app/(dashboard)/integrations/page.tsx:onToggle
onTest software healthy frontend/app/(dashboard)/integrations/page.tsx:onTest
onDelete software healthy frontend/app/(dashboard)/integrations/page.tsx:onDelete
DeliveryStatus software healthy frontend/app/(dashboard)/integrations/page.tsx:DeliveryStat…
SettingsPage software healthy frontend/app/(dashboard)/settings/page.tsx:SettingsPage
onSave software healthy frontend/app/(dashboard)/settings/page.tsx:onSave
set software healthy frontend/app/(dashboard)/settings/page.tsx:set
About software healthy frontend/app/(dashboard)/settings/page.tsx:About
Field software healthy frontend/app/(dashboard)/settings/page.tsx:Field
Control software healthy frontend/app/(dashboard)/settings/page.tsx:Control
HelpPage software healthy frontend/app/(dashboard)/help/page.tsx:HelpPage
AnalyticsPage software healthy frontend/app/(dashboard)/analytics/page.tsx:AnalyticsPage
totalLines software healthy frontend/app/(dashboard)/analytics/page.tsx:totalLines
errors software healthy frontend/app/(dashboard)/analytics/page.tsx:errors
exportCsv software healthy frontend/app/(dashboard)/analytics/page.tsx:exportCsv
Kpi software healthy frontend/app/(dashboard)/analytics/page.tsx:Kpi
Capacity software healthy frontend/app/(dashboard)/analytics/page.tsx:Capacity
formatBucket software healthy frontend/app/(dashboard)/analytics/page.tsx:formatBucket
compact software healthy frontend/app/(dashboard)/analytics/page.tsx:compact
downloadCsv software healthy frontend/app/(dashboard)/analytics/page.tsx:downloadCsv
LogsPage software healthy frontend/app/(dashboard)/logs/page.tsx:LogsPage

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

LabelLayerStatusPath
README.md software healthy README.md
LICENSE software healthy LICENSE
.golangci.yml software healthy server-monitor-go/.golangci.yml
README.md software healthy server-monitor-go/README.md
go.mod software healthy server-monitor-go/go.mod
config.go software healthy server-monitor-go/internal/config/config.go
auth.go software healthy server-monitor-go/internal/auth/auth.go
tailer_test.go software healthy server-monitor-go/internal/logtail/tailer_test.go
tailer.go software healthy server-monitor-go/internal/logtail/tailer.go
masking.go software healthy server-monitor-go/internal/masking/masking.go
handlers.go software healthy server-monitor-go/internal/transport/http/handlers.go
logs.go software healthy server-monitor-go/internal/transport/http/logs.go
handlers_test.go software healthy server-monitor-go/internal/transport/http/handlers_test.go
errors.go software healthy server-monitor-go/internal/transport/http/errors.go
features.go software healthy server-monitor-go/internal/transport/http/features.go
router.go software healthy server-monitor-go/internal/transport/http/router.go
middleware.go software healthy server-monitor-go/internal/transport/http/middleware/middle…
hub.go software healthy server-monitor-go/internal/transport/ws/hub.go
service.go software healthy server-monitor-go/internal/service/settings/service.go
service.go software healthy server-monitor-go/internal/service/auth/service.go
service.go software healthy server-monitor-go/internal/service/logs/service.go
multi.go software healthy server-monitor-go/internal/service/alerts/multi.go
notifier.go software healthy server-monitor-go/internal/service/alerts/notifier.go
service_test.go software healthy server-monitor-go/internal/service/alerts/service_test.go
service.go software healthy server-monitor-go/internal/service/alerts/service.go
service_test.go software healthy server-monitor-go/internal/service/servers/service_test.go
service.go software healthy server-monitor-go/internal/service/servers/service.go
delivery.go software healthy server-monitor-go/internal/service/channels/delivery.go
service.go software healthy server-monitor-go/internal/service/channels/service.go
service_test.go software healthy server-monitor-go/internal/service/metrics/service_test.go
service.go software healthy server-monitor-go/internal/service/metrics/service.go
service.go software healthy server-monitor-go/internal/service/feedback/service.go
metrics.go software healthy server-monitor-go/internal/metrics/metrics.go
tailscale.go software healthy server-monitor-go/internal/metrics/tailscale.go
geo.go software healthy server-monitor-go/internal/metrics/geo.go
store_test.go software healthy server-monitor-go/internal/storage/postgres/store_test.go
store.go software healthy server-monitor-go/internal/storage/postgres/store.go
channels.go software healthy server-monitor-go/internal/storage/sqlite/channels.go
metrics.go software healthy server-monitor-go/internal/storage/sqlite/metrics.go
store_test.go software healthy server-monitor-go/internal/storage/sqlite/store_test.go
alerts.go software healthy server-monitor-go/internal/storage/sqlite/alerts.go
migrations_test.go software healthy server-monitor-go/internal/storage/sqlite/migrations_test.go
migrations.go software healthy server-monitor-go/internal/storage/sqlite/migrations.go
feedback.go software healthy server-monitor-go/internal/storage/sqlite/feedback.go
store.go software healthy server-monitor-go/internal/storage/sqlite/store.go
settings.go software healthy server-monitor-go/internal/storage/sqlite/settings.go
metrics.go software healthy server-monitor-go/internal/domain/metrics.go
channel.go software healthy server-monitor-go/internal/domain/channel.go
server_test.go software healthy server-monitor-go/internal/domain/server_test.go
log.go software healthy server-monitor-go/internal/domain/log.go

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

LabelLayerStatusPath
server-monitor-go software healthy server-monitor-go
internal software healthy server-monitor-go/internal
config software healthy server-monitor-go/internal/config
auth software healthy server-monitor-go/internal/auth
logtail software healthy server-monitor-go/internal/logtail
masking software healthy server-monitor-go/internal/masking
transport software healthy server-monitor-go/internal/transport
http software healthy server-monitor-go/internal/transport/http
middleware software healthy server-monitor-go/internal/transport/http/middleware
ws software healthy server-monitor-go/internal/transport/ws
service software healthy server-monitor-go/internal/service
settings software healthy server-monitor-go/internal/service/settings
auth software healthy server-monitor-go/internal/service/auth
logs software healthy server-monitor-go/internal/service/logs
alerts software healthy server-monitor-go/internal/service/alerts
servers software healthy server-monitor-go/internal/service/servers
channels software healthy server-monitor-go/internal/service/channels
metrics software healthy server-monitor-go/internal/service/metrics
feedback software healthy server-monitor-go/internal/service/feedback
metrics software healthy server-monitor-go/internal/metrics
storage software healthy server-monitor-go/internal/storage
postgres software healthy server-monitor-go/internal/storage/postgres
sqlite software healthy server-monitor-go/internal/storage/sqlite
domain software healthy server-monitor-go/internal/domain
scripts software healthy server-monitor-go/scripts
cmd software healthy server-monitor-go/cmd
agent software healthy server-monitor-go/cmd/agent
server software healthy server-monitor-go/cmd/server
frontend software healthy frontend
config software healthy frontend/config
components software healthy frontend/components
layout software healthy frontend/components/layout
shared software healthy frontend/components/shared
ui software healthy frontend/components/ui
app software healthy frontend/app
login software healthy frontend/app/login
(dashboard) software healthy frontend/app/(dashboard)
integrations software healthy frontend/app/(dashboard)/integrations
settings software healthy frontend/app/(dashboard)/settings
help software healthy frontend/app/(dashboard)/help
analytics software healthy frontend/app/(dashboard)/analytics
logs software healthy frontend/app/(dashboard)/logs
alerts software healthy frontend/app/(dashboard)/alerts
admin software healthy frontend/app/(dashboard)/admin
servers software healthy frontend/app/(dashboard)/servers
feedback software healthy frontend/app/(dashboard)/feedback
lib software healthy frontend/lib
api software healthy frontend/lib/api
ws software healthy frontend/lib/ws
hooks software healthy frontend/lib/hooks

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

LabelLayerStatusPath
100.98.88.100 network healthy server-monitor-go/README.md
127.0.0.1 network healthy server-monitor-go/internal/transport/http/handlers_test.go
203.0.113.7 network healthy server-monitor-go/internal/transport/http/handlers_test.go
100.64.0.5 network healthy server-monitor-go/internal/transport/http/handlers_test.go
100.64.0.0 network healthy server-monitor-go/internal/metrics/tailscale.go
8.8.8.8 network healthy server-monitor-go/internal/metrics/geo.go
100.92.14.3 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.9 network healthy design-system/ui_kits/dashboard/data.js
198.51.100.21 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.4 network healthy design-system/ui_kits/dashboard/data.js
203.0.113.44 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.12 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.18 network healthy design-system/ui_kits/dashboard/data.js
192.0.2.88 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.31 network healthy design-system/ui_kits/dashboard/data.js
203.0.113.99 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.22 network healthy design-system/ui_kits/dashboard/data.js
198.51.100.77 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.40 network healthy design-system/ui_kits/dashboard/data.js
100.92.14.51 network healthy design-system/ui_kits/dashboard/data.js
203.0.113.150 network healthy design-system/ui_kits/dashboard/data.js

LabelLayerStatusPath
RootLayout frontend healthy frontend/app/layout.tsx
LoginPage frontend healthy frontend/app/login/page.tsx
DashboardPage frontend healthy frontend/app/(dashboard)/page.tsx
DashboardLayout frontend healthy frontend/app/(dashboard)/layout.tsx
IntegrationsPage frontend healthy frontend/app/(dashboard)/integrations/page.tsx
SettingsPage frontend healthy frontend/app/(dashboard)/settings/page.tsx
HelpPage frontend healthy frontend/app/(dashboard)/help/page.tsx
AnalyticsPage frontend healthy frontend/app/(dashboard)/analytics/page.tsx
LogsPage frontend healthy frontend/app/(dashboard)/logs/page.tsx
AlertsPage frontend healthy frontend/app/(dashboard)/alerts/page.tsx
AdminPage frontend healthy frontend/app/(dashboard)/admin/page.tsx
ServersPage frontend healthy frontend/app/(dashboard)/servers/page.tsx
FeedbackPage frontend healthy frontend/app/(dashboard)/feedback/page.tsx

LabelLayerStatusPath
/login frontend healthy frontend/app/login/page.tsx
/(dashboard) frontend healthy frontend/app/(dashboard)/page.tsx
/(dashboard)/integrations frontend healthy frontend/app/(dashboard)/integrations/page.tsx
/(dashboard)/settings frontend healthy frontend/app/(dashboard)/settings/page.tsx
/(dashboard)/help frontend healthy frontend/app/(dashboard)/help/page.tsx
/(dashboard)/analytics frontend healthy frontend/app/(dashboard)/analytics/page.tsx
/(dashboard)/logs frontend healthy frontend/app/(dashboard)/logs/page.tsx
/(dashboard)/alerts frontend healthy frontend/app/(dashboard)/alerts/page.tsx
/(dashboard)/admin frontend healthy frontend/app/(dashboard)/admin/page.tsx
/(dashboard)/servers frontend healthy frontend/app/(dashboard)/servers/page.tsx
/(dashboard)/feedback frontend healthy frontend/app/(dashboard)/feedback/page.tsx

LabelLayerStatusPath
auth::server-monitor-go/README.md security healthy server-monitor-go/README.md
auth::server-monitor-go/internal/config/config.go security healthy server-monitor-go/internal/config/config.go
auth::server-monitor-go/go.mod security healthy server-monitor-go/go.mod
auth::server-monitor-go/internal/transport/http/handlers_te… security healthy server-monitor-go/internal/transport/http/handlers_test.go
auth::server-monitor-go/internal/auth/auth.go security healthy server-monitor-go/internal/auth/auth.go
auth::server-monitor-go/internal/masking/masking.go security healthy server-monitor-go/internal/masking/masking.go
auth::server-monitor-go/internal/transport/http/logs.go security healthy server-monitor-go/internal/transport/http/logs.go
auth::server-monitor-go/internal/service/auth/service.go security healthy server-monitor-go/internal/service/auth/service.go

LabelLayerStatusPath
names software healthy frontend/lib/utils.ts:names
ApiError software healthy frontend/lib/api/client.ts:ApiError
DashboardSocket software healthy frontend/lib/ws/manager.ts:DashboardSocket

LabelLayerStatusPath
port:3000 network healthy server-monitor-go/README.md
port:100 network healthy server-monitor-go/scripts/install_agent.sh
port:5000 network healthy server-monitor-go/scripts/install_agent.sh

LabelLayerStatusPath
sqlite data healthy README.md
postgres data healthy server-monitor-go/README.md

LabelLayerStatusPath
repobility-clone-72bjmhiy software healthy /tmp/repobility-clone-72bjmhiy

LabelLayerStatusPath
nginx network healthy server-monitor-go/internal/logtail/tailer_test.go
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/e95078b3-6e79-4dea-9212-5cd1314f2cbb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e95078b3-6e79-4dea-9212-5cd1314f2cbb/

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.