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.

Strong-AI-Lab/Von

https://github.com/Strong-AI-Lab/Von · scanned 2026-06-16 00:24 UTC (2 months, 2 weeks ago)

602 raw signals (0 security + 602 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 575 actionable findings from 1 signal source. 27 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 54.4/100 with 100.0% coverage. It contains 22515 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 602 findings — concentrated in quality (366), api (140), security (34). Risk profile is high: 0 critical, 96 high, 47 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/concepts/${encodeURIComponent(conceptId)}/texts (src/frontend/web/von_interface/static/js/conceptTab.js:627)
`src/frontend/web/von_interface/static/js/conceptTab.js:627` calls `DELETE /api/concepts/${encodeURIComponent(conceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/concepts/${encodeURIComponent(conceptId)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:6234)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6234` calls `DELETE /api/concepts/${encodeURIComponent(conceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(content.relation_id)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:5464)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5464` calls `DELETE /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(content.relation_id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(note.relation_id)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:5094)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5094` calls `DELETE /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(note.relation_id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/concepts/${encodeURIComponent(row.arg1_value)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:7260)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7260` calls `DELETE /api/concepts/${encodeURIComponent(row.arg1_value)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/annotations/llm_history (src/frontend/web/von_interface/static/js/annotationTab.js:585)
`src/frontend/web/von_interface/static/js/annotationTab.js:585` calls `GET /api/annotations/llm_history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/llm_history` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodedConceptId} (src/frontend/web/von_interface/static/js/conceptTab.js:1097)
`src/frontend/web/von_interface/static/js/conceptTab.js:1097` calls `GET /api/concepts/${encodedConceptId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodedConceptId} (src/frontend/web/von_interface/static/js/conceptTab.js:2197)
`src/frontend/web/von_interface/static/js/conceptTab.js:2197` calls `GET /api/concepts/${encodedConceptId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodedConceptId} (src/frontend/web/von_interface/static/js/dynamicTabs.js:2427)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:2427` calls `GET /api/concepts/${encodedConceptId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodedId} (src/frontend/web/von_interface/static/js/dynamicTabs.js:3125)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:3125` calls `GET /api/concepts/${encodedId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encoded}/texts?predicate=hasDescription&limit=1 (src/frontend/web/von_interface/static/js/domUtils.js:96)
`src/frontend/web/von_interface/static/js/domUtils.js:96` calls `GET /api/concepts/${encoded}/texts?predicate=hasDescription&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/conceptTab.js:3450)
`src/frontend/web/von_interface/static/js/conceptTab.js:3450` calls `GET /api/concepts/${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1098)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1098` calls `GET /api/concepts/${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1522)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1522` calls `GET /api/concepts/${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:569)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:569` calls `GET /api/concepts/${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:6935)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6935` calls `GET /api/concepts/${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(currentConceptId)}/texts?limit=200 (src/frontend/web/von_interface/static/js/dynamicTabs.js:5231)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5231` calls `GET /api/concepts/${encodeURIComponent(currentConceptId)}/texts?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(currentConceptId)}/texts?predicate=hasNote&limit=200 (src/frontend/web/von_interface/static/js/dynamicTabs.js:4865)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:4865` calls `GET /api/concepts/${encodeURIComponent(currentConceptId)}/texts?predicate=hasNote&limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conce…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(newId)} (src/frontend/web/von_interface/static/js/conceptTab.js:517)
`src/frontend/web/von_interface/static/js/conceptTab.js:517` calls `GET /api/concepts/${encodeURIComponent(newId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/${encodeURIComponent(normalisedConceptId)} (src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:52)
`src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:52` calls `GET /api/concepts/${encodeURIComponent(normalisedConceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/export-preview (src/frontend/web/von_interface/static/js/importExportTab.js:1178)
`src/frontend/web/von_interface/static/js/importExportTab.js:1178` calls `GET /api/concepts/export-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/export-preview` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/concepts/export?${params} (src/frontend/web/von_interface/static/js/importExportTab.js:789)
`src/frontend/web/von_interface/static/js/importExportTab.js:789` calls `GET /api/concepts/export?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/export` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/entities/export?${params} (src/frontend/web/von_interface/static/js/importExportTab.js:791)
`src/frontend/web/von_interface/static/js/importExportTab.js:791` calls `GET /api/entities/export?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/entities/export` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/db/info (src/frontend/web/von_interface/static/js/domUtils.js:788)
`src/frontend/web/von_interface/static/js/domUtils.js:788` calls `GET /api/settings/db/info` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/db/info` 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/settings/db/info (src/frontend/web/von_interface/static/js/settingsPage.js:4043)
`src/frontend/web/von_interface/static/js/settingsPage.js:4043` calls `GET /api/settings/db/info` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/db/info` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/export-ontology (src/frontend/web/von_interface/static/js/importExportTab.js:116)
`src/frontend/web/von_interface/static/js/importExportTab.js:116` calls `GET /api/settings/export-ontology` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/export-ontology` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/metrics/deprecations (src/frontend/web/von_interface/static/js/settingsPage.js:3983)
`src/frontend/web/von_interface/static/js/settingsPage.js:3983` calls `GET /api/settings/metrics/deprecations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/metrics/deprecations` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/ollama/hosts (src/frontend/web/von_interface/static/js/settingsPage.js:4543)
`src/frontend/web/von_interface/static/js/settingsPage.js:4543` calls `GET /api/settings/ollama/hosts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/ollama/hosts` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/user/current (src/frontend/web/von_interface/static/js/dynamicTabs.js:7764)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7764` calls `GET /api/settings/user/current` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/user/current` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/user/current (src/frontend/web/von_interface/static/js/dynamicTabs.js:7778)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7778` calls `GET /api/settings/user/current` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/user/current` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /von/api/agent/gmail/oauth/status?profile_id=${encodeURIComponent(profileId)} (src/frontend/web/von_interface/static/js/settingsPage.js:1864)
`src/frontend/web/von_interface/static/js/settingsPage.js:1864` calls `GET /von/api/agent/gmail/oauth/status?profile_id=${encodeURIComponent(profileId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/von/api/agent/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /von/api/auth/status (src/frontend/web/von_interface/static/js/settingsPage.js:1554)
`src/frontend/web/von_interface/static/js/settingsPage.js:1554` calls `GET /von/api/auth/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/von/api/auth/status` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /von/api/session/context (src/frontend/web/von_interface/static/js/settingsPage.js:1541)
`src/frontend/web/von_interface/static/js/settingsPage.js:1541` calls `GET /von/api/session/context` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/von/api/session/context` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/entity_counts (src/frontend/web/von_interface/static/js/vontology.js:4392)
`src/frontend/web/von_interface/static/js/vontology.js:4392` calls `GET /vontology/api/vontology/entity_counts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/entity_counts` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/export_nodes (src/frontend/web/von_interface/static/js/importExportTab.js:634)
`src/frontend/web/von_interface/static/js/importExportTab.js:634` calls `GET /vontology/api/vontology/export_nodes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/export_nodes` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/import_progress/${jobId} (src/frontend/web/von_interface/static/js/importExportTab.js:546)
`src/frontend/web/von_interface/static/js/importExportTab.js:546` calls `GET /vontology/api/vontology/import_progress/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/import_progress/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodedId} (src/frontend/web/von_interface/static/js/dynamicTabs.js:3124)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:3124` calls `GET /vontology/api/vontology/node_content?identifier=${encodedId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/node_co…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encoded} (src/frontend/web/von_interface/static/js/dynamicTabs.js:7568)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7568` calls `GET /vontology/api/vontology/node_content?identifier=${encoded}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/node_cont…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/annotationTab.js:26)
`src/frontend/web/von_interface/static/js/annotationTab.js:26` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1114)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1114` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1193)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1193` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1461)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1461` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:1997)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:1997` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:2764)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:2764` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(id)} (src/frontend/web/von_interface/static/js/domUtils.js:1002)
`src/frontend/web/von_interface/static/js/domUtils.js:1002` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontolo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(item.id)} (src/frontend/web/von_interface/static/js/vontology.js:3720)
`src/frontend/web/von_interface/static/js/vontology.js:3720` calls `GET /vontology/api/vontology/node_content?identifier=${encodeURIComponent(item.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/v…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/nodes_details?identifier=${encodedIdentifier} (src/frontend/web/von_interface/static/js/vontology.js:3824)
`src/frontend/web/von_interface/static/js/vontology.js:3824` calls `GET /vontology/api/vontology/nodes_details?identifier=${encodedIdentifier}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/parents?identifier=${encodedId} (src/frontend/web/von_interface/static/js/dynamicTabs.js:3123)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:3123` calls `GET /vontology/api/vontology/parents?identifier=${encodedId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/parents` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/predicates/elicitation (src/frontend/web/von_interface/static/js/dynamicTabs.js:6008)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6008` calls `GET /vontology/api/vontology/predicates/elicitation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/predicates/elicitatio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/predicates/salient?instance_id=${encodeURIComponent(conceptId)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:6053)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6053` calls `GET /vontology/api/vontology/predicates/salient?instance_id=${encodeURIComponent(conceptId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vont…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/relationships/extent?${params.toString()} (src/frontend/web/von_interface/static/js/dynamicTabs.js:6970)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6970` calls `GET /vontology/api/vontology/relationships/extent?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/re…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/text_relations?concept_id=${encodeURIComponent(conceptId)}&limit=200 (src/frontend/web/von_interface/static/js/conceptTab.js:3542)
`src/frontend/web/von_interface/static/js/conceptTab.js:3542` calls `GET /vontology/api/vontology/text_relations?concept_id=${encodeURIComponent(conceptId)}&limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/tree (src/frontend/web/von_interface/static/js/vontology.js:4331)
`src/frontend/web/von_interface/static/js/vontology.js:4331` calls `GET /vontology/api/vontology/tree` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/tree` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /vontology/api/vontology/tree (src/frontend/web/von_interface/static/js/vontology.js:4388)
`src/frontend/web/von_interface/static/js/vontology.js:4388` calls `GET /vontology/api/vontology/tree` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/tree` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(content.relation_id)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:5417)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5417` calls `PATCH /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(content.relation_id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(note.relation_id)} (src/frontend/web/von_interface/static/js/dynamicTabs.js:5047)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5047` calls `PATCH /api/concepts/${encodeURIComponent(currentConceptId)}/texts/${encodeURIComponent(note.relation_id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/accept (src/frontend/web/von_interface/static/js/apiService.js:341)
`src/frontend/web/von_interface/static/js/apiService.js:341` calls `POST /api/annotations/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/accept` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/accept (src/frontend/web/von_interface/static/js/chat.js:105)
`src/frontend/web/von_interface/static/js/chat.js:105` calls `POST /api/annotations/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/accept` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/prompt_preview (src/frontend/web/von_interface/static/js/annotationTab.js:640)
`src/frontend/web/von_interface/static/js/annotationTab.js:640` calls `POST /api/annotations/prompt_preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/prompt_preview` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/revoke (src/frontend/web/von_interface/static/js/apiService.js:357)
`src/frontend/web/von_interface/static/js/apiService.js:357` calls `POST /api/annotations/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/revoke` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/revoke (src/frontend/web/von_interface/static/js/chat.js:132)
`src/frontend/web/von_interface/static/js/chat.js:132` calls `POST /api/annotations/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/revoke` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotations/turn (src/frontend/web/von_interface/static/js/apiService.js:310)
`src/frontend/web/von_interface/static/js/apiService.js:310` calls `POST /api/annotations/turn` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotations/turn` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/client_capabilities (src/frontend/web/von_interface/static/js/clientCapabilitiesReporter.js:145)
`src/frontend/web/von_interface/static/js/clientCapabilitiesReporter.js:145` calls `POST /api/client_capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/client_capabilities` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(conceptId)}/paper_recommendation_profile (src/frontend/web/von_interface/static/js/components/paperRecommendationProfilePanel.js:199)
`src/frontend/web/von_interface/static/js/components/paperRecommendationProfilePanel.js:199` calls `POST /api/concepts/${encodeURIComponent(conceptId)}/paper_recommendation_profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used fo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(conceptId)}/rename (src/frontend/web/von_interface/static/js/conceptTab.js:481)
`src/frontend/web/von_interface/static/js/conceptTab.js:481` calls `POST /api/concepts/${encodeURIComponent(conceptId)}/rename` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/rename` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(conceptId)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:6241)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6241` calls `POST /api/concepts/${encodeURIComponent(conceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(conceptId)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:6482)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6482` calls `POST /api/concepts/${encodeURIComponent(conceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(currentConceptId)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:5154)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5154` calls `POST /api/concepts/${encodeURIComponent(currentConceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(currentConceptId)}/texts (src/frontend/web/von_interface/static/js/dynamicTabs.js:5524)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:5524` calls `POST /api/concepts/${encodeURIComponent(currentConceptId)}/texts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/texts` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/generate_initial_question (src/frontend/web/von_interface/static/js/conceptTab.js:1741)
`src/frontend/web/von_interface/static/js/conceptTab.js:1741` calls `POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/generate_initial_question` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/con…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/start_interaction (src/frontend/web/von_interface/static/js/conceptTab.js:1721)
`src/frontend/web/von_interface/static/js/conceptTab.js:1721` calls `POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/start_interaction` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/submit_answer (src/frontend/web/von_interface/static/js/conceptTab.js:1950)
`src/frontend/web/von_interface/static/js/conceptTab.js:1950` calls `POST /api/concepts/${encodeURIComponent(currentlySelectedconceptId)}/submit_answer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/concepts/<p>/su…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/settings/import-ontology (src/frontend/web/von_interface/static/js/importExportTab.js:215)
`src/frontend/web/von_interface/static/js/importExportTab.js:215` calls `POST /api/settings/import-ontology` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/import-ontology` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/settings/repair-ontology (src/frontend/web/von_interface/static/js/importExportTab.js:285)
`src/frontend/web/von_interface/static/js/importExportTab.js:285` calls `POST /api/settings/repair-ontology` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/repair-ontology` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/settings/user_prefs/${encodeURIComponent(storedUser.concept_id)} (src/frontend/web/von_interface/static/js/settingsPage.js:4253)
`src/frontend/web/von_interface/static/js/settingsPage.js:4253` calls `POST /api/settings/user_prefs/${encodeURIComponent(storedUser.concept_id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/user_prefs/<…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /von/api/render_markdown (src/frontend/web/von_interface/static/js/markdownUtils.js:301)
`src/frontend/web/von_interface/static/js/markdownUtils.js:301` calls `POST /von/api/render_markdown` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/von/api/render_markdown` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/concept/flag (src/frontend/web/von_interface/static/js/dynamicTabs.js:7608)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7608` calls `POST /vontology/api/vontology/concept/flag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/concept/flag` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/concept/key-concept (src/frontend/web/von_interface/static/js/dynamicTabs.js:3963)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:3963` calls `POST /vontology/api/vontology/concept/key-concept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/concept/key-concept` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/concept/organization-relation (src/frontend/web/von_interface/static/js/dynamicTabs.js:7642)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7642` calls `POST /vontology/api/vontology/concept/organization-relation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/concept/organ…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/concept/user-relation (src/frontend/web/von_interface/static/js/dynamicTabs.js:7694)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7694` calls `POST /vontology/api/vontology/concept/user-relation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/concept/user-relation…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/import_nodes?async=1 (src/frontend/web/von_interface/static/js/importExportTab.js:529)
`src/frontend/web/von_interface/static/js/importExportTab.js:529` calls `POST /vontology/api/vontology/import_nodes?async=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/import_nodes` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/import_preview (src/frontend/web/von_interface/static/js/importExportTab.js:469)
`src/frontend/web/von_interface/static/js/importExportTab.js:469` calls `POST /vontology/api/vontology/import_preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/import_preview` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/predicates/salient/recompute_inherited (src/frontend/web/von_interface/static/js/settingsPage.js:4633)
`src/frontend/web/von_interface/static/js/settingsPage.js:4633` calls `POST /vontology/api/vontology/predicates/salient/recompute_inherited` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/record_name_normalization (src/frontend/web/von_interface/static/js/nameUtils.js:38)
`src/frontend/web/von_interface/static/js/nameUtils.js:38` calls `POST /vontology/api/vontology/record_name_normalization` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/record_name_normaliza…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/relationships/add (src/frontend/web/von_interface/static/js/dynamicTabs.js:6509)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:6509` calls `POST /vontology/api/vontology/relationships/add` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/relationships/add` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/relationships/add (src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:615)
`src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:615` calls `POST /vontology/api/vontology/relationships/add` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/relationships/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/relationships/remove (src/frontend/web/von_interface/static/js/dynamicTabs.js:7271)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7271` calls `POST /vontology/api/vontology/relationships/remove` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/relationships/remove` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/relationships/uncertain/promote (src/frontend/web/von_interface/static/js/dynamicTabs.js:7189)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7189` calls `POST /vontology/api/vontology/relationships/uncertain/promote` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/relationshi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/relationships/uncertain/reject (src/frontend/web/von_interface/static/js/dynamicTabs.js:7223)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:7223` calls `POST /vontology/api/vontology/relationships/uncertain/reject` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/relationship…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /vontology/api/vontology/update_description (src/frontend/web/von_interface/static/js/dynamicTabs.js:3257)
`src/frontend/web/von_interface/static/js/dynamicTabs.js:3257` calls `POST /vontology/api/vontology/update_description` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vontology/api/vontology/update_description` If t…
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `admin_chat_history_agent_provenance_backfill` without `@login_required` — src/backend/server/utils_flask.py:1996
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:1996 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_chat_history_backfill` without `@login_required` — src/backend/server/utils_flask.py:1986
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:1986 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_chat_history_reindex` without `@login_required` — src/backend/server/utils_flask.py:2005
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:2005 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_rag_integrity` without `@login_required` — src/backend/server/utils_flask.py:2028
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:2028 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_rag_sync` without `@login_required` — src/backend/server/utils_flask.py:2032
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:2032 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_shutdown` without `@login_required` — src/backend/server/utils_flask.py:2062
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
src/backend/server/utils_flask.py:2062 securityAuth flask unauth route
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/frontend/web/von_interface/static/js/apiService.js:53
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/frontend/web/von_interface/static/js/components/promptCartoucheOverlay.js:454
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/frontend/web/von_interface/static/js/conceptTab.js:627
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/frontend/web/von_interface/static/js/dynamicTabs.js:569
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/frontend/web/von_interface/static/js/importExportTab.js:116
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/frontend/web/von_interface/static/js/main.js:1181
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/frontend/web/von_interface/static/js/settingsPage.js:1491
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/frontend/web/von_interface/static/js/vontology.js:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
hashicorp/setup-terraform@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/openstack-deploy.yml:57
.github/workflows/secret-scanning.yml:25
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/annotationTab.js:211
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/annotationTab.js:211 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/chat.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/chat.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/conceptAutocomplete.js:161
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/conceptAutocomplete.js:161 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/conceptSummaryRendererPanel.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/conceptSummaryRendererPanel.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/messagePanel.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/messagePanel.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/orgSelector.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/orgSelector.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/paperRecommendationProfilePanel.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/paperRecommendationProfilePanel.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/components/taskPanel.js:324
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/components/taskPanel.js:324 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/conceptTab.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/conceptTab.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/domUtils.js:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/domUtils.js:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/dynamicTabs.js:661
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/dynamicTabs.js:661 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/importExportTab.js:862
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/importExportTab.js:862 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/languageConfig.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/languageConfig.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/main.js:1277
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/main.js:1277 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:211
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/predicateExtentDisplay.js:211 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/predicateMetadataPanel.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/predicateMetadataPanel.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/predicateView.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/predicateView.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/settings.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/settings.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/settingsPage.js:551
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/settingsPage.js:551 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/tabNavigation.js:179
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/tabNavigation.js:179 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/utils/selectConceptByIdHandler.js:617
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/utils/selectConceptByIdHandler.js:617 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/utils/textDecorator.js:307
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/utils/textDecorator.js:307 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/vontology.js:781
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/vontology.js:781 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/frontend/web/von_interface/static/js/workflowStudioPage.js:382
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/frontend/web/von_interface/static/js/workflowStudioPage.js:382 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/lint_frontend_static.cjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/lint_frontend_static.cjs:1 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/backup_von_db.py:378
`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 — scripts/check_python_min_syntax.py:64
`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 — scripts/check_seed_bundle_version_bumps.py:39
`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 — scripts/pytest_lanes.py:246
`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 — scripts/restore_von_db.py:275
`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/backend/services/repo_dossier_service.py:279
`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/backend/utilities/workspace_idle.py:391
`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/backend/utils/pytest_lane_catalogue.py:613
`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 196 placeholder/mock markers across 42 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 256 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `APPDATA`, `ARXIV_CACHE_PATH`, `ARXIV_STORAGE_PATH`, `ATLASSIAN_API_EMAIL`, `ATLASSIAN_API_TOKEN`, `ATLASSIAN_SITE_BASE`, `CODEX_HOME`, `CONCEPT_INDEX_BATCH_SIZE` + 248 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn…
config drift
low System graph quality Maintenance conf 1.00 57 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1170 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 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 10 locations
.github/workflows/openstack-deploy.yml:46, 52, 98, 127, 132, 195 (6 hits)
.github/workflows/python-compatibility.yml:18, 21 (2 hits)
.github/workflows/secret-scanning.yml:20, 35 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/frontend/web/von_interface/static/js/components/messagePanel.js:156
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/frontend/web/von_interface/static/js/test/chatTab.test.js:5540
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'debug_true' in src/backend/server/utils_flask.py:4070
Found a known-risky pattern (debug_true). Review and replace if possible.
src/backend/server/utils_flask.py:4070 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in src/workflows/von/main.py:447
Found a known-risky pattern (debug_true). Review and replace if possible.
src/workflows/von/main.py:447 Debug true
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: src/backend/services/file_copy_entity_representation_vontology_service.py:resolve_file_copy_entity_representation_prompt_concept_id, src/backend/services/workflow_gap_vontology_service.py:resolve_workflow_gap_analysis_prompt_concept_id, src/backend/se…
duplicatesduplication
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/scan_vscode_selected_tools.py:load_selected_tools_counts, scripts/scan_vscode_selected_tools.py:scan_other_keys_for_selection_signals This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hyg…
17 occurrences
repo-level (17 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/backend/integrations/internal_mcp/jira_proxy_mcp.py:get_stats, src/backend/integrations/internal_mcp/github_proxy_mcp.py:get_stats, src/backend/integrations/internal_mcp/linkedin_proxy_mcp.py:get_stats This is *the* AI-coder failure mode (4× more…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_bounded_copy` in src/backend/services/context_bundle_service.py:293
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 `_fake_import_bytes_file_copy` in tests/backend/test_remote_file_copy_ingestion_service.py:249
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 `_handle_materialise_scholarly_representation_for_file_copy` in src/backend/mcp_server/mcp_stdio_server.py:2533
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 `_read_file_copy` in tests/backend/test_file_copy_ingestion_mcp_tools.py:28
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 `_read_file_copy` in tests/backend/test_read_file_copy_tool.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 `_read_file_copy` in tests/backend/test_representation_intent_cross_domain_regression_suite.py:84
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 `_resolve_blob_store_for_backup` in scripts/backup_von_db.py:297
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 `_zip_backup` in tests/test_restore_von_db.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 `ai_assisted_programming_chat_session_file_copy` in tests/backend/test_ai_chat_session_ingestion_service.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 `buttonify_prompt_v1` in src/backend/services/buttonify_service.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 `buttonify_prompt_v1` in src/frontend/web/von_interface/static/js/settingsPage.js:3890
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 `buttonify_prompt_v1` in tests/backend/test_orchestrator_bespoke_prompt_contracts.py:99
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 `buttonify_prompt_v1` in tests/backend/test_von_generate_presenter_protocol.py:119
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 `canonical_old` in src/backend/services/concept_rename_service.py:320
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 `canonical_old` in src/backend/utils/concept_id_utils.py:181
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 `computer_file_copy` in src/backend/server/routes/von_routes.py:4607
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 `computer_file_copy` in src/backend/services/arxiv_paper_link_service.py:643
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 `computer_file_copy` in src/backend/services/computer_file_copy_service.py:178
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 `computer_file_copy` in tests/backend/test_catalogue_download_paper_prefers_finalise.py:106
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 `computer_file_copy` in tests/backend/test_computer_file_copy_artifact_ingestion.py:43
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 `computer_file_copy` in tests/backend/test_von_file_upload_endpoint.py:65
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 `computer_file_copy` in tests/backend/test_von_file_upload_scholarly_integration.py:115
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 `computer_file_copy` in tests/frontend/dynamicTabsFileCopyActions.test.js:67
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 `content_type_application_json_computer_file_copy` in tests/backend/test_file_copy_typing_service.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 `email_arxiv_representation_convergence_v1` in src/backend/services/email_source_representation_convergence_schedule_bootstrap_service.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 `enable_daily_backup` in tests/test_run_ps1_daily_backup_receipts.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `episode_critique_memory_old` in tests/backend/test_episode_critique_routing_service.py:128
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 `event_copy` in src/backend/workflows/workflow_baseline_telemetry.py:142
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 `extracted_backup` in scripts/restore_von_db.py: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 `file_copy` in src/backend/services/file_copy_reference_service.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 `file_copy` in src/backend/services/representation_contract_vontology_service.py:67
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 `file_copy` in src/backend/services/tool_evidence_projection_service.py:177
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 `file_copy` in src/backend/services/turn_execution_record_service.py:6248
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 `file_copy` in src/backend/services/workflow_description_vontology_service.py:39
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 `file_copy` in src/backend/services/workflow_discovery_service.py:645
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 `file_copy` in src/backend/services/workflow_event_integration_service.py:63
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 `file_copy` in src/backend/workflows/durable/turn_execution_actions.py:267
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 `file_copy` in src/frontend/web/von_interface/static/js/dynamicTabs.js:7351
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 `file_copy` in tests/backend/representation_intent_regression_helpers.py:29
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 `file_copy` in tests/backend/test_concept_relation_service_uncertainty.py:449
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 `file_copy` in tests/backend/test_internal_mcp_workflow_tools.py:2313
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 `file_copy` in tests/backend/test_orchestrator_turn_execution_gate.py:98
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 `file_copy` in tests/backend/test_representation_contract_vontology_service.py:36
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 `file_copy` in tests/backend/test_workflow_event_integration_service.py:333
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 `file_copy` in tests/backend/test_workflow_registry_factory_parity.py:478
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 `forward_inference_planning_prompt_v1` in src/backend/workflows/durable/planning_workflow.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 `forward_inference_planning_prompt_v1` in tests/backend/test_planning_workflow.py:212
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 `gemma_mail_answer_prompt_v2` in tests/test_run_live_kb_tool_prompt_sampler.py:2133
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 `gmail_tool_evidence_contract_v1` in src/backend/services/gmail_tool_evidence_contract_vontology_service.py:33
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 `gmail_tool_evidence_contract_v1` in tests/backend/test_gmail_tool_evidence_contract_vontology_service.py:53
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 `grounded_tool_path_unused` in src/backend/services/episode_critic_evidence_service.py:1472
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 `grounded_tool_path_unused` in src/backend/services/episode_critique_memory_service.py:448
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 `grounded_tool_path_unused` in tests/backend/test_episode_critic_evidence_service.py:652
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 `grounded_tool_path_unused` in tests/backend/test_episode_critique_memory_service.py:256
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 `grounded_tool_path_unused` in tests/backend/test_episode_evaluation_workflow.py:143
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 `identity_resolution_background_v1` in src/backend/services/identity_resolution_schedule_bootstrap_service.py:36
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 `import_bytes_file_copy` in src/backend/services/jira_task_import_service.py:1262
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 `import_bytes_file_copy` in src/backend/services/remote_file_copy_ingestion_service.py:16
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 `import_bytes_file_copy` in tests/backend/test_jira_task_import_service.py:619
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 `import_local_file_copy` in src/backend/services/ai_chat_session_ingestion_service.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 `import_local_file_copy` in tests/backend/test_internal_mcp_file_copy_ingestion_gateway.py:46
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 `import_url_file_copy` in tests/backend/test_paper_representation_workflow_vontology_service.py:1074
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 `import_url_file_copy` in tests/backend/test_write_tool_policy.py:61
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 `import_url_file_copy` in tests/test_run_authenticated_browser_workflow_replay.py:216
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 `include_legacy` in scripts/run_live_kb_tool_prompt_sampler.py:1124
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 `include_legacy` in src/backend/server/utils_flask.py:3009
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 `include_legacy` in src/backend/services/concept_relation_service.py:2566
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 `include_legacy` in src/backend/services/conversation_telemetry_locator_service.py:114
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 `include_legacy` in src/backend/services/failure_case_intake_service.py:222
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 `include_legacy` in src/backend/services/relation_elicitation_service.py:122
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 `include_legacy` in src/backend/services/tool_metadata_service.py: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 `include_legacy` in src/backend/services/uncertain_relationship_service.py:237
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 `include_legacy` in src/backend/workflows/durable/failure_case_prompt_improvement_actions.py:125
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 `include_legacy` in src/backend/workflows/durable/rumination_workflow.py:554
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 `include_legacy` in tests/backend/test_chat_history_backfill_endpoint.py:193
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 `include_legacy` in tests/backend/test_chat_history_length_resilience.py:28
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 `include_legacy` in tests/backend/test_chat_history_session_summaries_resilience.py:143
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 `include_legacy` in tests/backend/test_conversation_telemetry_locator_service.py:99
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 `include_legacy` in tests/backend/test_entity_information_retrieval_workflow_vontology_service.py:125
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 `include_legacy` in tests/backend/test_failure_case_intake_service.py:48
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 `include_legacy` in tests/backend/test_internal_mcp_locator_tools.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `include_legacy` in tests/backend/test_internal_mcp_locator_tools_gateway.py:38
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 `include_legacy` in tests/backend/test_uncertain_relationship_service.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 `include_legacy` in tests/backend/test_von_generate_authenticated_identity_routing.py:859
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 `include_legacy` in tests/frontend/chatSessionAgentCreatedFilter.test.js:202
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 `include_legacy` in utilities/backfill_chat_history_namespace.py:8
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 `inline_legacy` in tests/backend/test_description_metadata_preservation.py:64
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 `interpret_file_copy` in src/backend/workflows/durable/file_copy_interpretation_workflow.py:36
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 `interpret_file_copy` in tests/backend/test_file_copy_interpretation_workflow.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 `interpret_file_copy` in tests/backend/test_orchestrator_continuation_routing.py:230
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 `legacy_document_has_file_copy` in src/backend/services/ai_chat_session_source_profile_vontology_service.py:275
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in src/backend/services/blob_store.py:963
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in tests/test_blob_store.py:518
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 `live_prompt_sampler_replay_evaluation_rubric_v1` in scripts/run_replay_suite_report.py:224
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 `live_prompt_sampler_replay_evaluation_rubric_v1` in src/backend/services/replay_evaluation_authority_service.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `live_prompt_sampler_replay_evaluation_rubric_v1` in tests/backend/test_replay_experiment_support_services.py:25
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 `materialise_company_representation_for_file_copy` in src/backend/services/company_file_representation_service.py:25
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 `materialise_company_representation_for_file_copy` in tests/backend/test_company_file_representation_service.py:8
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 `materialise_meeting_representation_for_file_copy` in src/backend/services/meeting_file_representation_service.py:25
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 `materialise_meeting_representation_for_file_copy` in tests/backend/test_meeting_file_representation_service.py:8
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 `materialise_person_representation_for_file_copy` in src/backend/services/person_file_representation_service.py:25
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 `materialise_person_representation_for_file_copy` in tests/backend/test_person_file_representation_service.py:8
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 `materialise_scholarly_representation_for_arxiv_file_copy` in src/backend/workflows/durable/paper_representation_workflow.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 `materialise_scholarly_representation_for_arxiv_file_copy` in tests/backend/test_arxiv_paper_link_service.py:116
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 `materialise_scholarly_representation_for_file_copy` in src/backend/integrations/internal_mcp/tool_contract_registry.py:122
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 `materialise_scholarly_representation_for_file_copy` in tests/backend/test_mcp_stdio_server_exposes_finalise_cached_paper.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 `materialise_scholarly_representation_for_file_copy` in tests/backend/test_orchestrator_missing_tool_call_retry_arxiv.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 `materialise_scholarly_representation_for_file_copy` in tests/backend/test_turn_execution_required_effects_contract.py:30
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 `materialise_scholarly_representation_for_file_copy` in tests/backend/test_turn_execution_workflow_definitions.py:1775
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 `materialise_scholarly_representation_for_file_copy` in tests/backend/test_workflow_continuation_service.py:53
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 `minimal_imposition_benchmark_profile_autopilot_v1` in src/backend/services/minimal_imposition_benchmark_profile_vontology_service.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 `minimal_imposition_benchmark_profile_autopilot_v1` in tests/backend/test_minimal_imposition_benchmark_profile_vontology_service.py:13
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 `minimal_imposition_benchmark_profile_autopilot_v1` in tests/backend/test_minimal_imposition_benchmark_service.py:8
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 `minimal_imposition_benchmark_profile_autopilot_v1` in tests/backend/test_rag_turn_execution_records_mcp_read_tools.py:345
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 `minimal_imposition_runtime_profile_write_policy_v1` in src/backend/services/minimal_imposition_runtime_profile_vontology_service.py:23
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 `minimal_imposition_runtime_profile_write_policy_v1` in tests/backend/test_minimal_imposition_runtime_profile_vontology_service.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 `minimal_imposition_runtime_profile_write_policy_v1` in tests/backend/test_orchestrator_minimal_imposition_runtime_e2e.py:97
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 `minimal_imposition_runtime_profile_write_policy_v1` in tests/backend/test_von_generate_bare_arxiv_url_integration.py:156
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 `msword_docx_computer_file_copy` in src/backend/services/file_copy_interpretation_service.py:33
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 `multilingual_concept_enrichment_background_v1` in src/backend/services/multilingual_concept_enrichment_schedule_bootstrap_service.py:30
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 `my_backup` in tests/backend/test_backup_blob_upload.py:225
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 `namespace_user_recency_session_metadata_v1` in src/backend/services/chat_history_service.py:56
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 `narration_fallback_v1` in tests/backend/test_von_history_backfill_spoken.py:183
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 `no_backup` in scripts/sync_ai_programming_chat_sessions.py:434
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 `paper_old` in tests/backend/test_paper_recommendation_materialisation_service.py:52
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 `paper_recommendation_background_v1` in src/backend/services/paper_recommendation_background_schedule_bootstrap_service.py:16
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 `parent_specificity_background_v1` in src/backend/services/parent_specificity_schedule_bootstrap_service.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 `payload_copy` in tests/backend/test_internal_mcp_orchestrator_batch_execution.py:59
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 `pdf_computer_file_copy` in src/backend/services/file_copy_typing_service.py: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 `pending_alpha_old` in tests/backend/test_durable_workflow_system.py:810
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 `presenter_protocol_v1` in tests/backend/test_chat_history_rag_namespace.py:74
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 `raw_doc_copy` in src/backend/vontology/utils_vontology.py:1488
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 `read_file_copy` in scripts/repair_arxiv_email_paper_workflow_consistency.py:52
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 `read_file_copy` in tests/backend/test_office_document_extraction.py:1
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 `read_file_copy` in tests/backend/test_orchestrator_extraction.py:62
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 `read_file_copy` in tests/backend/test_von_generate_orchestrator_unavailable_scholarly_fail_closed.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `recovered_from_backup` in scripts/recover_paper_notes.py:206
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 `relations_only_v2` in src/backend/services/concept_service.py:3282
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 `remove_legacy` in src/backend/services/visibility_predicate_migration_service.py:107
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 `renderer_filtering_boundary_v1` in src/backend/services/renderer_applicability_service.py:71
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 `renderer_filtering_boundary_v1` in tests/backend/test_orchestrator_renderer_applicability.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 `require_file_copy` in tests/backend/test_turn_execution_selected_workflow_output_propagation.py:946
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 `response_transformations_v1` in src/backend/services/response_transformation_telemetry.py:13
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 `s_copy` in src/backend/services/annotation_extraction_service.py:752
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 `s_old` in tests/backend/test_chat_history_service_segments.py:250
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

Showing first 300 of 529. 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/5d9c76ba-1927-4639-b0cf-f847d96761d3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5d9c76ba-1927-4639-b0cf-f847d96761d3/

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.