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.

SamuelBrudner/lab-tracker

https://github.com/SamuelBrudner/lab-tracker · scanned 2026-06-16 00:01 UTC (2 months, 3 weeks ago)

211 raw signals (5 security + 206 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 168 actionable findings from 2 signal sources. 53 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 62.3/100 with 100.0% coverage. It contains 3583 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 206 findings — concentrated in security (75), api (50), quality (44). Risk profile is high: 0 critical, 72 high, 13 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

high Security checks quality Practices conf 0.80 Foundry mined docs only runtime fix: SamuelBrudner/lab-tracker
Graph query export: Docs-only response to runtime or integration issue Query id: docs_only_runtime_fix Query type: motif_query Intent: Assumption-check examples where docs or claims are not enough proof. Motif: docs_only_runtime_fix Training usage: assumption_check Graph gold label: weak_supervisio…
high Security checks quality Testing conf 0.78 Foundry mined test ci gap after feedback: SamuelBrudner/lab-tracker
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: weak_supervision_needs_…
high System graph security auth conf 1.00 FastAPI DELETE `bulk_delete_group_project_memberships` without auth dependency — src/lab_tracker/routes/groups.py:190
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:190 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_analysis` without auth dependency — src/lab_tracker/routes/analyses.py:127
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/analyses.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_claim` without auth dependency — src/lab_tracker/routes/claims.py:99
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/claims.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_dataset_file` without auth dependency — src/lab_tracker/routes/dataset_files.py:194
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/dataset_files.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_dataset` without auth dependency — src/lab_tracker/routes/datasets.py:98
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/datasets.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_goal_link` without auth dependency — src/lab_tracker/routes/goals.py:205
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:205 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_goal` without auth dependency — src/lab_tracker/routes/goals.py:164
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_group_member` without auth dependency — src/lab_tracker/routes/groups.py:157
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_group` without auth dependency — src/lab_tracker/routes/groups.py:93
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_note` without auth dependency — src/lab_tracker/routes/notes.py:246
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:246 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_project_member` without auth dependency — src/lab_tracker/routes/projects.py:240
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:240 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_project` without auth dependency — src/lab_tracker/routes/projects.py:124
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_question` without auth dependency — src/lab_tracker/routes/questions.py:167
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/questions.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_session` without auth dependency — src/lab_tracker/routes/sessions.py:147
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_supervision_edge` without auth dependency — src/lab_tracker/routes/supervision.py:96
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/supervision.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_visualization` without auth dependency — src/lab_tracker/routes/visualizations.py:217
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/visualizations.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_device` without auth dependency — src/lab_tracker/routes/device_auth.py:153
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/device_auth.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_analysis` without auth dependency — src/lab_tracker/routes/analyses.py:94
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/analyses.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_batch_settings` without auth dependency — src/lab_tracker/routes/graph_batches.py:98
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_batches.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_claim` without auth dependency — src/lab_tracker/routes/claims.py:82
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/claims.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_dataset` without auth dependency — src/lab_tracker/routes/datasets.py:83
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/datasets.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_goal_link` without auth dependency — src/lab_tracker/routes/goals.py:187
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_goal` without auth dependency — src/lab_tracker/routes/goals.py:147
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_graph_draft_operation` without auth dependency — src/lab_tracker/routes/graph_drafts.py:98
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_group_member` without auth dependency — src/lab_tracker/routes/groups.py:138
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:138 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_group` without auth dependency — src/lab_tracker/routes/groups.py:80
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_note` without auth dependency — src/lab_tracker/routes/notes.py:208
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_project_member` without auth dependency — src/lab_tracker/routes/projects.py:221
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:221 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_project` without auth dependency — src/lab_tracker/routes/projects.py:106
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_question` without auth dependency — src/lab_tracker/routes/questions.py:95
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/questions.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_session` without auth dependency — src/lab_tracker/routes/sessions.py:95
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_supervision_edge` without auth dependency — src/lab_tracker/routes/supervision.py:75
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/supervision.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_visualization` without auth dependency — src/lab_tracker/routes/visualizations.py:201
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/visualizations.py:201 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_upsert_group_project_memberships` without auth dependency — src/lab_tracker/routes/groups.py:170
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `commit_analysis` without auth dependency — src/lab_tracker/routes/analyses.py:107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/analyses.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `commit_graph_draft` without auth dependency — src/lab_tracker/routes/graph_drafts.py:175
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `consume_enrollment` without auth dependency — src/lab_tracker/routes/device_auth.py:110
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/device_auth.py:110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_analysis` without auth dependency — src/lab_tracker/routes/analyses.py:43
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/analyses.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_claim` without auth dependency — src/lab_tracker/routes/claims.py:30
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/claims.py:30 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_dataset` without auth dependency — src/lab_tracker/routes/datasets.py:36
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/datasets.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_enrollment` without auth dependency — src/lab_tracker/routes/device_auth.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/device_auth.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_goal` without auth dependency — src/lab_tracker/routes/goals.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_graph_draft` without auth dependency — src/lab_tracker/routes/graph_drafts.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_group_member` without auth dependency — src/lab_tracker/routes/groups.py:118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_group` without auth dependency — src/lab_tracker/routes/groups.py:43
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/groups.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_note` without auth dependency — src/lab_tracker/routes/notes.py:56
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:56 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_ownership_reassignment` without auth dependency — src/lab_tracker/routes/ownership.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/ownership.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project_member` without auth dependency — src/lab_tracker/routes/projects.py:201
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:201 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project` without auth dependency — src/lab_tracker/routes/projects.py:67
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/projects.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_question` without auth dependency — src/lab_tracker/routes/questions.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/questions.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session_output` without auth dependency — src/lab_tracker/routes/sessions.py:125
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session` without auth dependency — src/lab_tracker/routes/sessions.py:45
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_spanning_goal` without auth dependency — src/lab_tracker/routes/goals.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_supervision_edge` without auth dependency — src/lab_tracker/routes/supervision.py:50
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/supervision.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_visualization` without auth dependency — src/lab_tracker/routes/visualizations.py:55
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/visualizations.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_decision_context` without auth dependency — src/lab_tracker/routes/assistant.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/assistant.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `link_node_to_goal` without auth dependency — src/lab_tracker/routes/goals.py:170
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/goals.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promote_operational_session_to_dataset` without auth dependency — src/lab_tracker/routes/sessions.py:171
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promote_operational_session` without auth dependency — src/lab_tracker/routes/sessions.py:155
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/sessions.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quick_capture_note` without auth dependency — src/lab_tracker/routes/notes.py:116
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refactor_question` without auth dependency — src/lab_tracker/routes/questions.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/questions.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_auth` without auth dependency — src/lab_tracker/routes/auth.py:77
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/auth.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_graph_draft` without auth dependency — src/lab_tracker/routes/graph_drafts.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `revise_graph_draft` without auth dependency — src/lab_tracker/routes/graph_drafts.py:151
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_batch_now` without auth dependency — src/lab_tracker/routes/graph_batches.py:137
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_batches.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_due_batches` without auth dependency — src/lab_tracker/routes/graph_batches.py:161
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_batches.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `share_target_fallback` without auth dependency — src/lab_tracker/app_parts/frontend.py:55
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/app_parts/frontend.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_graph_draft` without auth dependency — src/lab_tracker/routes/graph_drafts.py:121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/graph_drafts.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `transcribe_note` without auth dependency — src/lab_tracker/routes/notes.py:223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_dataset_file` without auth dependency — src/lab_tracker/routes/dataset_files.py:56
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/dataset_files.py:56 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_note_file` without auth dependency — src/lab_tracker/routes/notes.py:75
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/notes.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_visualization_file` without auth dependency — src/lab_tracker/routes/visualizations.py:102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/lab_tracker/routes/visualizations.py:102 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 7 occurrences Foundry mined assumption checks: SamuelBrudner/lab-tracker
Comment chain pattern product: assumption_checks Repo: SamuelBrudner/lab-tracker Thread: SamuelBrudner/lab-tracker#7 Outcome: claimed_resolved_unverified Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifact…
7 occurrences
repo-level (7 hits)
medium Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: SamuelBrudner/lab-tracker
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
medium Security checks quality Practices conf 0.70 5 occurrences Foundry mined unresolved feedback: SamuelBrudner/lab-tracker
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
5 occurrences
repo-level (5 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/lab_tracker/frontend/app.js:2
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/lab_tracker/frontend_src/features/devices.jsx:117
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lab_tracker/frontend/app.js:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lab_tracker/frontend_src/features/analysis/VisualizationDetailCard.jsx:26
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/lab_tracker/frontend_src/shared/api.js:66
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
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 license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/lab_tracker/frontend/app.js:2
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/lab_tracker/frontend/app.js:2 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/lab_tracker/frontend_src/features/devices.jsx:117
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/lab_tracker/frontend_src/features/devices.jsx:117 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/lab_tracker/frontend/app.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/lab_tracker/frontend/app.js:6 Direct innerhtml assignment
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 15 placeholder/mock markers across 7 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 7 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `LAB_TRACKER_ACCESS_TOKEN`, `LAB_TRACKER_BASE_URL`, `LAB_TRACKER_HTTP_TIMEOUT`, `LAB_TRACKER_PASSWORD`, `LAB_TRACKER_PROJECT_ID`, `LAB_TRACKER_USERNAME`, `NODE_ENV`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
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 9 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/lab_tracker/mcp_api_client.py:access_token, src/lab_tracker_client/client.py:access_token This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separ…
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/lab_tracker/mcp_api_client.py:health, src/lab_tracker_client/client.py:health, src/lab_tracker_client/client.py:health This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/lab_tracker/repository.py:query_supervision_edges, src/lab_tracker/sqlalchemy_repository_parts/repository.py:query_supervision_edges, src/lab_tracker/sqlalchemy_repository_parts/supervision.py:query, src/lab_tracker/services/supervision_service.py…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: src/lab_tracker/mcp_api_client.py:list_questions, src/lab_tracker/decision_context_types.py:list_questions, src/lab_tracker/decision_context_query.py:list_questions, src/lab_tracker_client/client.py:list_questions This is *the* AI-coder failure mode …
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: src/lab_tracker/mcp_api_client.py:list_notes, src/lab_tracker/mcp_api_client.py:list_datasets, src/lab_tracker/decision_context_types.py:list_notes, src/lab_tracker/decision_context_types.py:list_datasets This is *the* AI-coder failure mode (4× more …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: src/lab_tracker/repository.py:query_projects, src/lab_tracker/sqlalchemy_repository_parts/repository.py:query_projects, src/lab_tracker/sqlalchemy_repository_parts/core.py:query, src/lab_tracker/sqlalchemy_repository_parts/core.py:query This is *the*…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `expected_legacy` in tests/test_persistence_flows.py:102
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 `model_copy` in src/lab_tracker/services/question_service.py:360
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 `model_copy` in tests/test_project_authorization_policy.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 `model_copy` in tests/test_sqlalchemy_mappers.py:90
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in tests/test_sqlalchemy_repository.py:137
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 30 occurrences Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
12 files, 12 locations
alembic/versions/0001_initial.py:32
alembic/versions/0002_core_entities.py:151
alembic/versions/0003_entity_tag_suggestions.py:45
alembic/versions/0004_claims_visualizations.py:69
alembic/versions/0005_projects_created_by.py:27
alembic/versions/0006_dataset_files.py:43
alembic/versions/0007_dataset_reviews.py:52
alembic/versions/0008_project_review_policy.py:51
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lab_tracker/frontend/app.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `upgrade` (body is just `pass`/`return`) — alembic/versions/0019_merge_daily_reviews_and_project_collaboration.py:14
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /auth/devices/{device_token_id}
`src/lab_tracker/routes/device_auth.py` declares `DELETE /auth/devices/{device_token_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /datasets/{dataset_id}
`src/lab_tracker/routes/datasets.py` declares `DELETE /datasets/{dataset_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /goals/{goal_id}
`src/lab_tracker/routes/goals.py` declares `DELETE /goals/{goal_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /goals/{goal_id}/links/{link_id}
`src/lab_tracker/routes/goals.py` declares `DELETE /goals/{goal_id}/links/{link_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /projects/{project_id}
`src/lab_tracker/routes/projects.py` declares `DELETE /projects/{project_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /projects/{project_id}/members/{user_id:uuid}
`src/lab_tracker/routes/projects.py` declares `DELETE /projects/{project_id}/members/{user_id:uuid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`src/lab_tracker/app_parts/frontend.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app
`src/lab_tracker/app_parts/frontend.py` declares `GET /app` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app/sw.js
`src/lab_tracker/app_parts/frontend.py` declares `GET /app/sw.js` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app/{_path:path}
`src/lab_tracker/app_parts/frontend.py` declares `GET /app/{_path:path}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /auth/devices
`src/lab_tracker/routes/device_auth.py` declares `GET /auth/devices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /batches
`src/lab_tracker/routes/graph_batches.py` declares `GET /batches` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /batches/runs
`src/lab_tracker/routes/graph_batches.py` declares `GET /batches/runs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /batches/{change_set_id:uuid}
`src/lab_tracker/routes/graph_batches.py` declares `GET /batches/{change_set_id:uuid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /datasets
`src/lab_tracker/routes/datasets.py` declares `GET /datasets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /datasets/{dataset_id}
`src/lab_tracker/routes/datasets.py` declares `GET /datasets/{dataset_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /goals
`src/lab_tracker/routes/goals.py` declares `GET /goals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /goals/{goal_id}
`src/lab_tracker/routes/goals.py` declares `GET /goals/{goal_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /ownership-reassignments
`src/lab_tracker/routes/ownership.py` declares `GET /ownership-reassignments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /ownership-reassignments/{reassignment_id:uuid}
`src/lab_tracker/routes/ownership.py` declares `GET /ownership-reassignments/{reassignment_id:uuid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects
`src/lab_tracker/routes/projects.py` declares `GET /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id:uuid}/graph-draft-batch-settings
`src/lab_tracker/routes/graph_batches.py` declares `GET /projects/{project_id:uuid}/graph-draft-batch-settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}
`src/lab_tracker/routes/projects.py` declares `GET /projects/{project_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/goals
`src/lab_tracker/routes/goals.py` declares `GET /projects/{project_id}/goals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/graph
`src/lab_tracker/routes/project_graph.py` declares `GET /projects/{project_id}/graph` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/graph/mermaid
`src/lab_tracker/routes/project_graph.py` declares `GET /projects/{project_id}/graph/mermaid` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/members
`src/lab_tracker/routes/projects.py` declares `GET /projects/{project_id}/members` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/nodes/{entity_type}/{entity_id}/goals
`src/lab_tracker/routes/goals.py` declares `GET /projects/{project_id}/nodes/{entity_type}/{entity_id}/goals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /readiness
`src/lab_tracker/app_parts/observability.py` declares `GET /readiness` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /datasets/{dataset_id}
`src/lab_tracker/routes/datasets.py` declares `PATCH /datasets/{dataset_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /goals/{goal_id}
`src/lab_tracker/routes/goals.py` declares `PATCH /goals/{goal_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /goals/{goal_id}/links/{link_id}
`src/lab_tracker/routes/goals.py` declares `PATCH /goals/{goal_id}/links/{link_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /projects/{project_id:uuid}/graph-draft-batch-settings
`src/lab_tracker/routes/graph_batches.py` declares `PATCH /projects/{project_id:uuid}/graph-draft-batch-settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider remov…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /projects/{project_id}
`src/lab_tracker/routes/projects.py` declares `PATCH /projects/{project_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /projects/{project_id}/members/{user_id:uuid}
`src/lab_tracker/routes/projects.py` declares `PATCH /projects/{project_id}/members/{user_id:uuid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /app/share-target
`src/lab_tracker/app_parts/frontend.py` declares `POST /app/share-target` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /assistant/decision-context
`src/lab_tracker/routes/assistant.py` declares `POST /assistant/decision-context` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/devices/consume
`src/lab_tracker/routes/device_auth.py` declares `POST /auth/devices/consume` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/devices/enrollment
`src/lab_tracker/routes/device_auth.py` declares `POST /auth/devices/enrollment` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/login
`src/lab_tracker/routes/auth.py` declares `POST /auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/register
`src/lab_tracker/routes/auth.py` declares `POST /auth/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /batches/run-due
`src/lab_tracker/routes/graph_batches.py` declares `POST /batches/run-due` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /batches/run-now
`src/lab_tracker/routes/graph_batches.py` declares `POST /batches/run-now` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /datasets
`src/lab_tracker/routes/datasets.py` declares `POST /datasets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /goals
`src/lab_tracker/routes/goals.py` declares `POST /goals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /goals/{goal_id}/links
`src/lab_tracker/routes/goals.py` declares `POST /goals/{goal_id}/links` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ownership-reassignments
`src/lab_tracker/routes/ownership.py` declares `POST /ownership-reassignments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects
`src/lab_tracker/routes/projects.py` declares `POST /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{project_id}/goals
`src/lab_tracker/routes/goals.py` declares `POST /projects/{project_id}/goals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{project_id}/members
`src/lab_tracker/routes/projects.py` declares `POST /projects/{project_id}/members` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/lab_tracker/frontend_src/App.test.jsx (3077 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_graph_drafts.py (1687 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/78fb6279-434b-44f0-b2e3-287fad689cba/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/78fb6279-434b-44f0-b2e3-287fad689cba/

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.