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.

digitie/pinvi

https://github.com/digitie/pinvi · scanned 2026-06-17 01:56 UTC (1 month, 1 week ago)

201 raw signals (0 security + 201 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -31.3 (diff) · 178 actionable findings from 1 signal source. 23 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
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 45.4/100 with 100.0% coverage. It contains 3005 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 201 findings — concentrated in api (69), security (52), quality (40). Risk profile is high: 0 critical, 120 high, 15 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 166 of 178 actionable findings. 201 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 System graph api Wiring conf 1.00 Dangling fetch: GET /admin/audit/verify-chain (packages/api-client/src/endpoints/admin.ts:203)
`packages/api-client/src/endpoints/admin.ts:203` calls `GET /admin/audit/verify-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/audit/verify-chain` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/audit?limit=${limit} (packages/api-client/src/endpoints/admin.ts:197)
`packages/api-client/src/endpoints/admin.ts:197` calls `GET /admin/audit?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/audit` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/backup/snapshots?limit=${limit} (packages/api-client/src/endpoints/admin.ts:266)
`packages/api-client/src/endpoints/admin.ts:266` calls `GET /admin/backup/snapshots?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/backup/snapshots` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/pois/${poiId} (packages/api-client/src/endpoints/admin.ts:181)
`packages/api-client/src/endpoints/admin.ts:181` calls `GET /admin/pois/${poiId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/pois/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/stats/overview (packages/api-client/src/endpoints/admin.ts:36)
`packages/api-client/src/endpoints/admin.ts:36` calls `GET /admin/stats/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/stats/overview` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/trips/${tripId} (packages/api-client/src/endpoints/admin.ts:141)
`packages/api-client/src/endpoints/admin.ts:141` calls `GET /admin/trips/${tripId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/trips/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/users/${userId} (packages/api-client/src/endpoints/admin.ts:90)
`packages/api-client/src/endpoints/admin.ts:90` calls `GET /admin/users/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /auth/me (packages/api-client/src/endpoints/auth.ts:52)
`packages/api-client/src/endpoints/auth.ts:52` calls `GET /auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /auth/oauth/providers (packages/api-client/src/endpoints/auth.ts:58)
`packages/api-client/src/endpoints/auth.ts:58` calls `GET /auth/oauth/providers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/oauth/providers` If this points at an external API, prefix it with `https…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/${featureId} (packages/api-client/src/endpoints/feature.ts:88)
`packages/api-client/src/endpoints/feature.ts:88` calls `GET /features/${featureId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/${featureId}/weather (packages/api-client/src/endpoints/feature.ts:95)
`packages/api-client/src/endpoints/feature.ts:95` calls `GET /features/${featureId}/weather` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/<p>/weather` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/in-bounds?${qs.toString()} (packages/api-client/src/endpoints/feature.ts:38)
`packages/api-client/src/endpoints/feature.ts:38` calls `GET /features/in-bounds?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/in-bounds` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/nearby?${qs.toString()} (packages/api-client/src/endpoints/feature.ts:60)
`packages/api-client/src/endpoints/feature.ts:60` calls `GET /features/nearby?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/nearby` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/requests/${requestId} (packages/api-client/src/endpoints/feature.ts:118)
`packages/api-client/src/endpoints/feature.ts:118` calls `GET /features/requests/${requestId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/requests/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features/search?${qs.toString()} (packages/api-client/src/endpoints/feature.ts:80)
`packages/api-client/src/endpoints/feature.ts:80` calls `GET /features/search?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/search` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /notice-plans/${noticePlanId} (packages/api-client/src/endpoints/notice-plans.ts:35)
`packages/api-client/src/endpoints/notice-plans.ts:35` calls `GET /notice-plans/${noticePlanId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/notice-plans/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /public/festivals/${featureId} (packages/api-client/src/endpoints/public.ts:115)
`packages/api-client/src/endpoints/public.ts:115` calls `GET /public/festivals/${featureId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/public/festivals/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId} (packages/api-client/src/endpoints/trips.ts:123)
`packages/api-client/src/endpoints/trips.ts:123` calls `GET /trips/${tripId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/attachments (packages/api-client/src/endpoints/trips.ts:175)
`packages/api-client/src/endpoints/trips.ts:175` calls `GET /trips/${tripId}/attachments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/attachments` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/attachments/${attachmentId}/download-url (packages/api-client/src/endpoints/trips.ts:193)
`packages/api-client/src/endpoints/trips.ts:193` calls `GET /trips/${tripId}/attachments/${attachmentId}/download-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/attachments/<p>/download-url` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/comments?limit=${limit} (packages/api-client/src/endpoints/trips.ts:246)
`packages/api-client/src/endpoints/trips.ts:246` calls `GET /trips/${tripId}/comments?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/comments` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/days/${dayIndex}/distance-matrix (packages/api-client/src/endpoints/trips.ts:217)
`packages/api-client/src/endpoints/trips.ts:217` calls `GET /trips/${tripId}/days/${dayIndex}/distance-matrix` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p>/distance-matrix` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/pois/${poiId}/attachments (packages/api-client/src/endpoints/trips.ts:199)
`packages/api-client/src/endpoints/trips.ts:199` calls `GET /trips/${tripId}/pois/${poiId}/attachments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/pois/<p>/attachments` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/shared/${token} (packages/api-client/src/endpoints/trips.ts:169)
`packages/api-client/src/endpoints/trips.ts:169` calls `GET /trips/${tripId}/shared/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/shared/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /trips/${tripId}/telegram-targets (packages/api-client/src/endpoints/telegram.ts:36)
`packages/api-client/src/endpoints/telegram.ts:36` calls `GET /trips/${tripId}/telegram-targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/telegram-targets` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /users/consents (packages/api-client/src/endpoints/users.ts:19)
`packages/api-client/src/endpoints/users.ts:19` calls `GET /users/consents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/consents` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /users/me/mcp-tokens (packages/api-client/src/endpoints/users.ts:39)
`packages/api-client/src/endpoints/users.ts:39` calls `GET /users/me/mcp-tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/mcp-tokens` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /users/me/telegram-targets (packages/api-client/src/endpoints/telegram.ts:11)
`packages/api-client/src/endpoints/telegram.ts:11` calls `GET /users/me/telegram-targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/telegram-targets` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /admin/pois/${poiId}/link-status (packages/api-client/src/endpoints/admin.ts:190)
`packages/api-client/src/endpoints/admin.ts:190` calls `PATCH /admin/pois/${poiId}/link-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/pois/<p>/link-status` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /admin/trips/${tripId}/status (packages/api-client/src/endpoints/admin.ts:150)
`packages/api-client/src/endpoints/admin.ts:150` calls `PATCH /admin/trips/${tripId}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/trips/<p>/status` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /trips/${tripId} (packages/api-client/src/endpoints/trips.ts:129)
`packages/api-client/src/endpoints/trips.ts:129` calls `PATCH /trips/${tripId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /trips/${tripId}/days/${dayIndex} (packages/api-client/src/endpoints/trips.ts:157)
`packages/api-client/src/endpoints/trips.ts:157` calls `PATCH /trips/${tripId}/days/${dayIndex}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p>` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /trips/${tripId}/pois/${poiId} (packages/api-client/src/endpoints/pois.ts:21)
`packages/api-client/src/endpoints/pois.ts:21` calls `PATCH /trips/${tripId}/pois/${poiId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/pois/<p>` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/backup/restore-hotswap (packages/api-client/src/endpoints/admin.ts:279)
`packages/api-client/src/endpoints/admin.ts:279` calls `POST /admin/backup/restore-hotswap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/backup/restore-hotswap` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/backup/snapshot (packages/api-client/src/endpoints/admin.ts:272)
`packages/api-client/src/endpoints/admin.ts:272` calls `POST /admin/backup/snapshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/backup/snapshot` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/emails/${emailId}/resend (packages/api-client/src/endpoints/admin.ts:260)
`packages/api-client/src/endpoints/admin.ts:260` calls `POST /admin/emails/${emailId}/resend` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/emails/<p>/resend` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/feature-requests/${requestId}/approve (packages/api-client/src/endpoints/admin.ts:60)
`packages/api-client/src/endpoints/admin.ts:60` calls `POST /admin/feature-requests/${requestId}/approve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/feature-requests/<p>/approve` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/feature-requests/${requestId}/reject (packages/api-client/src/endpoints/admin.ts:70)
`packages/api-client/src/endpoints/admin.ts:70` calls `POST /admin/feature-requests/${requestId}/reject` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/feature-requests/<p>/reject` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/mcp-tokens (packages/api-client/src/endpoints/admin.ts:306)
`packages/api-client/src/endpoints/admin.ts:306` calls `POST /admin/mcp-tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/mcp-tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/mcp-tokens/${tokenId}/revoke (packages/api-client/src/endpoints/admin.ts:313)
`packages/api-client/src/endpoints/admin.ts:313` calls `POST /admin/mcp-tokens/${tokenId}/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/mcp-tokens/<p>/revoke` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/users/${userId}/disable (packages/api-client/src/endpoints/admin.ts:110)
`packages/api-client/src/endpoints/admin.ts:110` calls `POST /admin/users/${userId}/disable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/<p>/disable` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/users/${userId}/force-verify (packages/api-client/src/endpoints/admin.ts:103)
`packages/api-client/src/endpoints/admin.ts:103` calls `POST /admin/users/${userId}/force-verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/<p>/force-verify` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/users/${userId}/reveal-pii (packages/api-client/src/endpoints/admin.ts:96)
`packages/api-client/src/endpoints/admin.ts:96` calls `POST /admin/users/${userId}/reveal-pii` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/<p>/reveal-pii` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/login (packages/api-client/src/endpoints/auth.ts:34)
`packages/api-client/src/endpoints/auth.ts:34` calls `POST /auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/login` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/oauth/google/link (packages/api-client/src/endpoints/auth.ts:71)
`packages/api-client/src/endpoints/auth.ts:71` calls `POST /auth/oauth/google/link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/oauth/google/link` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/oauth/google/start (packages/api-client/src/endpoints/auth.ts:64)
`packages/api-client/src/endpoints/auth.ts:64` calls `POST /auth/oauth/google/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/oauth/google/start` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/refresh (packages/api-client/src/endpoints/auth.ts:41)
`packages/api-client/src/endpoints/auth.ts:41` calls `POST /auth/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/refresh` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/register (packages/api-client/src/endpoints/auth.ts:17)
`packages/api-client/src/endpoints/auth.ts:17` calls `POST /auth/register` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/register` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/verify-email (packages/api-client/src/endpoints/auth.ts:24)
`packages/api-client/src/endpoints/auth.ts:24` calls `POST /auth/verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/verify-email` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /features/requests (packages/api-client/src/endpoints/feature.ts:110)
`packages/api-client/src/endpoints/feature.ts:110` calls `POST /features/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features/requests` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /notice-plans/${noticePlanId}/copy (packages/api-client/src/endpoints/notice-plans.ts:41)
`packages/api-client/src/endpoints/notice-plans.ts:41` calls `POST /notice-plans/${noticePlanId}/copy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/notice-plans/<p>/copy` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /storage/upload-urls (packages/api-client/src/endpoints/storage.ts:8)
`packages/api-client/src/endpoints/storage.ts:8` calls `POST /storage/upload-urls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/storage/upload-urls` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips (packages/api-client/src/endpoints/trips.ts:116)
`packages/api-client/src/endpoints/trips.ts:116` calls `POST /trips` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/attachments (packages/api-client/src/endpoints/trips.ts:181)
`packages/api-client/src/endpoints/trips.ts:181` calls `POST /trips/${tripId}/attachments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/attachments` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/comments (packages/api-client/src/endpoints/trips.ts:252)
`packages/api-client/src/endpoints/trips.ts:252` calls `POST /trips/${tripId}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/comments` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/copy (packages/api-client/src/endpoints/trips.ts:143)
`packages/api-client/src/endpoints/trips.ts:143` calls `POST /trips/${tripId}/copy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/copy` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/days (packages/api-client/src/endpoints/trips.ts:150)
`packages/api-client/src/endpoints/trips.ts:150` calls `POST /trips/${tripId}/days` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/days/${dayIndex}/optimize (packages/api-client/src/endpoints/trips.ts:227)
`packages/api-client/src/endpoints/trips.ts:227` calls `POST /trips/${tripId}/days/${dayIndex}/optimize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p>/optimize` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/members (packages/api-client/src/endpoints/trips.ts:234)
`packages/api-client/src/endpoints/trips.ts:234` calls `POST /trips/${tripId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/pois (packages/api-client/src/endpoints/pois.ts:14)
`packages/api-client/src/endpoints/pois.ts:14` calls `POST /trips/${tripId}/pois` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/pois` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/pois/${poiId}/attachments (packages/api-client/src/endpoints/trips.ts:205)
`packages/api-client/src/endpoints/trips.ts:205` calls `POST /trips/${tripId}/pois/${poiId}/attachments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/pois/<p>/attachments` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/pois/reorder (packages/api-client/src/endpoints/pois.ts:34)
`packages/api-client/src/endpoints/pois.ts:34` calls `POST /trips/${tripId}/pois/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/pois/reorder` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/share-tokens (packages/api-client/src/endpoints/trips.ts:264)
`packages/api-client/src/endpoints/trips.ts:264` calls `POST /trips/${tripId}/share-tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/share-tokens` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /trips/${tripId}/telegram-targets (packages/api-client/src/endpoints/telegram.ts:42)
`packages/api-client/src/endpoints/telegram.ts:42` calls `POST /trips/${tripId}/telegram-targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/telegram-targets` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/mcp-tokens (packages/api-client/src/endpoints/users.ts:45)
`packages/api-client/src/endpoints/users.ts:45` calls `POST /users/me/mcp-tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/mcp-tokens` If this points at an external API, prefix it with `https…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/profile/complete (apps/web/app/(auth)/profile-complete/page.tsx:80)
`apps/web/app/(auth)/profile-complete/page.tsx:80` calls `POST /users/me/profile/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/profile/complete` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/telegram-targets (packages/api-client/src/endpoints/telegram.ts:17)
`packages/api-client/src/endpoints/telegram.ts:17` calls `POST /users/me/telegram-targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/telegram-targets` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/telegram-targets/${targetId}/verify (packages/api-client/src/endpoints/telegram.ts:24)
`packages/api-client/src/endpoints/telegram.ts:24` calls `POST /users/me/telegram-targets/${targetId}/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/telegram-targets/<p>/verify` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /users/consents (packages/api-client/src/endpoints/users.ts:26)
`packages/api-client/src/endpoints/users.ts:26` calls `PUT /users/consents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/consents` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph security auth conf 1.00 FastAPI DELETE `delete_consent` without auth dependency — apps/api/app/api/v1/users.py:104
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_plan_attachment` without auth dependency — apps/api/app/api/v1/admin/notice_plans.py:284
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/admin/notice_plans.py:284 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_poi_attachment` without auth dependency — apps/api/app/api/v1/admin/notice_plans.py:372
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/admin/notice_plans.py:372 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_poi_endpoint` without auth dependency — apps/api/app/api/v1/pois.py:174
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/pois.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_telegram_target` without auth dependency — apps/api/app/api/v1/telegram_targets.py:142
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/telegram_targets.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_trip_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:706
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:706 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_trip_comment` without auth dependency — apps/api/app/api/v1/trips.py:1119
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:1119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_trip_day_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:571
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:571 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_trip_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:415
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:415 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_trip_poi_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:852
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:852 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_trip_member` without auth dependency — apps/api/app/api/v1/trips.py:1042
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:1042 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_mcp_token_endpoint` without auth dependency — apps/api/app/api/v1/users.py:166
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_share_token` without auth dependency — apps/api/app/api/v1/trips.py:1191
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:1191 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_google` without auth dependency — apps/api/app/api/v1/oauth.py:214
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/oauth.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_trip_telegram_target` without auth dependency — apps/api/app/api/v1/trip_telegram_targets.py:92
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trip_telegram_targets.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_poi_endpoint` without auth dependency — apps/api/app/api/v1/pois.py:130
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/pois.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_trip_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:677
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:677 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_trip_day_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:537
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:537 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_trip_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:377
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:377 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_trip_poi_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:820
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:820 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_profile` without auth dependency — apps/api/app/api/v1/users.py:57
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `copy_plan` without auth dependency — apps/api/app/api/v1/notice_plans.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/notice_plans.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `copy_trip_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:448
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:448 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_plan_attachment` without auth dependency — apps/api/app/api/v1/admin/notice_plans.py:243
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/admin/notice_plans.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_poi_attachment` without auth dependency — apps/api/app/api/v1/admin/notice_plans.py:330
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/admin/notice_plans.py:330 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_poi_endpoint` without auth dependency — apps/api/app/api/v1/pois.py:82
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/pois.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_share_token` without auth dependency — apps/api/app/api/v1/trips.py:1148
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:1148 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_telegram_target` without auth dependency — apps/api/app/api/v1/telegram_targets.py:91
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/telegram_targets.py:91 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_trip_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:646
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:646 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_trip_comment` without auth dependency — apps/api/app/api/v1/trips.py:1084
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:1084 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_trip_day_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:498
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:498 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_trip_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:307
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:307 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_trip_poi_attachment_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:782
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:782 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `google_link` without auth dependency — apps/api/app/api/v1/oauth.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/oauth.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `google_start` without auth dependency — apps/api/app/api/v1/oauth.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/oauth.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_kor_travel_map_curated_feature_route` without auth dependency — apps/api/app/api/v1/admin/notice_plans.py:147
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/admin/notice_plans.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `invite_trip_member` without auth dependency — apps/api/app/api/v1/trips.py:991
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:991 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `issue_mcp_token_endpoint` without auth dependency — apps/api/app/api/v1/users.py:147
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `link_trip_telegram_target` without auth dependency — apps/api/app/api/v1/trip_telegram_targets.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trip_telegram_targets.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `optimize_trip_day_endpoint` without auth dependency — apps/api/app/api/v1/trips.py:934
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/trips.py:934 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `password_reset_request` without auth dependency — apps/api/app/api/v1/auth.py:201
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/auth.py:201 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `password_reset` without auth dependency — apps/api/app/api/v1/auth.py:213
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/auth.py:213 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_session` without auth dependency — apps/api/app/api/v1/auth.py:260
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/auth.py:260 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reorder_pois_endpoint` without auth dependency — apps/api/app/api/v1/pois.py:198
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/pois.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_feature` without auth dependency — apps/api/app/api/v1/features.py:498
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/features.py:498 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resend_webhook` without auth dependency — apps/api/app/webhooks/resend.py:116
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/webhooks/resend.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_urls` without auth dependency — apps/api/app/api/v1/storage.py:24
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/storage.py:24 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_email_endpoint` without auth dependency — apps/api/app/api/v1/auth.py:179
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/auth.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_telegram_target` without auth dependency — apps/api/app/api/v1/telegram_targets.py:117
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/telegram_targets.py:117 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `withdraw_consent_endpoint` without auth dependency — apps/api/app/api/v1/users.py:182
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_consents` without auth dependency — apps/api/app/api/v1/users.py:93
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/api/v1/users.py:93 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/api-client/src/client.ts:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/domain/src/upload.ts:44
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
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 hardware Security conf 1.00 Dockerfile runs as root: apps/api/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: apps/web/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-qemu-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 51, 54, 57, 64, 77
.github/workflows/docker-images.yml:51, 54, 57, 64, 77 (5 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/docker-images.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in airbnb-marker-palette.html:532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
airbnb-marker-palette.html:532 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/pr_review_monitor.py:45
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 45 placeholder/mock markers across 24 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 7 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `APPDATA`, `CI`, `GH_BIN`, `GITHUB_REPOSITORY`, `NODE_ENV`, `PLAYWRIGHT_BASE_URL`, `PROMETHEUS_MULTIPROC_DIR`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 6 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 2, 18, 27
apps/web/Dockerfile:2, 18, 27 (3 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
apps/api/Dockerfile:2 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/github-script@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 5 locations
.github/workflows/aggregate-ci.yml:25
.github/workflows/codex-pr-monitor.yml:24
.github/workflows/codex-pr-review.yml:24
.github/workflows/docker-images.yml:35
.github/workflows/web.yml:80
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
87 tests / 367 src (ratio 0.24).
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/api/app/clients/kor_travel_map_admin.py:approve_change_request, apps/api/app/clients/kor_travel_map_admin.py:reject_change_request This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene).…
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: apps/api/app/middleware/rate_limit.py:hit, apps/api/app/middleware/rate_limit.py:hit, apps/api/app/middleware/rate_limit.py:hit This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consoli…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/mobile/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/mobile/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/web/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/api-client/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/api-client/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/design-tokens/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/design-tokens/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/domain/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/domain/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/hooks/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/hooks/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/i18n/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/i18n/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/schemas/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/schemas/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/state/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/state/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_curated_pinvi_copy` in apps/api/app/clients/kor_travel_map.py:463
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_curated_pinvi_copy` in apps/api/app/services/notice_plan.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_curated_pinvi_copy` in apps/api/tests/integration/test_admin_kor_travel_map_curated_import.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_curated_pinvi_copy` in apps/api/tests/unit/test_kor_travel_map_client.py:342
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in apps/api/app/services/rustfs_admin.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: default_mcp_scopes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/schemas/mcp.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: dependency
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/rbac.py:25
low System graph software Dead code conf 1.00 Possibly dead Python function: distance_from_current
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/services/trip.py:1133
low System graph software Dead code conf 1.00 Possibly dead Python function: do_run_migrations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/alembic/env.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/alembic/versions/20260609_0014_feature_suggestions.py:129
low System graph software Dead code conf 1.00 Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/alembic/versions/20260606_0008_trip_comments.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: list_change_requests
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/clients/kor_travel_map_admin.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: make_user_id_from_subject
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/services/user_registration.py:233
low System graph software Dead code conf 1.00 Possibly dead Python function: prometheus_metrics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/middleware/prometheus.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: reject_change_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/clients/kor_travel_map_admin.py:190
low System graph software Dead code conf 1.00 Possibly dead Python function: require_mcp_read
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/mcp/auth.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: send_verification_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/services/email_service.py:190
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/dbf96fc3-c12d-44ce-ae66-e01031268471/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dbf96fc3-c12d-44ce-ae66-e01031268471/

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.