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.

qualixar/superlocalmemory

https://github.com/qualixar/superlocalmemory · scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)

466 raw signals (0 security + 466 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 447 actionable findings from 1 signal source. 19 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 55.8/100 with 100.0% coverage. It contains 14230 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 466 findings — concentrated in quality (209), security (104), api (99). Risk profile is high: 0 critical, 122 high, 64 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph quality Integrity conf 1.00 Blocking `httpx.post(...)` inside `async def github_oauth_callback` — src/superlocalmemory/server/routes/backup.py:595
Sync I/O inside an async function blocks the event loop. While `httpx.post(...)` 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_thre…
src/superlocalmemory/server/routes/backup.py:595 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/optimize/config (src/superlocalmemory/ui/js/optimize.js:22)
`src/superlocalmemory/ui/js/optimize.js:22` calls `GET /api/optimize/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/optimize/config` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/optimize/savings (src/superlocalmemory/ui/js/optimize.js:41)
`src/superlocalmemory/ui/js/optimize.js:41` calls `GET /api/optimize/savings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/optimize/savings` 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/v3/auto-capture/config (src/superlocalmemory/ui/js/auto-settings.js:6)
`src/superlocalmemory/ui/js/auto-settings.js:6` calls `GET /api/v3/auto-capture/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-capture/config` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/auto-capture/config (ui/js/auto-settings.js:6)
`ui/js/auto-settings.js:6` calls `GET /api/v3/auto-capture/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-capture/config` 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/v3/auto-recall/config (src/superlocalmemory/ui/js/auto-settings.js:7)
`src/superlocalmemory/ui/js/auto-settings.js:7` calls `GET /api/v3/auto-recall/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-recall/config` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/auto-recall/config (ui/js/auto-settings.js:7)
`ui/js/auto-settings.js:7` calls `GET /api/v3/auto-recall/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-recall/config` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/brain (src/superlocalmemory/ui/js/brain.js:124)
`src/superlocalmemory/ui/js/brain.js:124` calls `GET /api/v3/brain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/brain` 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/v3/brain (src/superlocalmemory/ui/js/brain.js:131)
`src/superlocalmemory/ui/js/brain.js:131` calls `GET /api/v3/brain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/brain` 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/v3/consolidation/status (src/superlocalmemory/ui/js/ng-health.js:23)
`src/superlocalmemory/ui/js/ng-health.js:23` calls `GET /api/v3/consolidation/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/consolidation/status` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/dashboard (src/superlocalmemory/ui/js/dashboard.js:21)
`src/superlocalmemory/ui/js/dashboard.js:21` calls `GET /api/v3/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/dashboard` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/dashboard (ui/js/dashboard.js:21)
`ui/js/dashboard.js:21` calls `GET /api/v3/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/dashboard` 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/v3/embedding/config (src/superlocalmemory/ui/js/auto-settings.js:424)
`src/superlocalmemory/ui/js/auto-settings.js:424` calls `GET /api/v3/embedding/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/embedding/config` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/graph/communities (src/superlocalmemory/ui/js/knowledge-graph.js:771)
`src/superlocalmemory/ui/js/knowledge-graph.js:771` calls `GET /api/v3/graph/communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/graph/communities` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/health/processes (src/superlocalmemory/ui/js/ng-health.js:22)
`src/superlocalmemory/ui/js/ng-health.js:22` calls `GET /api/v3/health/processes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/health/processes` 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: GET /api/v3/ide/status (src/superlocalmemory/ui/js/ide-status.js:6)
`src/superlocalmemory/ui/js/ide-status.js:6` calls `GET /api/v3/ide/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/status` 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/v3/ide/status (ui/js/ide-status.js:6)
`ui/js/ide-status.js:6` calls `GET /api/v3/ide/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/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/v3/math/health (src/superlocalmemory/ui/js/math-health.js:6)
`src/superlocalmemory/ui/js/math-health.js:6` calls `GET /api/v3/math/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/math/health` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/math/health (ui/js/math-health.js:6)
`ui/js/math-health.js:6` calls `GET /api/v3/math/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/math/health` 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/v3/mode (src/superlocalmemory/ui/js/auto-settings.js:130)
`src/superlocalmemory/ui/js/auto-settings.js:130` calls `GET /api/v3/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode` 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/v3/mode (src/superlocalmemory/ui/js/memory-chat.js:300)
`src/superlocalmemory/ui/js/memory-chat.js:300` calls `GET /api/v3/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode` 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/v3/mode (ui/js/auto-settings.js:130)
`ui/js/auto-settings.js:130` calls `GET /api/v3/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode` 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/v3/ollama/status (src/superlocalmemory/ui/js/auto-settings.js:251)
`src/superlocalmemory/ui/js/auto-settings.js:251` calls `GET /api/v3/ollama/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ollama/status` 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: GET /api/v3/ollama/status (ui/js/auto-settings.js:237)
`ui/js/auto-settings.js:237` calls `GET /api/v3/ollama/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ollama/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/v3/trust/dashboard (src/superlocalmemory/ui/js/trust-dashboard.js:132)
`src/superlocalmemory/ui/js/trust-dashboard.js:132` calls `GET /api/v3/trust/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/trust/dashboard` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v3/trust/dashboard (ui/js/trust-dashboard.js:6)
`ui/js/trust-dashboard.js:6` calls `GET /api/v3/trust/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/trust/dashboard` 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 /mesh/events (src/superlocalmemory/ui/js/ng-mesh.js:78)
`src/superlocalmemory/ui/js/ng-mesh.js:78` calls `GET /mesh/events` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mesh/events` 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 /mesh/peers (src/superlocalmemory/ui/js/ng-mesh.js:54)
`src/superlocalmemory/ui/js/ng-mesh.js:54` calls `GET /mesh/peers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mesh/peers` 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 /mesh/state (src/superlocalmemory/ui/js/ng-mesh.js:84)
`src/superlocalmemory/ui/js/ng-mesh.js:84` calls `GET /mesh/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mesh/state` 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 /mesh/status (src/superlocalmemory/ui/js/ng-mesh.js:34)
`src/superlocalmemory/ui/js/ng-mesh.js:34` calls `GET /mesh/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mesh/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: POST /api/v3/embedding/test (src/superlocalmemory/ui/js/auto-settings.js:494)
`src/superlocalmemory/ui/js/auto-settings.js:494` calls `POST /api/v3/embedding/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/embedding/test` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v3/graph/run-communities (src/superlocalmemory/ui/js/knowledge-graph.js:809)
`src/superlocalmemory/ui/js/knowledge-graph.js:809` calls `POST /api/v3/graph/run-communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/graph/run-communities` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v3/ide/connect (src/superlocalmemory/ui/js/ide-status.js:65)
`src/superlocalmemory/ui/js/ide-status.js:65` calls `POST /api/v3/ide/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/connect` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v3/ide/connect (src/superlocalmemory/ui/js/ide-status.js:83)
`src/superlocalmemory/ui/js/ide-status.js:83` calls `POST /api/v3/ide/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/connect` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v3/ide/connect (ui/js/ide-status.js:65)
`ui/js/ide-status.js:65` calls `POST /api/v3/ide/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/connect` 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/v3/ide/connect (ui/js/ide-status.js:83)
`ui/js/ide-status.js:83` calls `POST /api/v3/ide/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/ide/connect` 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/v3/mode/set (src/superlocalmemory/ui/js/auto-settings.js:385)
`src/superlocalmemory/ui/js/auto-settings.js:385` calls `POST /api/v3/mode/set` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode/set` 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: POST /api/v3/mode/set (ui/js/auto-settings.js:357)
`ui/js/auto-settings.js:357` calls `POST /api/v3/mode/set` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode/set` 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/v3/provider/test (src/superlocalmemory/ui/js/auto-settings.js:349)
`src/superlocalmemory/ui/js/auto-settings.js:349` calls `POST /api/v3/provider/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/provider/test` 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: POST /api/v3/provider/test (ui/js/auto-settings.js:327)
`ui/js/auto-settings.js:327` calls `POST /api/v3/provider/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/provider/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/v3/recall/trace (src/superlocalmemory/ui/js/recall-lab.js:32)
`src/superlocalmemory/ui/js/recall-lab.js:32` calls `POST /api/v3/recall/trace` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/recall/trace` 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: POST /api/v3/recall/trace (ui/js/fact-detail.js:19)
`ui/js/fact-detail.js:19` calls `POST /api/v3/recall/trace` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/recall/trace` 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/v3/recall/trace (ui/js/recall-lab.js:32)
`ui/js/recall-lab.js:32` calls `POST /api/v3/recall/trace` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/recall/trace` 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/optimize/config (src/superlocalmemory/ui/js/optimize.js:117)
`src/superlocalmemory/ui/js/optimize.js:117` calls `PUT /api/optimize/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/optimize/config` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v3/auto-capture/config (src/superlocalmemory/ui/js/auto-settings.js:36)
`src/superlocalmemory/ui/js/auto-settings.js:36` calls `PUT /api/v3/auto-capture/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-capture/config` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v3/auto-capture/config (ui/js/auto-settings.js:36)
`ui/js/auto-settings.js:36` calls `PUT /api/v3/auto-capture/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-capture/config` 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: PUT /api/v3/auto-recall/config (src/superlocalmemory/ui/js/auto-settings.js:48)
`src/superlocalmemory/ui/js/auto-settings.js:48` calls `PUT /api/v3/auto-recall/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-recall/config` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v3/auto-recall/config (ui/js/auto-settings.js:48)
`ui/js/auto-settings.js:48` calls `PUT /api/v3/auto-recall/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/auto-recall/config` 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: PUT /api/v3/mode (src/superlocalmemory/ui/js/dashboard.js:55)
`src/superlocalmemory/ui/js/dashboard.js:55` calls `PUT /api/v3/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode` 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/v3/mode (ui/js/dashboard.js:55)
`ui/js/dashboard.js:55` calls `PUT /api/v3/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v3/mode` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_cache_clear` without auth dependency — src/superlocalmemory/server/routes/optimize.py:155
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/optimize.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_memory` without auth dependency — src/superlocalmemory/server/routes/memories.py:739
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/memories.py:739 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_pattern` without auth dependency — src/superlocalmemory/server/routes/learning.py:424
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_profile` without auth dependency — src/superlocalmemory/server/routes/profiles.py:160
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/profiles.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `disconnect_destination` without auth dependency — src/superlocalmemory/server/routes/backup.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.
src/superlocalmemory/server/routes/backup.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `edit_memory` without auth dependency — src/superlocalmemory/server/routes/memories.py:889
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/memories.py:889 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `backup_configure` without auth dependency — src/superlocalmemory/server/routes/backup.py:105
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/backup.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `backup_create` without auth dependency — src/superlocalmemory/server/routes/backup.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/backup.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_completions_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/optimize/proxy/server.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_stream` without auth dependency — src/superlocalmemory/server/routes/chat.py:45
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/chat.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure_gdrive_client` without auth dependency — src/superlocalmemory/server/routes/backup.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/backup.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_gdrive_route` without auth dependency — src/superlocalmemory/server/routes/backup.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.
src/superlocalmemory/server/routes/backup.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_github_route` without auth dependency — src/superlocalmemory/server/routes/backup.py:145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/backup.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `count_tokens_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/optimize/proxy/server.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_profile` without auth dependency — src/superlocalmemory/server/routes/profiles.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/profiles.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_retention_policy` without auth dependency — src/superlocalmemory/server/routes/compliance.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.
src/superlocalmemory/server/routes/compliance.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deregister` without auth dependency — src/superlocalmemory/server/routes/mesh.py:121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disable_adapter_api` without auth dependency — src/superlocalmemory/server/routes/adapters.py:45
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/adapters.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `embed_texts` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:391
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:391 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `embeddings_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.py:131
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/optimize/proxy/server.py:131 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `enable_adapter_api` without auth dependency — src/superlocalmemory/server/routes/adapters.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.
src/superlocalmemory/server/routes/adapters.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `evaluate_tiers_route` without auth dependency — src/superlocalmemory/server/routes/tiers.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/tiers.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `evolution_enable` without auth dependency — src/superlocalmemory/server/routes/evolution.py:78
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/evolution.py:78 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `evolution_run` without auth dependency — src/superlocalmemory/server/routes/evolution.py:104
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/evolution.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `forget_memory` without auth dependency — src/superlocalmemory/server/routes/memories.py:765
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/memories.py:765 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gemini_native_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.py:135
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/optimize/proxy/server.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gemini_openai_post_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.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.
src/superlocalmemory/optimize/proxy/server.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `heartbeat` without auth dependency — src/superlocalmemory/server/routes/mesh.py:137
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ide_connect` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:893
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:893 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_memories` without auth dependency — src/superlocalmemory/server/routes/data_io.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/data_io.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest` without auth dependency — src/superlocalmemory/server/routes/ingest.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.
src/superlocalmemory/server/routes/ingest.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `learning_backup` without auth dependency — src/superlocalmemory/server/routes/learning.py:545
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:545 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `learning_migrate_legacy` without auth dependency — src/superlocalmemory/server/routes/learning.py:647
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:647 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `learning_reset` without auth dependency — src/superlocalmemory/server/routes/learning.py:567
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:567 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `learning_retrain` without auth dependency — src/superlocalmemory/server/routes/learning.py:587
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:587 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lock` without auth dependency — src/superlocalmemory/server/routes/mesh.py:211
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:211 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `log_tool_event_api` without auth dependency — src/superlocalmemory/server/routes/behavioral.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/behavioral.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_read` without auth dependency — src/superlocalmemory/server/routes/mesh.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merge_memory` without auth dependency — src/superlocalmemory/server/routes/memories.py:823
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/memories.py:823 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `messages_route` without auth dependency — src/superlocalmemory/optimize/proxy/server.py:115
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/optimize/proxy/server.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pin_fact_route` without auth dependency — src/superlocalmemory/server/routes/tiers.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/tiers.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `prewarm` without auth dependency — src/superlocalmemory/server/routes/prewarm.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/prewarm.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recall_trace` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:628
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:628 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recompile_entity` without auth dependency — src/superlocalmemory/server/routes/entity.py:114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/entity.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_dwell` without auth dependency — src/superlocalmemory/server/routes/learning.py:340
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:340 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_feedback` without auth dependency — src/superlocalmemory/server/routes/learning.py:304
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/learning.py:304 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `report_outcome` without auth dependency — src/superlocalmemory/server/routes/behavioral.py:97
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/behavioral.py:97 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_community_detection` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:2053
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:2053 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_consolidation` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:931
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:931 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_forgetting` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:1627
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:1627 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_memories` without auth dependency — src/superlocalmemory/server/routes/memories.py:399
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/memories.py:399 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send` without auth dependency — src/superlocalmemory/server/routes/mesh.py:155
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_full_config` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:171
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_adapter_api` without auth dependency — src/superlocalmemory/server/routes/adapters.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/adapters.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `state_set` without auth dependency — src/superlocalmemory/server/routes/mesh.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_adapter_api` without auth dependency — src/superlocalmemory/server/routes/adapters.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/adapters.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `summary` without auth dependency — src/superlocalmemory/server/routes/mesh.py:146
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/mesh.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `switch_profile` without auth dependency — src/superlocalmemory/server/routes/profiles.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/profiles.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_cloud` without auth dependency — src/superlocalmemory/server/routes/backup.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.
src/superlocalmemory/server/routes/backup.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_embedding_endpoint` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_provider` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:457
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:457 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_compaction` without auth dependency — src/superlocalmemory/server/routes/lifecycle.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.
src/superlocalmemory/server/routes/lifecycle.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_consolidation` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:1349
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:1349 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unpin_fact_route` without auth dependency — src/superlocalmemory/server/routes/tiers.py:173
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/tiers.py:173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_config` without auth dependency — src/superlocalmemory/server/routes/optimize.py:50
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/optimize.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_auto_capture_config` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:834
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:834 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_auto_invoke_config` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:1050
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:1050 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_auto_recall_config` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:863
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:863 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_embedding_config` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:270
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:270 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_mode` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:93
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_provider` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:589
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:589 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_core_memory_block` without auth dependency — src/superlocalmemory/server/routes/v3_api.py:1455
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/superlocalmemory/server/routes/v3_api.py:1455 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/auto-settings.js:251
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/brain.js:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/core.js:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/dashboard.js:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/fact-detail.js:24
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/feedback.js:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/ide-status.js:83
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/knowledge-graph.js:620
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/lifecycle.js:12
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/memories.js:188
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/memory-chat.js:133
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/modal.js:77
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/ng-entities.js:152
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/ng-skills.js:21
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/superlocalmemory/ui/js/recall-lab.js:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/auto-settings.js:237
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/dashboard.js:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/fact-detail.js:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/feedback.js:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/ide-status.js:83
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/modal.js:86
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ui/js/recall-lab.js:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
SKILL.md:29 Supply chainSkill file
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 36, 53
.github/workflows/pypi-publish.yml:36, 53 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/npm-publish.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/pypi-publish.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/auto-settings.js:450
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/auto-settings.js:450 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/knowledge-graph.js:429
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/knowledge-graph.js:429 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/lifecycle.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/lifecycle.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/memories.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/memories.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/memory-chat.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/memory-chat.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/memory-timeline.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/memory-timeline.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/modal.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/modal.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-entities.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-entities.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-health.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-health.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-ingestion.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-ingestion.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-mesh.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-mesh.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-shell.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-shell.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/ng-skills.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/ng-skills.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/quick-actions.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/quick-actions.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/recall-lab.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/recall-lab.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/superlocalmemory/ui/js/settings.js:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/settings.js:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ui/js/memories.js:191
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ui/js/memories.js:191 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ui/js/modal.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ui/js/modal.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ui/js/recall-lab.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ui/js/recall-lab.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in src/superlocalmemory/ui/js/settings.js:275
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
src/superlocalmemory/ui/js/settings.js:275 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in src/superlocalmemory/ui/js/memories.js:155
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
src/superlocalmemory/ui/js/memories.js:155 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in src/superlocalmemory/ui/js/ng-skills.js:74
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
src/superlocalmemory/ui/js/ng-skills.js:74 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in ui/js/memories.js:86
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
ui/js/memories.js:86 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/context-hook.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/context-hook.js:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/memory-list-skill.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/memory-list-skill.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/memory-profile-skill.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/memory-profile-skill.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/memory-recall-skill.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/memory-recall-skill.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/memory-remember-skill.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/memory-remember-skill.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ide/hooks/memory-reset-skill.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
ide/hooks/memory-reset-skill.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/postinstall-interactive.js:200
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/postinstall-interactive.js:200 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/postinstall.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/postinstall.js:12 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/superlocalmemory/cli/escape_hatch.py:127
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/superlocalmemory/hooks/hook_handlers.py:524
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/superlocalmemory/storage/v2_migrator.py:399
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 55 placeholder/mock markers across 33 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1190 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/npm-publish.yml:29 CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: ide/integrations/llamaindex/llama_index/storage/chat_store/superlocalmemory/base.py:delete_messages, ide/integrations/llamaindex/llama_index/storage/chat_store/superlocalmemory/base.py:delete_message This is *the* AI-coder failure mode (4× more dupli…
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/superlocalmemory/hooks/antigravity_adapter.py:disable, src/superlocalmemory/hooks/copilot_adapter.py:disable, src/superlocalmemory/hooks/cursor_adapter.py:disable This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fake_legacy` in tests/test_learning/test_consolidation_online_retrain_wiring.py:326
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fetch_edges_v2` in src/superlocalmemory/server/routes/memories.py:149
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_is_legacy` in src/superlocalmemory/core/injection.py:108
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_now_v2` in src/superlocalmemory/core/recall_pipeline.py:382
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a_old` in tests/test_encoding/test_entity_resolver.py:272
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `bench_regression_v1` in tests/test_learning/test_online_retrain.py:772
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `bench_v1` in src/superlocalmemory/cli/escape_hatch.py:176
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `bench_v1` in tests/test_benchmarks/evo_memory.py:66
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `check_and_backup` in src/superlocalmemory/core/maintenance_scheduler.py:112
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cloud_backup` in src/superlocalmemory/infra/cloud_backup.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cloud_backup` in src/superlocalmemory/server/routes/backup.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in tests/test_infra.py:255
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `decay_unused` in src/superlocalmemory/core/consolidation_engine.py:541
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `decay_unused` in src/superlocalmemory/encoding/auto_linker.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `decay_unused` in tests/test_core/test_consolidation_engine.py:384
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detect_v2` in src/superlocalmemory/cli/migrate_cmd.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detect_v2` in src/superlocalmemory/cli/post_install.py:44
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detect_v2` in src/superlocalmemory/storage/v2_migrator.py:154
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detect_v2` in tests/test_migration.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detect_v2` in tests/test_post_install.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `enable_legacy` in src/superlocalmemory/server/unified_daemon.py:788
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `evo_memory_synthetic_v1` in tests/test_benchmarks/fixtures/generate_synthetic_fixture.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `evo_memory_synthetic_v1` in tests/test_benchmarks/test_evo_memory_runner.py:51
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `f_old` in tests/test_compliance/test_lifecycle.py:228
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `f_old` in tests/test_encoding/test_consolidator.py:132
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fact_old` in tests/test_code_graph/test_mcp_tools.py:403
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `has_legacy` in src/superlocalmemory/hooks/claude_code_hooks.py:461
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `key_old` in tests/optimize/cache/test_key_builder.py:50
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `last_backup` in src/superlocalmemory/infra/backup.py:105
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `last_backup` in src/superlocalmemory/ui/js/settings.js:88
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `last_backup` in ui/js/settings.js:87
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `learning_backup` in src/superlocalmemory/server/routes/learning.py:546
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `learning_stats_deprecated` in src/superlocalmemory/server/routes/brain.py:1201
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `mem_old` in tests/test_learning/test_forgetting_scheduler.py:203
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `mock_cfg_copy` in tests/test_api/test_api_consolidation.py:80
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `p_old` in tests/test_parameterization/test_prompt_lifecycle.py:209
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `polar_legacy` in src/superlocalmemory/core/config.py:412
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `polar_legacy` in tests/test_math/test_turbo_quant.py:435
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `postMigrateLegacy` in src/superlocalmemory/ui/js/brain.js:219
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `r_old` in tests/test_core/test_langevin_init.py:90
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in src/superlocalmemory/learning/consolidation_cycle.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in src/superlocalmemory/learning/consolidation_worker.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in src/superlocalmemory/learning/lightgbm_subprocess.py:68
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in src/superlocalmemory/learning/ranker_common.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in tests/test_learning/test_f4a_refactor.py:92
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ranker_retrain_legacy` in tests/test_learning/test_lightgbm_subprocess.py:141
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `slm_old` in tests/test_claude_hooks.py:739
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_adapters_property_returns_copy` in tests/test_adapters/test_cross_platform_connector.py:93
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_innovation_database_not_v1` in tests/test_storage/test_migrations.py:155
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_ranker_v2` in src/superlocalmemory/learning/ranker_retrain_legacy.py:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_upgrade_requires_backup` in tests/test_learning/test_quant_scheduler.py:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: as_context_string
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
integrations/langchain_memory.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_adapters
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:675
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_config
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:511
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_evolve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:634
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_ingest
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:502
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_provider
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:761
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_restart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:285
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_serve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:212
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_setup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/cli/commands.py:695
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_outcomes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/outcomes.py:226
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_patterns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/behavioral.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: emit_event
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/mcp/shared.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: heartbeat_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/mcp/tools_mesh.py:110
low System graph software Dead code conf 1.00 Possibly dead Python function: infer_outcome
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/outcomes.py:177
low System graph software Dead code conf 1.00 Possibly dead Python function: mine_from_memories
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/workflows.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: mine_temporal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/workflows.py:168
low System graph software Dead code conf 1.00 Possibly dead Python function: ro_connection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/superlocalmemory/learning/database.py:101
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ide/hooks/memory-list-skill.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ide/hooks/memory-profile-skill.js:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ide/hooks/memory-recall-skill.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ide/hooks/memory-remember-skill.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ide/hooks/memory-reset-skill.js:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/postinstall-interactive.js:442
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/postinstall.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/postinstall_binary.js:45
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/preuninstall.js:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/agents.js:111
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/auto-settings.js:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/dashboard.js:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/events.js:43
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/graph-filters.js:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/graph-ui.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/ide-status.js:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/knowledge-graph.js:192
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/math-health.js:94
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/superlocalmemory/ui/js/optimize.js:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/agents.js:111
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/auto-settings.js:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/dashboard.js:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/events.js:43
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/fact-detail.js:90
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/graph-core.js:59
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/graph-filters.js:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/graph-ui.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/ide-status.js:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/math-health.js:94
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ui/js/trust-dashboard.js:69
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `lookup` (body is just `pass`/`return`) — src/superlocalmemory/optimize/cache/manager.py:69
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/backup/disconnect/{dest_id}
`src/superlocalmemory/server/routes/backup.py` declares `DELETE /api/backup/disconnect/{dest_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/memories/{fact_id}
`src/superlocalmemory/server/routes/memories.py` declares `DELETE /api/memories/{fact_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`src/superlocalmemory/server/unified_daemon.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/backup/export
`src/superlocalmemory/server/routes/backup.py` declares `GET /api/backup/export` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/backup/oauth/github/callback
`src/superlocalmemory/server/routes/backup.py` declares `GET /api/backup/oauth/github/callback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/backup/oauth/github/start
`src/superlocalmemory/server/routes/backup.py` declares `GET /api/backup/oauth/github/start` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/backup/oauth/google/callback
`src/superlocalmemory/server/routes/backup.py` declares `GET /api/backup/oauth/google/callback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/backup/oauth/google/start
`src/superlocalmemory/server/routes/backup.py` declares `GET /api/backup/oauth/google/start` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/behavioral/soft-prompts
`src/superlocalmemory/server/routes/behavioral.py` declares `GET /api/behavioral/soft-prompts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/clusters/{cluster_id}
`src/superlocalmemory/server/routes/memories.py` declares `GET /api/clusters/{cluster_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint

Showing first 300 of 348. 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/f6c1a1e2-bddf-46ff-8e60-15cf561fe472/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f6c1a1e2-bddf-46ff-8e60-15cf561fe472/

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.