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 (1 month, 2 weeks ago) · 10 languages

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

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks 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: 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 513 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
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 2 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 397, 398
.github/workflows/ci.yml:397, 398 (2 hits)
CI/CD securityworkflow secretsGitHub Actions
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
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 31 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
11 files, 31 locations
.github/workflows/ci.yml:28, 29, 52, 53, 66, 67, 80 (7 hits)
.github/workflows/electron-release.yml:27, 74, 76, 82, 186, 197, 202 (7 hits)
.github/workflows/docker-publish.yml:44, 141, 189, 210, 232 (5 hits)
.github/workflows/npm-publish.yml:53, 60, 66, 177, 180 (5 hits)
.github/workflows/mutation-redundancy.yml:58
.github/workflows/nightly-mutation.yml:129
.github/workflows/nightly-property.yml:26
.github/workflows/nightly-release-green.yml:200
CI/CD securitySupply chainGitHub Actions
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
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
low Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
open-sse/handlers/embeddings.ts:234
low Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
open-sse/executors/gemini-web.ts:175
low Security checks quality Quality conf 1.00 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
open-sse/services/autoCombo/engine.ts:159
low Security checks quality Quality conf 1.00 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
open-sse/executors/github.ts:154
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.86 Dockerfile separates apt update from install
Combine update and install in the same RUN instruction and clean package indexes in that layer.
Dockerfile:133 CI/CD securitycontainers
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
medium Security checks quality Quality conf 0.78 React interval is created without an explicit cleanup
Store the interval id and return a useEffect cleanup that calls clearInterval. Also clear the interval in explicit stop/end handlers when relevant.
open-sse/services/accountFallback.ts:93
medium Security checks quality Quality conf 0.78 React interval is created without an explicit cleanup
Store the interval id and return a useEffect cleanup that calls clearInterval. Also clear the interval in explicit stop/end handlers when relevant.
open-sse/executors/antigravity.ts:233
medium System graph frontend Frontend quality conf 0.80 `dangerouslySetInnerHTML` used in a React component — src/app/docs/[...slug]/page.tsx:85
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
src/app/docs/[...slug]/page.tsx:85 Fq dangerous html
medium System graph frontend Frontend quality conf 0.80 `dangerouslySetInnerHTML` used in a React component — src/app/layout.tsx:71
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
src/app/layout.tsx:71 Fq dangerous html
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ar/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ar/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ar/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ar/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/az/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/az/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/az/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/az/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/bg/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/bg/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/bg/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/bg/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/bn/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/bn/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/bn/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/bn/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/cs/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/cs/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/cs/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/cs/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/da/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/da/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/da/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/da/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/de/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/de/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/de/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/de/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/es/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/es/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/es/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/es/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fa/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fa/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fa/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fa/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fi/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fi/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fi/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fi/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fr/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fr/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/fr/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/fr/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/gu/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/gu/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/gu/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/gu/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/he/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/he/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/he/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/he/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/hi/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/hi/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/hi/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/hi/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/hu/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/hu/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/hu/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/hu/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/id/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/id/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/in/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/in/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/in/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/in/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/it/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/it/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/it/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/it/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ja/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ja/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ja/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ja/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ko/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ko/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ko/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ko/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/mr/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/mr/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/mr/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/mr/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ms/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ms/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ms/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ms/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/nl/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/nl/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/nl/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/nl/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/no/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/no/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/no/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/no/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/phi/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/phi/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/phi/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/phi/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pl/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pl/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pl/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pl/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pt-BR/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pt-BR/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pt-BR/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pt-BR/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pt/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pt/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/pt/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/pt/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ro/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ro/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ro/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ro/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ru/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ru/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ru/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ru/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sk/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sk/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sk/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sk/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sv/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sv/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sv/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sv/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sw/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sw/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/sw/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/sw/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ta/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ta/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ta/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ta/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/te/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/te/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/te/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/te/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/th/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/th/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/th/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/th/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/tr/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/tr/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/tr/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/tr/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/uk-UA/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/uk-UA/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/uk-UA/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/uk-UA/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ur/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ur/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/ur/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/ur/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/vi/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/vi/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/vi/GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/vi/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/zh-CN/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/zh-CN/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/i18n/zh-TW/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
docs/i18n/zh-TW/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: GEMINI.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: open-sse/services/AGENTS.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
open-sse/services/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-backup-sync/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-backup-sync/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-batches/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-batches/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-chat/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-chat/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-cost-usage/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-cost-usage/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-health/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-health/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-keys/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-keys/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-mcp/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-mcp/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-models/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-models/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-policy-audit/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-policy-audit/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-providers/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-providers/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-resilience/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-resilience/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/cli-setup/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/cli-setup/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/config-codex-cli/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/config-codex-cli/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-agents-a2a/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-agents-a2a/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-api-keys/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-api-keys/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-budget/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-budget/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-cache/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-cache/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-cli-tools/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-cli-tools/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-mcp/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-mcp/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-models/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-models/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-resilience/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-resilience/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-sync-cloud/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-sync-cloud/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-usage-logs/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-usage-logs/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/omni-version-manager/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/omni-version-manager/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-a2a/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-a2a/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-backup-sync/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-backup-sync/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-batches/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-batches/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-chat/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-chat/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-compression/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-compression/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-contexts/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-contexts/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-cost-usage/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-cost-usage/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-eval/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-eval/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-health/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-health/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-keys/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-keys/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-mcp/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-mcp/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-models/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-models/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-plugins-skills/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-plugins-skills/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-policy-audit/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-policy-audit/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-providers/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-providers/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-resilience/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-resilience/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-routing/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-routing/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-serve/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-serve/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-setup/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-setup/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-skill-collector/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-skill-collector/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/cli-tunnel/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/cli-tunnel/SKILL.md:14 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/config-codex-cli/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/config-codex-cli/SKILL.md:14 Supply chainSkill file
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security Trivy conf 1.00 CVE-2026-59877: protobufjs 7.6.4 — package-lock.json
protobufjs: protobufjs: Denial of Service via crafted .proto schema protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.6.5 and 8.6.6, protobufjs parsed option names by advancing through schema tokens until reaching an = token without checking for end of input, so a…
VulnCve 2026 59877
medium System graph api Wiring conf 0.55 Dangling fetch: POST /api${path} (src/app/(dashboard)/dashboard/playground/components/tabs/ApiTab.tsx:412)
`src/app/(dashboard)/dashboard/playground/components/tabs/ApiTab.tsx:412` calls `POST /api${path}` but no backend route in the scanned graph matches that path. The path appears development/example-only, so verify its custom dev server or proxy registration. Tool: fetch Normalized path used for mat…
src/app/(dashboard)/dashboard/playground/components/tabs/ApiTab.tsx:412 Dangling fetchFetchNon production context
medium System graph dependencies dependencies conf 0.90 Dependency @toon-format/toon is two or more major versions behind
`@toon-format/toon` is pinned at `2.3.0` in `open-sse/package.json` while the latest release on the npm registry is `4.0.0` — 2 major version(s) behind. Old majors stop receiving security backports and accumulate known CVEs. Review the upstream changelog / migration guide and upgrade `@toon-format/…
open-sse/package.json FreshnessOutdated
medium System graph security Semgrep conf 0.55 detect child process — open-sse/services/qoderCli.ts:138
Detected calls to child_process from a function argument `options`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-…
open-sse/services/qoderCli.ts:138 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — scripts/ad-hoc/resolve_all_conflicts.js:28
Detected calls to child_process from a function argument `cmd`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-proc…
scripts/ad-hoc/resolve_all_conflicts.js:28 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — scripts/dev/system-info.mjs:30
Detected calls to child_process from a function argument `cmd`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-proc…
scripts/dev/system-info.mjs:30 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — src/lib/skills/containerProvider.ts:74
Detected calls to child_process from a function argument `binary`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-p…
src/lib/skills/containerProvider.ts:74 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — src/lib/skills/sandbox.ts:80
Detected calls to child_process from a function argument `command`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-…
src/lib/skills/sandbox.ts:80 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — src/lib/versionManager/processManager.ts:67
Detected calls to child_process from a function argument `binaryPath`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-chi…
src/lib/versionManager/processManager.ts:67 SecurityJavascript
medium System graph security Semgrep conf 0.55 detect child process — src/shared/services/cliRuntime.ts:334
Detected calls to child_process from a function argument `command`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-…
src/shared/services/cliRuntime.ts:334 SecurityJavascript
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: linuxserver/chromium:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/vnc-browser/chromium/Dockerfile:13 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/vnc-browser/chromium/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security Trivy conf 1.00 DS-0001: ':latest' tag used — docker/vnc-browser/chromium/Dockerfile
':latest' tag used Specify a tag in the 'FROM' statement for image 'linuxserver/chromium' Rule: DS-0001 Severity: MEDIUM Target: docker/vnc-browser/chromium/Dockerfile
Misconfig
medium System graph security Semgrep conf 0.55 dynamic urllib use detected — scripts/i18n/i18n_autotranslate.py:86
Detected a dynamic value being used with urllib. urllib supports 'file://' schemes, so a dynamic value controlled by a malicious actor may allow them to read arbitrary files. Audit uses of urllib calls to ensure user data cannot control the URLs, or consider using the 'requests' library instead. R…
scripts/i18n/i18n_autotranslate.py:86 SecurityPython
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh.ts:326
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh.ts:326 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh/providers/claudeOAuth.ts:21
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh/providers/claudeOAuth.ts:21 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh/providers/github.ts:13
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh/providers/github.ts:13 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh/providers/google.ts:19
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh/providers/google.ts:19 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh/providers/kiro.ts:41
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh/providers/kiro.ts:41 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/tokenRefresh/providers/qoder.ts:23
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/tokenRefresh/providers/qoder.ts:23 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — open-sse/services/usage/kiro.ts:194
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
open-sse/services/usage/kiro.ts:194 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/analytics/AutoRoutingAnalyticsTab.tsx:22
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/analytics/AutoRoutingAnalyticsTab.tsx:22 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/analytics/CompressionAnalyticsTab.tsx:151
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/analytics/CompressionAnalyticsTab.tsx:151 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/analytics/SearchAnalyticsTab.tsx:86
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/analytics/SearchAnalyticsTab.tsx:86 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/api-manager/ApiManagerPageClient.tsx:343
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/api-manager/ApiManagerPageClient.tsx:343 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/cli-code/CliCodePageClient.tsx:61
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/cli-code/CliCodePageClient.tsx:61 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/cli-code/components/CopilotToolCard.tsx:59
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/cli-code/components/CopilotToolCard.tsx:59 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/combos/playground/ComboPlaygroundClient.tsx:76
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/combos/playground/ComboPlaygroundClient.tsx:76 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/compression/exclusions/ExclusionsPanel.tsx:32
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/compression/exclusions/ExclusionsPanel.tsx:32 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/context/combos/CompressionCombosPageClient.tsx:74
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/context/combos/CompressionCombosPageClient.tsx:74 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/context/CompressionStylesTile.tsx:30
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/context/CompressionStylesTile.tsx:30 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/context/omniglyph/OmniglyphContextPageClient.tsx:207
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/context/omniglyph/OmniglyphContextPageClient.tsx:207 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/context/settings/CompressionPanel.tsx:158
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/context/settings/CompressionPanel.tsx:158 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/costs/quota-share/components/AccountQuotaRow.tsx:96
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/costs/quota-share/components/AccountQuotaRow.tsx:96 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/costs/quota-share/components/QuotaEndpointsCard.tsx:103
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/costs/quota-share/components/QuotaEndpointsCard.tsx:103 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/costs/quota-share/components/UsageLogCard.tsx:44
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/costs/quota-share/components/UsageLogCard.tsx:44 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/costs/quota-share/hooks/useLocalStoragePoolMigration.ts:93
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/costs/quota-share/hooks/useLocalStoragePoolMigration.ts:93 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/discovery/DiscoveryPageClient.tsx:106
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/discovery/DiscoveryPageClient.tsx:106 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:149
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:149 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx:516
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx:516 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/health/page.tsx:106
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/health/page.tsx:106 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/HomePageClient.tsx:212
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/HomePageClient.tsx:212 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx:32
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx:32 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/media-providers/components/ImageExampleCard.tsx:36
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/media-providers/components/ImageExampleCard.tsx:36 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/memory/components/QdrantConfigCard.tsx:52
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/memory/components/QdrantConfigCard.tsx:52 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/memory/components/tabs/EngineTab.tsx:29
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/memory/components/tabs/EngineTab.tsx:29 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/omni-skills/OmniSkillsPageClient.tsx:81
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/omni-skills/OmniSkillsPageClient.tsx:81 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts:286
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts:286 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/providers/hooks/useSyncedModelsByProvider.ts:22
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/providers/hooks/useSyncedModelsByProvider.ts:22 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/providers/page.tsx:415
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/providers/page.tsx:415 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/providers/services/components/CliproxyConnectionPanel.tsx:34
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/providers/services/components/CliproxyConnectionPanel.tsx:34 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/providers/services/components/CliproxyModelMappingEditor.tsx:88
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/providers/services/components/CliproxyModelMappingEditor.tsx:88 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/quota/page.tsx:12
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/quota/page.tsx:12 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/search-tools/components/RerankPanel.tsx:31
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/search-tools/components/RerankPanel.tsx:31 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/settings/components/AppearanceTab.tsx:74
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/settings/components/AppearanceTab.tsx:74 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/settings/components/AutoDisableCard.tsx:19
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/settings/components/AutoDisableCard.tsx:19 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/settings/components/BackgroundDegradationTab.tsx:23
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/settings/components/BackgroundDegradationTab.tsx:23 runtime safetyRobustnessUnhandled promise
medium System graph quality Integrity conf 0.90 Fire-and-forget `fetch()` has no rejection handler — src/app/(dashboard)/dashboard/settings/components/CacheSettingsTab.tsx:29
This fetch result is neither awaited, returned, assigned, nor followed by `.catch(...)`. A network failure can therefore become an unhandled promise rejection. Await/return the promise or attach an explicit rejection handler.
src/app/(dashboard)/dashboard/settings/components/CacheSettingsTab.tsx:29 runtime safetyRobustnessUnhandled promise

Showing first 300 of 513. Refine filters or use the findings page for deep search.

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.