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.

VitorLudke/jarvis-local-llm

https://github.com/VitorLudke/jarvis-local-llm · scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)

846 raw signals (0 security + 846 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 829 actionable findings from 1 signal source. 17 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 56.5/100 with 100.0% coverage. It contains 11997 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 846 findings — concentrated in security (319), quality (294), api (199). Risk profile is high: 1 critical, 377 high, 136 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 674 of 829 actionable findings. 846 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.

critical System graph security Secrets conf 1.00 Possible secret in scripts/demo_email/demo_account.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/demo_email/demo_account.py:28
high System graph quality Integrity conf 1.00 Blocking `httpx.get(...)` inside `async def do_generate_image` — src/ai_interaction.py:1729
Sync I/O inside an async function blocks the event loop. While `httpx.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_threa…
src/ai_interaction.py:1729 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `httpx.get(...)` inside `async def do_list_models` — src/ai_interaction.py:1131
Sync I/O inside an async function blocks the event loop. While `httpx.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_threa…
src/ai_interaction.py:1131 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/wipe/${kind} (static/js/admin.js:2082)
`static/js/admin.js:2082` calls `DELETE /api/admin/wipe/${kind}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/wipe/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/integrations/${id} (static/js/settings.js:3127)
`static/js/settings.js:3127` calls `DELETE /api/auth/integrations/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/integrations/${id} (static/js/settings.js:3355)
`static/js/settings.js:3355` calls `DELETE /api/auth/integrations/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/users (static/js/admin.js:191)
`static/js/admin.js:191` calls `DELETE /api/auth/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/contacts/clear (static/js/settings.js:3358)
`static/js/settings.js:3358` calls `DELETE /api/contacts/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/clear` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/email/accounts/${id} (static/js/settings.js:2633)
`static/js/settings.js:2633` calls `DELETE /api/email/accounts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/email/accounts/${id} (static/js/settings.js:3363)
`static/js/settings.js:3363` calls `DELETE /api/email/accounts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mcp/servers/${btn.dataset.admMcpDelete} (static/js/admin.js:1415)
`static/js/admin.js:1415` calls `DELETE /api/mcp/servers/${btn.dataset.admMcpDelete}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mcp/servers/${id} (static/js/settings.js:3364)
`static/js/settings.js:3364` calls `DELETE /api/mcp/servers/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/2fa/status (static/js/settings.js:2081)
`static/js/settings.js:2081` calls `GET /api/auth/2fa/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/features (static/js/admin.js:1945)
`static/js/admin.js:1945` calls `GET /api/auth/features` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/features` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/features (static/js/censor.js:62)
`static/js/censor.js:62` calls `GET /api/auth/features` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/features` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:2314)
`static/js/settings.js:2314` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:2377)
`static/js/settings.js:2377` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:3000)
`static/js/settings.js:3000` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:3033)
`static/js/settings.js:3033` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:3228)
`static/js/settings.js:3228` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations (static/js/settings.js:3504)
`static/js/settings.js:3504` calls `GET /api/auth/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations/presets (static/js/settings.js:2973)
`static/js/settings.js:2973` calls `GET /api/auth/integrations/presets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/presets` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/integrations/presets (static/js/settings.js:3391)
`static/js/settings.js:3391` calls `GET /api/auth/integrations/presets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/presets` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/emailLibrary.js:322)
`static/js/emailLibrary.js:322` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/keyboard-shortcuts.js:59)
`static/js/keyboard-shortcuts.js:59` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1021)
`static/js/settings.js:1021` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1124)
`static/js/settings.js:1124` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1145)
`static/js/settings.js:1145` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1421)
`static/js/settings.js:1421` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1534)
`static/js/settings.js:1534` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1561)
`static/js/settings.js:1561` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:1789)
`static/js/settings.js:1789` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:2244)
`static/js/settings.js:2244` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:2325)
`static/js/settings.js:2325` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:2387)
`static/js/settings.js:2387` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:2431)
`static/js/settings.js:2431` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:457)
`static/js/settings.js:457` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:522)
`static/js/settings.js:522` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:609)
`static/js/settings.js:609` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:701)
`static/js/settings.js:701` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:763)
`static/js/settings.js:763` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/settings.js:853)
`static/js/settings.js:853` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/tasks.js:185)
`static/js/tasks.js:185` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/settings (static/js/tts-ai.js:35)
`static/js/tts-ai.js:35` calls `GET /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/status (static/js/admin.js:265)
`static/js/admin.js:265` calls `GET /api/auth/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/status (static/js/init.js:29)
`static/js/init.js:29` calls `GET /api/auth/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/status (static/js/settings.js:1988)
`static/js/settings.js:1988` calls `GET /api/auth/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/users (static/js/admin.js:35)
`static/js/admin.js:35` calls `GET /api/auth/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/calendar/config (static/js/settings.js:3229)
`static/js/settings.js:3229` calls `GET /api/calendar/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/calendar/config (static/js/settings.js:3583)
`static/js/settings.js:3583` calls `GET /api/calendar/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/config (static/js/settings.js:2802)
`static/js/settings.js:2802` calls `GET /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/config (static/js/settings.js:3230)
`static/js/settings.js:3230` calls `GET /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/config (static/js/settings.js:3691)
`static/js/settings.js:3691` calls `GET /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/export?format=${encodeURIComponent(format)} (static/js/settings.js:3736)
`static/js/settings.js:3736` calls `GET /api/contacts/export?format=${encodeURIComponent(format)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/export` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/list (static/js/settings.js:3231)
`static/js/settings.js:3231` calls `GET /api/contacts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/list` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contacts/list (static/js/settings.js:3811)
`static/js/settings.js:3811` calls `GET /api/contacts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/list` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/accounts (static/js/settings.js:2297)
`static/js/settings.js:2297` calls `GET /api/email/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/accounts (static/js/settings.js:2367)
`static/js/settings.js:2367` calls `GET /api/email/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/accounts (static/js/settings.js:2591)
`static/js/settings.js:2591` calls `GET /api/email/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/accounts (static/js/settings.js:3232)
`static/js/settings.js:3232` calls `GET /api/email/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/accounts (static/js/settings.js:3899)
`static/js/settings.js:3899` calls `GET /api/email/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/config (static/js/settings.js:2787)
`static/js/settings.js:2787` calls `GET /api/email/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email/style (static/js/settings.js:2811)
`static/js/settings.js:2811` calls `GET /api/email/style` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/style` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/fonts/custom (static/js/theme.js:1157)
`static/js/theme.js:1157` calls `GET /api/fonts/custom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/fonts/custom` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hwfit/models?${fallbackParams} (static/js/cookbook-hwfit.js:545)
`static/js/cookbook-hwfit.js:545` calls `GET /api/hwfit/models?${fallbackParams}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hwfit/models` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hwfit/profiles?${params} (static/js/cookbookServe.js:839)
`static/js/cookbookServe.js:839` calls `GET /api/hwfit/profiles?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hwfit/profiles` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hwfit/system?${qp} (static/js/cookbook.js:1292)
`static/js/cookbook.js:1292` calls `GET /api/hwfit/system?${qp}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hwfit/system` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (static/js/admin.js:1367)
`static/js/admin.js:1367` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (static/js/settings.js:3233)
`static/js/settings.js:3233` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (static/js/settings.js:4482)
`static/js/settings.js:4482` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/${sid}/tools (static/js/admin.js:1441)
`static/js/admin.js:1441` calls `GET /api/mcp/servers/${sid}/tools` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/tools` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/${srv.id}/tools (static/js/settings.js:4529)
`static/js/settings.js:4529` calls `GET /api/mcp/servers/${srv.id}/tools` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/tools` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/model/cached${params} (static/js/cookbookServe.js:2007)
`static/js/cookbookServe.js:2007` calls `GET /api/model/cached${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/model/cached/<p>` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/personal (static/js/admin.js:1708)
`static/js/admin.js:1708` calls `GET /api/personal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/personal` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/prefs/custom-themes (static/js/theme.js:2116)
`static/js/theme.js:2116` calls `GET /api/prefs/custom-themes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/custom-themes` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/prefs/display_name (static/js/settings.js:1993)
`static/js/settings.js:1993` calls `GET /api/prefs/display_name` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/display_name` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/prefs/theme (static/js/theme.js:524)
`static/js/theme.js:524` calls `GET /api/prefs/theme` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/theme` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stt/stats (static/js/voiceRecorder.js:31)
`static/js/voiceRecorder.js:31` calls `GET /api/stt/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stt/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tts/stats (static/js/tts-ai.js:44)
`static/js/tts-ai.js:44` calls `GET /api/tts/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/upload/${att.id}/vision (static/js/chatRenderer.js:365)
`static/js/chatRenderer.js:365` calls `GET /api/upload/${att.id}/vision` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/<p>/vision` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vault/config (static/js/settings.js:3234)
`static/js/settings.js:3234` calls `GET /api/vault/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vault/config (static/js/settings.js:4383)
`static/js/settings.js:4383` calls `GET /api/vault/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/mcp/servers/${btn.dataset.admMcpToggle} (static/js/admin.js:1408)
`static/js/admin.js:1408` calls `PATCH /api/mcp/servers/${btn.dataset.admMcpToggle}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/mcp/servers/${serverId}/tools (static/js/admin.js:1485)
`static/js/admin.js:1485` calls `PATCH /api/mcp/servers/${serverId}/tools` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/tools` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/mcp/servers/${srv.id} (static/js/settings.js:4520)
`static/js/settings.js:4520` calls `PATCH /api/mcp/servers/${srv.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/mcp/servers/${srv.id}/tools (static/js/settings.js:4537)
`static/js/settings.js:4537` calls `PATCH /api/mcp/servers/${srv.id}/tools` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/tools` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/confirm (static/js/settings.js:2145)
`static/js/settings.js:2145` calls `POST /api/auth/2fa/confirm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/confirm` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/disable (static/js/settings.js:2100)
`static/js/settings.js:2100` calls `POST /api/auth/2fa/disable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/disable` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/setup (static/js/settings.js:2120)
`static/js/settings.js:2120` calls `POST /api/auth/2fa/setup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/setup` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/change-password (static/js/settings.js:2056)
`static/js/settings.js:2056` calls `POST /api/auth/change-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/change-password` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/features (static/js/admin.js:1955)
`static/js/admin.js:1955` calls `POST /api/auth/features` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/features` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/integrations/${_editId}/test (static/js/settings.js:3556)
`static/js/settings.js:3556` calls `POST /api/auth/integrations/${_editId}/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/<p>/test` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/integrations/${editingId}/test (static/js/settings.js:3113)
`static/js/settings.js:3113` calls `POST /api/auth/integrations/${editingId}/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/integrations/<p>/test` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (static/js/settings.js:2178)
`static/js/settings.js:2178` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1035)
`static/js/settings.js:1035` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1190)
`static/js/settings.js:1190` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1327)
`static/js/settings.js:1327` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1484)
`static/js/settings.js:1484` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1542)
`static/js/settings.js:1542` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1569)
`static/js/settings.js:1569` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:1947)
`static/js/settings.js:1947` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:2254)
`static/js/settings.js:2254` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:2456)
`static/js/settings.js:2456` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:290)
`static/js/settings.js:290` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:472)
`static/js/settings.js:472` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:542)
`static/js/settings.js:542` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:640)
`static/js/settings.js:640` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:718)
`static/js/settings.js:718` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:791)
`static/js/settings.js:791` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/settings.js:873)
`static/js/settings.js:873` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/settings (static/js/tasks.js:198)
`static/js/tasks.js:198` calls `POST /api/auth/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/settings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/signup-toggle (static/js/admin.js:271)
`static/js/admin.js:271` calls `POST /api/auth/signup-toggle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/signup-toggle` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/users (static/js/admin.js:289)
`static/js/admin.js:289` calls `POST /api/auth/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/calendar/config (static/js/settings.js:3356)
`static/js/settings.js:3356` calls `POST /api/calendar/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/calendar/config (static/js/settings.js:3627)
`static/js/settings.js:3627` calls `POST /api/calendar/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/calendar/test (static/js/settings.js:3598)
`static/js/settings.js:3598` calls `POST /api/calendar/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/test` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contacts/add (static/js/settings.js:3725)
`static/js/settings.js:3725` calls `POST /api/contacts/add` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/add` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contacts/import (static/js/settings.js:3777)
`static/js/settings.js:3777` calls `POST /api/contacts/import` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/import` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email/accounts/${id}/set-default (static/js/settings.js:2623)
`static/js/settings.js:2623` calls `POST /api/email/accounts/${id}/set-default` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts/<p>/set-default` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email/accounts/test (static/js/settings.js:4260)
`static/js/settings.js:4260` calls `POST /api/email/accounts/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/accounts/test` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email/extract-style (static/js/settings.js:2899)
`static/js/settings.js:2899` calls `POST /api/email/extract-style` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/extract-style` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers (static/js/admin.js:1684)
`static/js/admin.js:1684` calls `POST /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers (static/js/settings.js:4589)
`static/js/settings.js:4589` calls `POST /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/${btn.dataset.admMcpReconnect}/reconnect (static/js/admin.js:1397)
`static/js/admin.js:1397` calls `POST /api/mcp/servers/${btn.dataset.admMcpReconnect}/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/reconnect` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/${srv.id}/reconnect (static/js/settings.js:4510)
`static/js/settings.js:4510` calls `POST /api/mcp/servers/${srv.id}/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers/<p>/reconnect` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notes/fire-reminder (static/js/notes.js:948)
`static/js/notes.js:948` calls `POST /api/notes/fire-reminder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notes/fire-reminder` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notes/fire-reminder (static/js/settings.js:2517)
`static/js/settings.js:2517` calls `POST /api/notes/fire-reminder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notes/fire-reminder` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/personal/add_directory (static/js/admin.js:1788)
`static/js/admin.js:1788` calls `POST /api/personal/add_directory` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/personal/add_directory` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/personal/reload (static/js/admin.js:1799)
`static/js/admin.js:1799` calls `POST /api/personal/reload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/personal/reload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/personal/upload (static/js/admin.js:1767)
`static/js/admin.js:1767` calls `POST /api/personal/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/personal/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stt/transcribe (static/js/voiceRecorder.js:115)
`static/js/voiceRecorder.js:115` calls `POST /api/stt/transcribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stt/transcribe` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts/clear-cache (static/js/settings.js:882)
`static/js/settings.js:882` calls `POST /api/tts/clear-cache` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts/clear-cache` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts/synthesize (static/js/settings.js:940)
`static/js/settings.js:940` calls `POST /api/tts/synthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts/synthesize` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts/synthesize (static/js/tts-ai.js:132)
`static/js/tts-ai.js:132` calls `POST /api/tts/synthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts/synthesize` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/config (static/js/settings.js:4406)
`static/js/settings.js:4406` calls `POST /api/vault/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/lock (static/js/settings.js:4459)
`static/js/settings.js:4459` calls `POST /api/vault/lock` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/lock` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/login (static/js/settings.js:4423)
`static/js/settings.js:4423` calls `POST /api/vault/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/logout (static/js/settings.js:3366)
`static/js/settings.js:3366` calls `POST /api/vault/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/logout (static/js/settings.js:4469)
`static/js/settings.js:4469` calls `POST /api/vault/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/vault/unlock (static/js/settings.js:4442)
`static/js/settings.js:4442` calls `POST /api/vault/unlock` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vault/unlock` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/auth/users/${encodeURIComponent(oldUsername)}/rename (static/js/admin.js:162)
`static/js/admin.js:162` calls `PUT /api/auth/users/${encodeURIComponent(oldUsername)}/rename` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users/<p>/rename` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/auth/users/${encodeURIComponent(username)}/privileges (static/js/admin.js:136)
`static/js/admin.js:136` calls `PUT /api/auth/users/${encodeURIComponent(username)}/privileges` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users/<p>/privileges` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/auth/users/${encodeURIComponent(username)}/privileges (static/js/admin.js:239)
`static/js/admin.js:239` calls `PUT /api/auth/users/${encodeURIComponent(username)}/privileges` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/users/<p>/privileges` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/contacts/config (static/js/settings.js:2858)
`static/js/settings.js:2858` calls `PUT /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/contacts/config (static/js/settings.js:3361)
`static/js/settings.js:3361` calls `PUT /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/contacts/config (static/js/settings.js:3699)
`static/js/settings.js:3699` calls `PUT /api/contacts/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contacts/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/email/config (static/js/settings.js:2834)
`static/js/settings.js:2834` calls `PUT /api/email/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/email/style (static/js/settings.js:2925)
`static/js/settings.js:2925` calls `PUT /api/email/style` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/style` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/prefs/custom-themes (static/js/theme.js:165)
`static/js/theme.js:165` calls `PUT /api/prefs/custom-themes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/custom-themes` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/prefs/display_name (static/js/settings.js:2024)
`static/js/settings.js:2024` calls `PUT /api/prefs/display_name` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/display_name` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/prefs/theme (static/js/theme.js:513)
`static/js/theme.js:513` calls `PUT /api/prefs/theme` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prefs/theme` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/upload/${att.id}/vision (static/js/chatRenderer.js:301)
`static/js/chatRenderer.js:301` calls `PUT /api/upload/${att.id}/vision` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/<p>/vision` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `admin_delete_user` without auth dependency — routes/auth_routes.py:370
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:370 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `clear_endpoint` without auth dependency — routes/embedding_routes.py:302
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/embedding_routes.py:302 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `codex_calendar_delete` without auth dependency — routes/codex_routes.py:352
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:352 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `codex_documents_delete` without auth dependency — routes/codex_routes.py:359
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:359 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `codex_memory_delete` without auth dependency — routes/codex_routes.py:345
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:345 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_album` without auth dependency — routes/gallery_routes.py:1632
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1632 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_all_sessions` without auth dependency — routes/session_routes.py:568
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:568 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_calendar` without auth dependency — routes/calendar_routes.py:973
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:973 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_comparison` without auth dependency — routes/compare_routes.py:258
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/compare_routes.py:258 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_document` without auth dependency — routes/document_routes.py:634
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:634 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_draft` without auth dependency — routes/editor_draft_routes.py:169
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/editor_draft_routes.py:169 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_event` without auth dependency — routes/calendar_routes.py:901
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:901 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_gallery_image` without auth dependency — routes/gallery_routes.py:808
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:808 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_integration_route` without auth dependency — routes/auth_routes.py:482
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:482 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_memory` without auth dependency — routes/memory_routes.py:529
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:529 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_model_endpoint` without auth dependency — routes/model_routes.py:2030
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/model_routes.py:2030 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_model` without auth dependency — routes/embedding_routes.py:198
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/embedding_routes.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_note` without auth dependency — routes/note_routes.py:594
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/note_routes.py:594 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_server` without auth dependency — routes/mcp_routes.py:268
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/mcp_routes.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_session` without auth dependency — routes/session_routes.py:534
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:534 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_signature` without auth dependency — routes/signature_routes.py:102
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/signature_routes.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_skill` without auth dependency — routes/skills_routes.py:1518
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/skills_routes.py:1518 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_task` without auth dependency — routes/task_routes.py:602
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:602 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_token` without auth dependency — routes/api_token_routes.py:178
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/api_token_routes.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_webhook` without auth dependency — routes/webhook_routes.py:171
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/webhook_routes.py:171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `research_delete` without auth dependency — routes/research_routes.py:310
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/research_routes.py:310 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `reset_builtin_override` without auth dependency — routes/skills_routes.py:1193
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/skills_routes.py:1193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `wipe` without auth dependency — routes/admin_wipe_routes.py:71
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/admin_wipe_routes.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_document` without auth dependency — routes/document_routes.py:597
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:597 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_gallery_image` without auth dependency — routes/gallery_routes.py:624
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:624 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `rename_session` without auth dependency — routes/session_routes.py:409
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:409 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `toggle_model_endpoint` without auth dependency — routes/model_routes.py:1874
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/model_routes.py:1874 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `toggle_server` without auth dependency — routes/mcp_routes.py:235
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/mcp_routes.py:235 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `toggle_webhook` without auth dependency — routes/webhook_routes.py:157
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/webhook_routes.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_assistant_settings` without auth dependency — routes/assistant_routes.py:155
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/assistant_routes.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_disabled_tools` without auth dependency — routes/mcp_routes.py:313
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/mcp_routes.py:313 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_hidden_models` without auth dependency — routes/model_routes.py:1735
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/model_routes.py:1735 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_token` without auth dependency — routes/api_token_routes.py:151
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/api_token_routes.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_message` without auth dependency — routes/history_routes.py:113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_server` without auth dependency — routes/mcp_routes.py:81
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/mcp_routes.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_skill` without auth dependency — routes/skills_routes.py:1206
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/skills_routes.py:1206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_to_album` without auth dependency — routes/gallery_routes.py:1647
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1647 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_create_user` without auth dependency — routes/auth_routes.py:257
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:257 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ai_fill_annotations` without auth dependency — routes/document_routes.py:1121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:1121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ai_tag_batch` without auth dependency — routes/gallery_routes.py:579
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:579 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ai_tag_image` without auth dependency — routes/gallery_routes.py:1700
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1700 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ai_tidy_documents` without auth dependency — routes/document_routes.py:850
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:850 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_add_memory` without auth dependency — routes/memory_routes.py:84
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_audit_memories` without auth dependency — routes/memory_routes.py:252
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_upload` without auth dependency — routes/upload_routes.py:20
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/upload_routes.py:20 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `archive_document` without auth dependency — routes/document_routes.py:396
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:396 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `archive_session` without auth dependency — routes/session_routes.py:591
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:591 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `audit_all_skills` without auth dependency — routes/skills_routes.py:1344
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/skills_routes.py:1344 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `audit_cancel` without auth dependency — routes/skills_routes.py:1433
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/skills_routes.py:1433 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `auto_sort_sessions` without auth dependency — routes/session_routes.py:954
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:954 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_delete_sessions` without auth dependency — routes/session_routes.py:508
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:508 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `change_password` without auth dependency — routes/auth_routes.py:176
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_endpoint` without auth dependency — routes/chat_routes.py:268
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/chat_routes.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_stop` without auth dependency — routes/chat_routes.py:1118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/chat_routes.py:1118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_stream` without auth dependency — routes/chat_routes.py:366
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/chat_routes.py:366 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cleanup_endpoint` without auth dependency — routes/cleanup_routes.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/cleanup_routes.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_gallery_ai_tags` without auth dependency — routes/gallery_routes.py:747
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:747 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_gallery_user_tags` without auth dependency — routes/gallery_routes.py:723
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:723 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_task_cache` without auth dependency — routes/task_routes.py:430
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:430 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_tts_cache` without auth dependency — routes/tts_routes.py:77
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/tts_routes.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `codex_calendar_create` without auth dependency — routes/codex_routes.py:299
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `codex_documents_create` without auth dependency — routes/codex_routes.py:366
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:366 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `codex_email_draft` without auth dependency — routes/codex_routes.py:235
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:235 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `codex_email_send` without auth dependency — routes/codex_routes.py:248
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:248 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `codex_memory_add` without auth dependency — routes/codex_routes.py:270
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:270 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `compact_session` without auth dependency — routes/history_routes.py:494
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:494 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `compact_session` without auth dependency — routes/session_routes.py:876
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:876 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_album` without auth dependency — routes/gallery_routes.py:531
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:531 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_calendar` without auth dependency — routes/calendar_routes.py:930
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:930 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_document` without auth dependency — routes/document_routes.py:61
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:61 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_draft` without auth dependency — routes/editor_draft_routes.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/editor_draft_routes.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_event` without auth dependency — routes/calendar_routes.py:779
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:779 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_integration` without auth dependency — routes/auth_routes.py:460
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:460 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_model_endpoint` without auth dependency — routes/model_routes.py:1411
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/model_routes.py:1411 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_note` without auth dependency — routes/note_routes.py:499
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/note_routes.py:499 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session_openai` without auth dependency — routes/session_routes.py:814
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:814 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session` without auth dependency — routes/session_routes.py:288
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:288 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_signature` without auth dependency — routes/signature_routes.py:67
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/signature_routes.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_task` without auth dependency — routes/task_routes.py:319
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:319 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_token` without auth dependency — routes/api_token_routes.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/api_token_routes.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_webhook` without auth dependency — routes/webhook_routes.py:96
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/webhook_routes.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `debug_memory_relevance` without auth dependency — routes/memory_routes.py:69
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:69 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dedupe_gallery_tags` without auth dependency — routes/gallery_routes.py:773
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:773 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_messages` without auth dependency — routes/history_routes.py:129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_session_beacon` without auth dependency — routes/session_routes.py:503
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:503 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `denoise_image` without auth dependency — routes/gallery_routes.py:1340
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1340 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `do_web_search` without auth dependency — routes/search_routes.py:46
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/search_routes.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `documents_export_zip` without auth dependency — routes/document_routes.py:472
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:472 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `download_model` without auth dependency — routes/embedding_routes.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/embedding_routes.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `edit_message` without auth dependency — routes/history_routes.py:192
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:192 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `enhance_face` without auth dependency — routes/gallery_routes.py:1528
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1528 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `expand_character_prompt` without auth dependency — routes/preset_routes.py:71
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/preset_routes.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_pdf_preview` without auth dependency — routes/document_routes.py:947
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:947 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_memory` without auth dependency — routes/memory_routes.py:206
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_pdf_text` without auth dependency — routes/document_routes.py:412
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:412 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fire_reminder` without auth dependency — routes/note_routes.py:677
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/note_routes.py:677 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `first_run_setup` without auth dependency — routes/auth_routes.py:87
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/auth_routes.py:87 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fork_session` without auth dependency — routes/history_routes.py:438
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:438 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_ai_upscale` without auth dependency — routes/gallery_routes.py:246
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:246 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_download_zip` without auth dependency — routes/gallery_routes.py:668
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:668 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_rename` without auth dependency — routes/gallery_routes.py:163
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_replace` without auth dependency — routes/gallery_routes.py:118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_rotate` without auth dependency — routes/gallery_routes.py:189
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_style_transfer` without auth dependency — routes/gallery_routes.py:289
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:289 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gallery_upload` without auth dependency — routes/gallery_routes.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_cookbook_ssh_key` without auth dependency — routes/cookbook_routes.py:272
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/cookbook_routes.py:272 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_image` without auth dependency — scripts/diffusion_server.py:421
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scripts/diffusion_server.py:421 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `harmonize_image` without auth dependency — routes/gallery_routes.py:1117
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1117 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `harmonize_image` without auth dependency — scripts/diffusion_server.py:917
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scripts/diffusion_server.py:917 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_data` without auth dependency — routes/backup_routes.py:62
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/backup_routes.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_ics` without auth dependency — routes/calendar_routes.py:995
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:995 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_memories_from_file` without auth dependency — routes/memory_routes.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.
routes/memory_routes.py:330 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_pdf` without auth dependency — routes/document_routes.py:143
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `inject_context` without auth dependency — routes/chat_routes.py:1145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/chat_routes.py:1145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `inject_messages` without auth dependency — routes/session_routes.py:487
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:487 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `inpaint_image` without auth dependency — scripts/diffusion_server.py:584
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scripts/diffusion_server.py:584 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `inpaint_proxy` without auth dependency — routes/gallery_routes.py:920
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:920 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `install_package` without auth dependency — routes/shell_routes.py:1035
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/shell_routes.py:1035 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kill_pid` without auth dependency — routes/cookbook_routes.py:1663
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/cookbook_routes.py:1663 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lock` without auth dependency — routes/vault_routes.py:204
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/vault_routes.py:204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manage_todos` without auth dependency — routes/codex_routes.py:167
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/codex_routes.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manual_cleanup` without auth dependency — routes/upload_routes.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/upload_routes.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_session_important` without auth dependency — routes/session_routes.py:839
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/session_routes.py:839 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_stopped` without auth dependency — routes/history_routes.py:245
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:245 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merge_last_assistant` without auth dependency — routes/history_routes.py:351
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/history_routes.py:351 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `model_download` without auth dependency — routes/cookbook_routes.py:392
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/cookbook_routes.py:392 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `model_serve` without auth dependency — routes/cookbook_routes.py:878
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/cookbook_routes.py:878 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pair_create` without auth dependency — companion/routes.py:175
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
companion/routes.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_task` without auth dependency — routes/task_routes.py:908
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:908 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pause_task` without auth dependency — routes/task_routes.py:618
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:618 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pin_memory` without auth dependency — routes/memory_routes.py:482
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/memory_routes.py:482 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `prepare_signed_reply` without auth dependency — routes/document_routes.py:1491
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/document_routes.py:1491 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `probe_selected` without auth dependency — routes/model_routes.py:1229
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/model_routes.py:1229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quick_parse` without auth dependency — routes/calendar_routes.py:1185
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/calendar_routes.py:1185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rebuild_engine` without auth dependency — routes/shell_routes.py:1061
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/shell_routes.py:1061 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reconnect_server` without auth dependency — routes/mcp_routes.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.
routes/mcp_routes.py:201 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_comparison` without auth dependency — routes/compare_routes.py:195
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/compare_routes.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_webhook` without auth dependency — routes/task_routes.py:891
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/task_routes.py:891 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remove_background` without auth dependency — routes/gallery_routes.py:1435
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1435 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remove_from_album` without auth dependency — routes/gallery_routes.py:1665
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/gallery_routes.py:1665 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reorder_notes` without auth dependency — routes/note_routes.py:704
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/note_routes.py:704 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `research_archive` without auth dependency — routes/research_routes.py:290
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/research_routes.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `research_cancel` without auth dependency — routes/research_routes.py:139
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/research_routes.py:139 securityAuth fastapi unauth mutation

Showing first 300 of 674. 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/838dd000-d485-45a5-946a-542313accd5e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/838dd000-d485-45a5-946a-542313accd5e/

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.