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.
45 of your 114 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

diegosouzapw/OmniRoute

https://github.com/diegosouzapw/OmniRoute · scanned 2026-07-23 19:36 UTC (4 days, 17 hours ago) · 10 languages

753 raw signals (105 security + 648 graph) 11/13 scanners ran 30th percentile · Typescript · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 17 hours ago · v9 · last Δ -3.2 (diff) · 664 actionable findings from 2 signal sources. 89 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 47.0 0.20 9.40
documentation_score 68.0 0.15 10.20
practices_score 75.0 0.15 11.25
code_quality 70.0 0.10 7.00
Overall 1.00 75.6
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: severity: high × excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.4/100 with 100.0% coverage. It contains 40648 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 648 findings — concentrated in quality (306), frontend (145), security (104). Risk profile is high: 9 critical, 90 high, 274 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 93 of 664 actionable findings. 753 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks security auth conf 0.88 Token handoff appears to use a callback URL or fragment
Use a server-side one-time authorization code tied to a registered callback allowlist. Do not append access tokens to callback URLs or fragments.
open-sse/executors/chatgpt-web.ts:275
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `node:24-trixie-slim` not pinned by digest: `FROM node:24-trixie-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM node:24-trixie-slim@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
Dockerfile:2
high Security checks security auth conf 0.78 Consent is collected in UI without visible backend audit persistence
Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state.
open-sse/services/compression/engines/rtk/commandDetector.ts:322
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
Create .dockerignore before using broad context copies, or copy only the required files and directories.
Dockerfile:44 CI/CD securitycontainers
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/data (src/lib/evals/evalRunner/builtinSuites.ts:578)
`src/lib/evals/evalRunner/builtinSuites.ts:578` calls `GET /api/data` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/data`
src/lib/evals/evalRunner/builtinSuites.ts:578 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/local/redis${endpoint} (src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:18)
`src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:18` calls `GET /api/local/redis${endpoint}` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path …
src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:18 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/logs?filter=compressed&limit=50 (src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx:32)
`src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx:32` calls `GET /api/logs?filter=compressed&limit=50` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used fo…
src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx:32 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/oauth/${provider}/start-callback-server (src/shared/components/OAuthModal.tsx:460)
`src/shared/components/OAuthModal.tsx:460` calls `GET /api/oauth/${provider}/start-callback-server` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching:…
src/shared/components/OAuthModal.tsx:460 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/openapi/spec (src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:114)
`src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:114` calls `GET /api/openapi/spec` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/op…
src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:114 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/services/${name}/status (src/app/(dashboard)/dashboard/providers/services/hooks/useServiceStatus.ts:43)
`src/app/(dashboard)/dashboard/providers/services/hooks/useServiceStatus.ts:43` calls `GET /api/services/${name}/status` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized pa…
src/app/(dashboard)/dashboard/providers/services/hooks/useServiceStatus.ts:43 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/services/${name}/status?reveal=key (src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:60)
`src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:60` calls `GET /api/services/${name}/status?reveal=key` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch N…
src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:60 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /api/system/env/repair (src/app/(dashboard)/dashboard/providers/page.tsx:283)
`src/app/(dashboard)/dashboard/providers/page.tsx:283` calls `GET /api/system/env/repair` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/system/…
src/app/(dashboard)/dashboard/providers/page.tsx:283 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: GET /status (src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:53)
`src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:53` calls `GET /status` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:apiCall Normalized path used for ma…
src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:53 Dangling fetchHelper:apicall
high System graph api Wiring conf 0.90 Dangling fetch: GET /vault/sync/conflicts (src/lib/obsidian/api.ts:379)
`src/lib/obsidian/api.ts:379` calls `GET /vault/sync/conflicts` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:request Normalized path used for matching: `/vault/sync/conflicts`
src/lib/obsidian/api.ts:379 Dangling fetchHelper:request
high System graph api Wiring conf 0.90 Dangling fetch: GET /vault/sync/status (src/lib/obsidian/api.ts:373)
`src/lib/obsidian/api.ts:373` calls `GET /vault/sync/status` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:request Normalized path used for matching: `/vault/sync/status`
src/lib/obsidian/api.ts:373 Dangling fetchHelper:request
high System graph api Wiring conf 0.90 Dangling fetch: POST /a2a (src/app/(dashboard)/dashboard/endpoint/components/A2ADashboard.tsx:193)
`src/app/(dashboard)/dashboard/endpoint/components/A2ADashboard.tsx:193` calls `POST /a2a` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/a2a`
src/app/(dashboard)/dashboard/endpoint/components/A2ADashboard.tsx:193 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/combos/test (src/app/(dashboard)/dashboard/combos/page.tsx:880)
`src/app/(dashboard)/dashboard/combos/page.tsx:880` calls `POST /api/combos/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/combos/test`
src/app/(dashboard)/dashboard/combos/page.tsx:880 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/context/rtk/test (src/app/(dashboard)/dashboard/context/rtk/RtkContextPageClient.tsx:139)
`src/app/(dashboard)/dashboard/context/rtk/RtkContextPageClient.tsx:139` calls `POST /api/context/rtk/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for m…
src/app/(dashboard)/dashboard/context/rtk/RtkContextPageClient.tsx:139 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/models/test (src/app/(dashboard)/dashboard/providers/[id]/hooks/useModelVisibilityHandlers.ts:292)
`src/app/(dashboard)/dashboard/providers/[id]/hooks/useModelVisibilityHandlers.ts:292` calls `POST /api/models/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path u…
src/app/(dashboard)/dashboard/providers/[id]/hooks/useModelVisibilityHandlers.ts:292 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/${providerId}/public-link (src/app/(dashboard)/dashboard/providers/[id]/hooks/useExternalLinkFlow.ts:34)
`src/app/(dashboard)/dashboard/providers/[id]/hooks/useExternalLinkFlow.ts:34` calls `POST /api/oauth/${providerId}/public-link` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Norma…
src/app/(dashboard)/dashboard/providers/[id]/hooks/useExternalLinkFlow.ts:34 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/${provider}/exchange (src/shared/components/OAuthModal.tsx:210)
`src/shared/components/OAuthModal.tsx:210` calls `POST /api/oauth/${provider}/exchange` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/oauth/<p>…
src/shared/components/OAuthModal.tsx:210 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/${provider}/import-token (src/shared/components/OAuthModal.tsx:284)
`src/shared/components/OAuthModal.tsx:284` calls `POST /api/oauth/${provider}/import-token` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/oauth…
src/shared/components/OAuthModal.tsx:284 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/${provider}/poll (src/shared/components/OAuthModal.tsx:96)
`src/shared/components/OAuthModal.tsx:96` calls `POST /api/oauth/${provider}/poll` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/oauth/<p>/poll`
src/shared/components/OAuthModal.tsx:96 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/${provider}/poll-callback (src/shared/components/OAuthModal.tsx:481)
`src/shared/components/OAuthModal.tsx:481` calls `POST /api/oauth/${provider}/poll-callback` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/oaut…
src/shared/components/OAuthModal.tsx:481 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/oauth/grok-cli/import-token (src/app/(dashboard)/dashboard/providers/[id]/components/modals/ImportGrokCliAuthModal.tsx:107)
`src/app/(dashboard)/dashboard/providers/[id]/components/modals/ImportGrokCliAuthModal.tsx:107` calls `POST /api/oauth/grok-cli/import-token` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool…
src/app/(dashboard)/dashboard/providers/[id]/components/modals/ImportGrokCliAuthModal.tsx:107 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/plugins/${name}/${endpoint} (src/app/(dashboard)/dashboard/plugins/page.tsx:109)
`src/app/(dashboard)/dashboard/plugins/page.tsx:109` calls `POST /api/plugins/${name}/${endpoint}` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: …
src/app/(dashboard)/dashboard/plugins/page.tsx:109 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/providers/${conn.id}/test (src/app/(dashboard)/dashboard/onboarding/page.tsx:175)
`src/app/(dashboard)/dashboard/onboarding/page.tsx:175` calls `POST /api/providers/${conn.id}/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching:…
src/app/(dashboard)/dashboard/onboarding/page.tsx:175 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/providers/${connection.id}/test (src/app/(dashboard)/dashboard/providers/[id]/components/modals/EditConnectionModal.tsx:372)
`src/app/(dashboard)/dashboard/providers/[id]/components/modals/EditConnectionModal.tsx:372` calls `POST /api/providers/${connection.id}/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Too…
src/app/(dashboard)/dashboard/providers/[id]/components/modals/EditConnectionModal.tsx:372 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/providers/${connectionId}/test (src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts:540)
`src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts:540` calls `POST /api/providers/${connectionId}/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch No…
src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts:540 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/providers/${encodeURIComponent(connectionId)}/test (src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:215)
`src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:215` calls `POST /api/providers/${encodeURIComponent(connectionId)}/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported route…
src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:215 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/proxy-fallback/test (src/app/(dashboard)/dashboard/settings/components/proxy/GlobalConfigTab.tsx:90)
`src/app/(dashboard)/dashboard/settings/components/proxy/GlobalConfigTab.tsx:90` calls `POST /api/proxy-fallback/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path…
src/app/(dashboard)/dashboard/settings/components/proxy/GlobalConfigTab.tsx:90 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${name}/${verb} (src/app/(dashboard)/dashboard/providers/services/components/ServiceLifecycleButtons.tsx:29)
`src/app/(dashboard)/dashboard/providers/services/components/ServiceLifecycleButtons.tsx:29` calls `POST /api/services/${name}/${verb}` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetc…
src/app/(dashboard)/dashboard/providers/services/components/ServiceLifecycleButtons.tsx:29 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${name}/auto-start (src/app/(dashboard)/dashboard/providers/services/components/AutoStartToggle.tsx:25)
`src/app/(dashboard)/dashboard/providers/services/components/AutoStartToggle.tsx:25` calls `POST /api/services/${name}/auto-start` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Nor…
src/app/(dashboard)/dashboard/providers/services/components/AutoStartToggle.tsx:25 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${NAME}/install (src/app/(dashboard)/dashboard/providers/services/components/NinerouterInstallWizard.tsx:28)
`src/app/(dashboard)/dashboard/providers/services/components/NinerouterInstallWizard.tsx:28` calls `POST /api/services/${NAME}/install` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetc…
src/app/(dashboard)/dashboard/providers/services/components/NinerouterInstallWizard.tsx:28 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${NAME}/provider-expose (src/app/(dashboard)/dashboard/providers/services/components/CliproxyProviderExposureCard.tsx:23)
`src/app/(dashboard)/dashboard/providers/services/components/CliproxyProviderExposureCard.tsx:23` calls `POST /api/services/${NAME}/provider-expose` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it…
src/app/(dashboard)/dashboard/providers/services/components/CliproxyProviderExposureCard.tsx:23 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${NAME}/provider-expose (src/app/(dashboard)/dashboard/providers/services/components/NinerouterProviderExposureCard.tsx:34)
`src/app/(dashboard)/dashboard/providers/services/components/NinerouterProviderExposureCard.tsx:34` calls `POST /api/services/${NAME}/provider-expose` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides …
src/app/(dashboard)/dashboard/providers/services/components/NinerouterProviderExposureCard.tsx:34 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/services/${name}/rotate-key (src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:46)
`src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:46` calls `POST /api/services/${name}/rotate-key` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normali…
src/app/(dashboard)/dashboard/providers/services/components/ApiKeyField.tsx:46 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/settings/proxy/test (src/app/(dashboard)/dashboard/settings/components/ProxyRegistryManager.tsx:320)
`src/app/(dashboard)/dashboard/settings/components/ProxyRegistryManager.tsx:320` calls `POST /api/settings/proxy/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path…
src/app/(dashboard)/dashboard/settings/components/ProxyRegistryManager.tsx:320 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/settings/proxy/test (src/shared/components/ProxyConfigModal.tsx:508)
`src/shared/components/ProxyConfigModal.tsx:508` calls `POST /api/settings/proxy/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/settings/p…
src/shared/components/ProxyConfigModal.tsx:508 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/system/env/repair (src/app/(dashboard)/dashboard/providers/page.tsx:307)
`src/app/(dashboard)/dashboard/providers/page.tsx:307` calls `POST /api/system/env/repair` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for matching: `/system…
src/app/(dashboard)/dashboard/providers/page.tsx:307 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/tools/agent-bridge/upstream-ca/test (src/app/(dashboard)/dashboard/tools/agent-bridge/components/UpstreamCaField.tsx:26)
`src/app/(dashboard)/dashboard/tools/agent-bridge/components/UpstreamCaField.tsx:26` calls `POST /api/tools/agent-bridge/upstream-ca/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: f…
src/app/(dashboard)/dashboard/tools/agent-bridge/components/UpstreamCaField.tsx:26 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/version-manager/${action} (src/app/(dashboard)/dashboard/cli-code/components/CliproxyapiToolCard.tsx:67)
`src/app/(dashboard)/dashboard/cli-code/components/CliproxyapiToolCard.tsx:67` calls `POST /api/version-manager/${action}` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized …
src/app/(dashboard)/dashboard/cli-code/components/CliproxyapiToolCard.tsx:67 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /api/webhooks/${wh.id}/test (src/app/(dashboard)/dashboard/webhooks/WebhooksPageClient.tsx:68)
`src/app/(dashboard)/dashboard/webhooks/WebhooksPageClient.tsx:68` calls `POST /api/webhooks/${wh.id}/test` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch Normalized path used for m…
src/app/(dashboard)/dashboard/webhooks/WebhooksPageClient.tsx:68 Dangling fetchFetch
high System graph api Wiring conf 0.90 Dangling fetch: POST /start (src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:66)
`src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:66` calls `POST /start` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:apiCall Normalized path used for ma…
src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:66 Dangling fetchHelper:apicall
high System graph api Wiring conf 0.90 Dangling fetch: POST /stop (src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:79)
`src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:79` calls `POST /stop` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:apiCall Normalized path used for mat…
src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:79 Dangling fetchHelper:apicall
high System graph api Wiring conf 0.90 Dangling fetch: POST /vault/sync/resolve (src/lib/obsidian/api.ts:382)
`src/lib/obsidian/api.ts:382` calls `POST /vault/sync/resolve` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:request Normalized path used for matching: `/vault/sync/resolve`
src/lib/obsidian/api.ts:382 Dangling fetchHelper:request
high System graph api Wiring conf 0.90 Dangling fetch: POST /vault/sync/trigger (src/lib/obsidian/api.ts:376)
`src/lib/obsidian/api.ts:376` calls `POST /vault/sync/trigger` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: helper:request Normalized path used for matching: `/vault/sync/trigger`
src/lib/obsidian/api.ts:376 Dangling fetchHelper:request
high System graph api Wiring conf 0.90 Dangling fetch: PUT /api/providers/${selectedConnection?.id} (src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderNodeActions.ts:44)
`src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderNodeActions.ts:44` calls `PUT /api/providers/${selectedConnection?.id}` but no backend route in the scanned graph matches that path. This is a likely runtime 404 unless an external gateway or unsupported router provides it. Tool: fetch…
src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderNodeActions.ts:44 Dangling fetchFetch
high System graph security Trivy conf 1.00 DS-0002: Image user should not be 'root' — docker/vnc-browser/chromium/Dockerfile
Image user should not be 'root' Specify at least 1 USER command in Dockerfile with non-root user as argument Rule: DS-0002 Severity: HIGH Target: docker/vnc-browser/chromium/Dockerfile
Misconfig
high System graph security Trivy conf 1.00 DS-0017: 'RUN <package-manager> update' instruction alone — Dockerfile
'RUN <package-manager> update' instruction alone The instruction 'RUN <package-manager> update' should always be followed by '<package-manager> install' in the same RUN statement. Rule: DS-0017 Severity: HIGH Target: Dockerfile
Misconfig
high System graph security security conf 1.00 Insecure pattern 'eval_used' in open-sse/mcp-server/tools/githubSkillTools.ts:124
Found a known-risky pattern (eval_used). Review and replace if possible.
open-sse/mcp-server/tools/githubSkillTools.ts:124 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/lib/quota/redisQuotaStore.ts:39
Found a known-risky pattern (eval_used). Review and replace if possible.
src/lib/quota/redisQuotaStore.ts:39 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/lib/skills/githubCollector.ts:48
Found a known-risky pattern (eval_used). Review and replace if possible.
src/lib/skills/githubCollector.ts:48 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/ad-hoc/dbsetup.js:7
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/ad-hoc/dbsetup.js:7 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/app/api/oauth/cursor/auto-import/route.ts:51
Found a known-risky pattern (exec_used). Review and replace if possible.
src/app/api/oauth/cursor/auto-import/route.ts:51 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/lib/db/adapters/betterSqliteAdapter.ts:24
Found a known-risky pattern (exec_used). Review and replace if possible.
src/lib/db/adapters/betterSqliteAdapter.ts:24 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/lib/db/adapters/bunSqliteAdapter.ts:15
Found a known-risky pattern (exec_used). Review and replace if possible.
src/lib/db/adapters/bunSqliteAdapter.ts:15 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/lib/db/adapters/nodeSqliteShared.ts:10
Found a known-risky pattern (exec_used). Review and replace if possible.
src/lib/db/adapters/nodeSqliteShared.ts:10 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/lib/db/adapters/types.ts:18
Found a known-risky pattern (exec_used). Review and replace if possible.
src/lib/db/adapters/types.ts:18 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/lib/skills/githubCollector.ts:49
Found a known-risky pattern (exec_used). Review and replace if possible.
src/lib/skills/githubCollector.ts:49 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/mitm/cert/install.ts:89
Found a known-risky pattern (exec_used). Review and replace if possible.
src/mitm/cert/install.ts:89 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/types/sqljs.d.ts:17
Found a known-risky pattern (exec_used). Review and replace if possible.
src/types/sqljs.d.ts:17 Exec used
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in open-sse/services/qoderCli.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
open-sse/services/qoderCli.ts:1 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/ad-hoc/delete-non-green-runs.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ad-hoc/delete-non-green-runs.mjs:1 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/ad-hoc/fetch_prs.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ad-hoc/fetch_prs.js:1 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/ad-hoc/resolve_all_conflicts.js:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ad-hoc/resolve_all_conflicts.js:2 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/check/check-env-doc-sync.mjs:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check/check-env-doc-sync.mjs:29 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/dev/system-info.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev/system-info.mjs:17 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/homolog/run.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/homolog/run.mjs:2 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/i18n/build-pending-from-missing.mjs:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/i18n/build-pending-from-missing.mjs:11 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/i18n/extract-keys-from-diff.mjs:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/i18n/extract-keys-from-diff.mjs:12 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/lib/acp/registry.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/lib/acp/registry.ts:13 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/lib/cli-helper/tool-detector.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/lib/cli-helper/tool-detector.ts:3 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/lib/copilot/tools.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/lib/copilot/tools.ts:8 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/mitm/cert/install.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/mitm/cert/install.ts:3 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/shared/services/cliRuntime.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/shared/services/cliRuntime.ts:5 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in src/shared/utils/machineId.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/shared/utils/machineId.ts:1 Node child process
high System graph security security conf 1.00 Insecure pattern 'python_os_system' in src/lib/skills/githubCollector.ts:50
Found a known-risky pattern (python_os_system). Review and replace if possible.
src/lib/skills/githubCollector.ts:50 Python os system
high System graph security Semgrep conf 0.75 react insecure request — src/lib/memory/retrieval.ts:167
Unencrypted request over HTTP detected. Rule: typescript.react.security.react-insecure-request.react-insecure-request Severity: ERROR OWASP: A03:2017 - Sensitive Data Exposure, A02:2021 - Cryptographic Failures, A04:2025 - Cryptographic Failures CWE: CWE-319: Cleartext Transmission of Sensitive In…
src/lib/memory/retrieval.ts:167 SecurityReact
high System graph security Skillspector conf 0.85 SkillSpector E4 (data-exfil) in skills/cli-chat/SKILL.md
Send chat Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions. Skill: cli-chat Rule: E4 Category: data-exfil Severity: HIGH Confidence: 0.85 Remediation: Remove any code that sends prompts, responses, or session data …
skills/cli-chat/SKILL.md:3 Mcp skillData exfilE4
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/cli-eval/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model p Hidden instructions were detected in comments or invisible text. These could contain malicious di…
skills/cli-eval/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/cli-providers/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Manage provider connections from the CLI: list available/configured providers, add, test, test-al Hidden instructions were detected in comments or invisible text. These could contain malicious di…
skills/cli-providers/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/cli-serve/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Start, stop, and restart the OmniRoute server from the CLI. Manage daemon mode, port configuratio Hidden instructions were detected in comments or invisible text. These could contain malicious di…
skills/cli-serve/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/cli-skill-collector/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Detect installed CLI coding tools (Claude Code, Codex, Cursor, Copilot, Cline and more), search G Hidden instructions were detected in comments or invisible text. These could contain malicious di…
skills/cli-skill-collector/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/omni-agents-a2a/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Interact with OmniRoute via JSON-RPC 2.0 agent-to-agent protocol. 6 built-in A2A skills: smart-ro Hidden instructions were detected in comments or invisible text. These could contain malicious di…
skills/omni-agents-a2a/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in skills/omni-auth/SKILL.md
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Manage API key authentication and session tokens. Start here to authenticate requests via Bearer Hidden instructions were detected in comments or invisible text. These could contain malicious dir…
skills/omni-auth/SKILL.md:5 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.90 SkillSpector SC2 (supply-chain) in skills/cli-skill-collector/SKILL.md
curl -H "Authorization: Bearer $OMNIROUTE_API_KEY" \ "http://localhost:20128/api/github-skills?minStars=3&maxResults=50" ``` --- ## Step 3 — Install skills to detected tools Install a chosen skil Remote code is downloaded and executed. This bypasses code review and could introduce malicious c…
skills/cli-skill-collector/SKILL.md:336 Mcp skillSupply chainSc2
high System graph security Skillspector conf 0.70 SkillSpector TM1 (tool-misuse) in skills/cli-providers/SKILL.md
--skip-test Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns). Skill: cli-providers Rule: TM1 Category: tool-misuse Severity: HIGH Confidence: 0.70 Remediation: Validate al…
skills/cli-providers/SKILL.md:119 Mcp skillTool misuseTm1
high System graph security Skillspector conf 0.80 SkillSpector TM1 (tool-misuse) in skills/omni-api-keys/SKILL.md
DELETE /api/keys/{id} Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns). Skill: omni-api-keys Rule: TM1 Category: tool-misuse Severity: HIGH Confidence: 0.80 Remediation: V…
skills/omni-api-keys/SKILL.md:57 Mcp skillTool misuseTm1
high System graph dependencies dependencies conf 0.70 Vulnerable dependency undici 8.3.0: GHSA-38rv-x7px-6hhq
OSV.dev reports `undici` at version `8.3.0` (declared in `package.json`) is affected by GHSA-38rv-x7px-6hhq (aka CVE-2026-9675). Note: `8.3.0` is the declared floor of a range — the installed version may be newer. undici WebSocket client vulnerable to denial of service via cumulative fragment bypa…
package.json ScaOsvGhsa 38rv x7px 6hhq
high System graph dependencies dependencies conf 0.70 Vulnerable dependency undici 8.3.0: GHSA-vmh5-mc38-953g
OSV.dev reports `undici` at version `8.3.0` (declared in `package.json`) is affected by GHSA-vmh5-mc38-953g (aka CVE-2026-9697). Note: `8.3.0` is the declared floor of a range — the installed version may be newer. undici vulnerable to TLS certificate validation bypass via dropped requestTls in SOC…
package.json ScaOsvGhsa vmh5 mc38 953g
high System graph dependencies dependencies conf 0.70 Vulnerable dependency undici 8.3.0: GHSA-vxpw-j846-p89q
OSV.dev reports `undici` at version `8.3.0` (declared in `package.json`) is affected by GHSA-vxpw-j846-p89q (aka CVE-2026-12151). Note: `8.3.0` is the declared floor of a range — the installed version may be newer. undici WebSocket client vulnerable to denial of service via fragment count bypass …
package.json ScaOsvGhsa vxpw j846 p89q
high System graph dependencies dependencies conf 0.70 Vulnerable dependency ws 8.18.0: GHSA-96hv-2xvq-fx4p
OSV.dev reports `ws` at version `8.18.0` (declared in `package.json`) is affected by GHSA-96hv-2xvq-fx4p (aka CVE-2026-48779). Note: `8.18.0` is the declared floor of a range — the installed version may be newer. ws: Memory exhaustion DoS from tiny fragments and data chunks Aliases: CVE-2026-4877…
package.json ScaOsvGhsa 96hv 2xvq fx4p
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/93426e7a-65c1-4dad-bab0-d83abe8697c5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/93426e7a-65c1-4dad-bab0-d83abe8697c5/

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.