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.

vladenisov/tripl

https://github.com/vladenisov/tripl · scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)

279 raw signals (4 security + 275 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 222 actionable findings from 2 signal sources. 58 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 69.2/100 with 100.0% coverage. It contains 3617 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 275 findings — concentrated in security (87), quality (71), api (50). Risk profile is high: 0 critical, 86 high, 29 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 179 of 222 actionable findings. 280 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 Quality conf 0.76 Foundry mined schema ui api mismatch: vladenisov/tripl
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: supported_by_verification_signal Repo…
high System graph security auth conf 1.00 FastAPI DELETE `delete_alert_destination` without auth dependency — backend/src/tripl/api/v1/alerting.py:89
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_alert_rule` without auth dependency — backend/src/tripl/api/v1/alerting.py:162
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_branch_resolution` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:207
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_branch` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:64
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_chart_annotation` without auth dependency — backend/src/tripl/api/v1/chart_annotations.py:64
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/chart_annotations.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_comment` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:171
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_data_source` without auth dependency — backend/src/tripl/api/v1/data_sources.py:70
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/data_sources.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_event_photo` without auth dependency — backend/src/tripl/api/v1/event_photos.py:89
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_photos.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_event_type` without auth dependency — backend/src/tripl/api/v1/event_types.py:80
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_types.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_event` without auth dependency — backend/src/tripl/api/v1/events.py:161
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_field` without auth dependency — backend/src/tripl/api/v1/fields.py:120
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/fields.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_meta_field` without auth dependency — backend/src/tripl/api/v1/meta_fields.py:65
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/meta_fields.py:65 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_photo_comment` without auth dependency — backend/src/tripl/api/v1/event_photos.py:179
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_photos.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_project` without auth dependency — backend/src/tripl/api/v1/projects.py:52
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/projects.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_relation` without auth dependency — backend/src/tripl/api/v1/relations.py:42
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/relations.py:42 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_scan_config` without auth dependency — backend/src/tripl/api/v1/scans.py:104
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/scans.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_variable` without auth dependency — backend/src/tripl/api/v1/variables.py:79
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/variables.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_owner` without auth dependency — backend/src/tripl/api/v1/event_type_owners.py:46
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_type_owners.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_reviewer` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:130
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_api_key` without auth dependency — backend/src/tripl/api/v1/api_keys.py:80
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/api_keys.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `move_event` without auth dependency — backend/src/tripl/api/v1/events.py:146
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_service_settings` without auth dependency — backend/src/tripl/api/v1/app_settings.py:53
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/app_settings.py:53 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `reorder_event_photos` without auth dependency — backend/src/tripl/api/v1/event_photos.py:76
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_photos.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `reorder_events` without auth dependency — backend/src/tripl/api/v1/events.py:104
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `reorder_fields` without auth dependency — backend/src/tripl/api/v1/fields.py:79
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/fields.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_alert_destination` without auth dependency — backend/src/tripl/api/v1/alerting.py:67
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_alert_rule` without auth dependency — backend/src/tripl/api/v1/alerting.py:136
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_data_source` without auth dependency — backend/src/tripl/api/v1/data_sources.py:50
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/data_sources.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_event_type` without auth dependency — backend/src/tripl/api/v1/event_types.py:57
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_types.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_event` without auth dependency — backend/src/tripl/api/v1/events.py:129
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_field` without auth dependency — backend/src/tripl/api/v1/fields.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.
backend/src/tripl/api/v1/fields.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_meta_field` without auth dependency — backend/src/tripl/api/v1/meta_fields.py:42
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/meta_fields.py:42 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_project_anomaly_settings` without auth dependency — backend/src/tripl/api/v1/project_anomaly_settings.py:23
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/project_anomaly_settings.py:23 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_project` without auth dependency — backend/src/tripl/api/v1/projects.py:43
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/projects.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_scan_config` without auth dependency — backend/src/tripl/api/v1/scans.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.
backend/src/tripl/api/v1/scans.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_user_role` without auth dependency — backend/src/tripl/api/v1/users.py:24
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/users.py:24 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_variable` without auth dependency — backend/src/tripl/api/v1/variables.py:56
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/variables.py:56 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `accept_shadow_event` without auth dependency — backend/src/tripl/api/v1/reconciliation.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.
backend/src/tripl/api/v1/reconciliation.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_owner` without auth dependency — backend/src/tripl/api/v1/event_type_owners.py:22
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_type_owners.py:22 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_reviewer` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_alert_inbox_action` without auth dependency — backend/src/tripl/api/v1/alerting.py:263
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:263 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_scan_event_groups` without auth dependency — backend/src/tripl/api/v1/scans.py:135
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/scans.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_schema_drift_action` without auth dependency — backend/src/tripl/api/v1/event_types.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_types.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ask_plan` without auth dependency — backend/src/tripl/api/v1/ai.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.
backend/src/tripl/api/v1/ai.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `attach_figma_spec` without auth dependency — backend/src/tripl/api/v1/event_photos.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_photos.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_create_events` without auth dependency — backend/src/tripl/api/v1/events.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_create_fields` without auth dependency — backend/src/tripl/api/v1/fields.py:53
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/fields.py:53 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_delete_events` without auth dependency — backend/src/tripl/api/v1/events.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.
backend/src/tripl/api/v1/events.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_update_events` without auth dependency — backend/src/tripl/api/v1/events.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_scan_job` without auth dependency — backend/src/tripl/api/v1/scans.py:191
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/scans.py:191 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_alert_destination` without auth dependency — backend/src/tripl/api/v1/alerting.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.
backend/src/tripl/api/v1/alerting.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_alert_rule` without auth dependency — backend/src/tripl/api/v1/alerting.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.
backend/src/tripl/api/v1/alerting.py:110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_api_key` without auth dependency — backend/src/tripl/api/v1/api_keys.py:32
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/api_keys.py:32 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_branch` without auth dependency — backend/src/tripl/api/v1/plan_branches.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.
backend/src/tripl/api/v1/plan_branches.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_chart_annotation` without auth dependency — backend/src/tripl/api/v1/chart_annotations.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.
backend/src/tripl/api/v1/chart_annotations.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_comment` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_data_source` without auth dependency — backend/src/tripl/api/v1/data_sources.py:26
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/data_sources.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_demo_project` without auth dependency — backend/src/tripl/api/v1/projects.py:28
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/projects.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_event_type` without auth dependency — backend/src/tripl/api/v1/event_types.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.
backend/src/tripl/api/v1/event_types.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_event` without auth dependency — backend/src/tripl/api/v1/events.py:62
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/events.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_field` without auth dependency — backend/src/tripl/api/v1/fields.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.
backend/src/tripl/api/v1/fields.py:30 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_meta_field` without auth dependency — backend/src/tripl/api/v1/meta_fields.py:20
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/meta_fields.py:20 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_photo_comment` without auth dependency — backend/src/tripl/api/v1/event_photos.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/event_photos.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project` without auth dependency — backend/src/tripl/api/v1/projects.py:18
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/projects.py:18 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_relation` without auth dependency — backend/src/tripl/api/v1/relations.py:20
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/relations.py:20 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_revision` without auth dependency — backend/src/tripl/api/v1/plan_revisions.py:18
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_revisions.py:18 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_scan_config` without auth dependency — backend/src/tripl/api/v1/scans.py:28
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/scans.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_variable` without auth dependency — backend/src/tripl/api/v1/variables.py:24
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/variables.py:24 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `describe_event_type` without auth dependency — backend/src/tripl/api/v1/ai.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.
backend/src/tripl/api/v1/ai.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `describe_event` without auth dependency — backend/src/tripl/api/v1/ai.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.
backend/src/tripl/api/v1/ai.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_shadow_event` without auth dependency — backend/src/tripl/api/v1/reconciliation.py:60
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/reconciliation.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_events_window_metrics` without auth dependency — backend/src/tripl/api/v1/metrics.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.
backend/src/tripl/api/v1/metrics.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merge_branch` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:218
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:218 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_scan_config` without auth dependency — backend/src/tripl/api/v1/scans.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/scans.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `query_active_signals` without auth dependency — backend/src/tripl/api/v1/metrics.py:163
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/metrics.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reindex_project_search` without auth dependency — backend/src/tripl/api/v1/search.py:35
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/search.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `replay_scan_metrics` without auth dependency — backend/src/tripl/api/v1/scans.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.
backend/src/tripl/api/v1/scans.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_scan` without auth dependency — backend/src/tripl/api/v1/scans.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.
backend/src/tripl/api/v1/scans.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_branch_resolution` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `simulate_alert_rule` without auth dependency — backend/src/tripl/api/v1/alerting.py:188
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/alerting.py:188 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_ai_settings` without auth dependency — backend/src/tripl/api/v1/app_settings.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/app_settings.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_data_source_connection` without auth dependency — backend/src/tripl/api/v1/data_sources.py:89
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/data_sources.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `transition_branch` without auth dependency — backend/src/tripl/api/v1/plan_branches.py:84
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/plan_branches.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_event_photo` without auth dependency — backend/src/tripl/api/v1/event_photos.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.
backend/src/tripl/api/v1/event_photos.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_ai_settings` without auth dependency — backend/src/tripl/api/v1/app_settings.py:82
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/app_settings.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_service_settings` without auth dependency — backend/src/tripl/api/v1/app_settings.py:65
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/tripl/api/v1/app_settings.py:65 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 2 occurrences Foundry mined assumption checks: vladenisov/tripl
Comment chain pattern product: assumption_checks Repo: vladenisov/tripl Thread: vladenisov/tripl#2 Outcome: ambiguous_needs_more_evidence Thread label: thread_needs_classification Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_verific…
2 occurrences
repo-level (2 hits)
medium Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: vladenisov/tripl
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 Foundry mined unresolved feedback: vladenisov/tripl
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: supp…
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/api/eventPhotos.ts:17
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: .claude/settings.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.
.claude/settings.json VerificationClaude instruction
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, ci. 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: backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 3 occurrences Frontend route `/p/:slug/events/:tab/:eventId` has no Link/navigate to it — frontend/src/pages/EventsPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
3 occurrences
repo-level (3 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/p/:slug/monitoring/:scope/:id` has no Link/navigate to it — frontend/src/pages/MonitoringDetailPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 3 occurrences Frontend route `/p/:slug/monitoring` has no Link/navigate to it — frontend/src/components/command-palette.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
3 occurrences
repo-level (3 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/p/:slug/monitors` has no Link/navigate to it — frontend/src/pages/MonitorsPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/p/:slug/overview` has no Link/navigate to it — frontend/src/pages/OverviewPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 3 occurrences Frontend route `/p/:slug/settings/:tab/:itemId` has no Link/navigate to it — frontend/src/pages/ProjectSettingsPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
3 occurrences
repo-level (3 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 7 occurrences Frontend route `/settings/:tab` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
7 occurrences
repo-level (7 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/settings/data-sources/:dsId` has no Link/navigate to it — frontend/src/pages/DataSourcesPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 106 placeholder/mock markers across 38 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.24
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:35 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.14-trixie-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
backend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:26-trixie-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.14-slim-trixie
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
backend/Dockerfile:25 containersPinned dependencies
low System graph quality Tests conf 1.00 Low test-to-source ratio
72 tests / 462 src (ratio 0.16).
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 10 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/alembic/versions/e4f5a6b7c8d9_convert_string_columns_to_enums.py:downgrade, backend/alembic/versions/f5a6b7c8d9e0_convert_remaining_string_columns_to_enums.py:downgrade This is *the* AI-coder failure mode (4× more duplication in vibe-coded re…
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/src/tripl/anomaly_context.py:load_top_movers, backend/src/tripl/anomaly_context.py:load_recent_metric_points, backend/src/tripl/anomaly_context.py:build_alert_item_context This is *the* AI-coder failure mode (4× more duplication in vibe-coded…
10 occurrences
repo-level (10 hits)
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 `_event_copy` in backend/src/tripl/services/activity_service.py:242
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 backend/src/tripl/services/project_service.py:384
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `never_seen_old` in backend/src/tripl/tests/test_reconciliation.py:262
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: do_run_migrations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/env.py:32
low System graph software Dead code conf 1.00 14 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
backend/alembic/versions/2c3d4e5f6071_add_scan_config_replay_chunk_interval.py:27
backend/alembic/versions/3d4e5f607182_add_webhook_alert_destination_fields.py:35
backend/alembic/versions/5f6e7d8c9b0a_add_pg_trgm_gin_indexes_for_events.py:42
backend/alembic/versions/6071829305a1_add_email_alert_destination_fields.py:38
backend/alembic/versions/93050ed42d05_add_plan_branch_merge_resolutions.py:55
backend/alembic/versions/af42585c6630_initial_schema.py:537
backend/alembic/versions/b8c9d0e1f2a3_add_alert_rule_ai_explanation.py:32
backend/alembic/versions/c3d4e5f6a7b8_add_scan_job_cancelled_and_task_id.py:33
low System graph software Dead code conf 1.00 15 occurrences Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
12 files, 12 locations
backend/alembic/versions/2c3d4e5f6071_add_scan_config_replay_chunk_interval.py:20
backend/alembic/versions/3d4e5f607182_add_webhook_alert_destination_fields.py:20
backend/alembic/versions/5f6e7d8c9b0a_add_pg_trgm_gin_indexes_for_events.py:24
backend/alembic/versions/6071829305a1_add_email_alert_destination_fields.py:23
backend/alembic/versions/93050ed42d05_add_plan_branch_merge_resolutions.py:22
backend/alembic/versions/af42585c6630_initial_schema.py:20
backend/alembic/versions/b8c9d0e1f2a3_add_alert_rule_ai_explanation.py:20
backend/alembic/versions/c3d4e5f6a7b8_add_scan_job_cancelled_and_task_id.py:20
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 api Wiring conf 1.00 Unused endpoint: DELETE /{key_id}
`backend/src/tripl/api/v1/api_keys.py` declares `DELETE /{key_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 /{owner_id}
`backend/src/tripl/api/v1/event_type_owners.py` declares `DELETE /{owner_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 /{photo_id}
`backend/src/tripl/api/v1/event_photos.py` declares `DELETE /{photo_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 /{scan_id}
`backend/src/tripl/api/v1/scans.py` declares `DELETE /{scan_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 /{slug}
`backend/src/tripl/api/v1/projects.py` declares `DELETE /{slug}` 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 /{variable_id}
`backend/src/tripl/api/v1/variables.py` declares `DELETE /{variable_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 /
`backend/src/tripl/api/v1/projects.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 /coverage
`backend/src/tripl/api/v1/reconciliation.py` declares `GET /coverage` 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 /dead-events
`backend/src/tripl/api/v1/reconciliation.py` declares `GET /dead-events` 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 /me
`backend/src/tripl/api/v1/auth.py` declares `GET /me` 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 /preview-jobs/{job_id}
`backend/src/tripl/api/v1/scans.py` declares `GET /preview-jobs/{job_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/{slug}/anomalies/signals
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/anomalies/signals` 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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/distribution-drifts
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/distribution-drifts` 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: GET /projects/{slug}/event-types/{event_type_id}/metrics
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/event-types/{event_type_id}/metrics` 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 d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/events-metrics
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/events-metrics` 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: GET /projects/{slug}/events/{event_id}/metrics
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/events/{event_id}/metrics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/events/{event_id}/metrics/breakdowns
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/events/{event_id}/metrics/breakdowns` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/metrics/total
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/metrics/total` 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: GET /projects/{slug}/scans/{scan_config_id}/app-versions
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/app-versions` 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 d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/scans/{scan_config_id}/breakdown-timeline
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/breakdown-timeline` 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/{slug}/scans/{scan_config_id}/release-regressions
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/release-regressions` 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 removi…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/scans/{scan_config_id}/seasonality
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/seasonality` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/scans/{scan_config_id}/top-movers
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/top-movers` 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 doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}/scans/{scan_config_id}/version-adoption
`backend/src/tripl/api/v1/metrics.py` declares `GET /projects/{slug}/scans/{scan_config_id}/version-adoption` 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 /shadow-events
`backend/src/tripl/api/v1/reconciliation.py` declares `GET /shadow-events` 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 /{photo_id}/file
`backend/src/tripl/api/v1/event_photos.py` declares `GET /{photo_id}/file` 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 /{scan_id}
`backend/src/tripl/api/v1/scans.py` declares `GET /{scan_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 /{scan_id}/jobs
`backend/src/tripl/api/v1/scans.py` declares `GET /{scan_id}/jobs` 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 /{scan_id}/jobs/{job_id}
`backend/src/tripl/api/v1/scans.py` declares `GET /{scan_id}/jobs/{job_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 /{slug}
`backend/src/tripl/api/v1/projects.py` declares `GET /{slug}` 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 /{variable_id}/values
`backend/src/tripl/api/v1/variables.py` declares `GET /{variable_id}/values` 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 /reorder
`backend/src/tripl/api/v1/event_photos.py` declares `PATCH /reorder` 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 /{scan_id}
`backend/src/tripl/api/v1/scans.py` declares `PATCH /{scan_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 /{slug}
`backend/src/tripl/api/v1/projects.py` declares `PATCH /{slug}` 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 /{variable_id}
`backend/src/tripl/api/v1/variables.py` declares `PATCH /{variable_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: POST /
`backend/src/tripl/api/v1/projects.py` declares `POST /` 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 /demo
`backend/src/tripl/api/v1/projects.py` declares `POST /demo` 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 /figma
`backend/src/tripl/api/v1/event_photos.py` declares `POST /figma` 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 /login
`backend/src/tripl/api/v1/auth.py` declares `POST /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 /logout
`backend/src/tripl/api/v1/auth.py` declares `POST /logout` 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 /preview
`backend/src/tripl/api/v1/scans.py` declares `POST /preview` 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/{slug}/anomalies/signals/query
`backend/src/tripl/api/v1/metrics.py` declares `POST /projects/{slug}/anomalies/signals/query` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/events/window-metrics
`backend/src/tripl/api/v1/metrics.py` declares `POST /projects/{slug}/events/window-metrics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /register
`backend/src/tripl/api/v1/auth.py` declares `POST /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 /shadow-events/{candidate_id}/accept
`backend/src/tripl/api/v1/reconciliation.py` declares `POST /shadow-events/{candidate_id}/accept` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /shadow-events/{candidate_id}/dismiss
`backend/src/tripl/api/v1/reconciliation.py` declares `POST /shadow-events/{candidate_id}/dismiss` 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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{scan_id}/event-groups/apply
`backend/src/tripl/api/v1/scans.py` declares `POST /{scan_id}/event-groups/apply` 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 /{scan_id}/jobs/{job_id}/cancel
`backend/src/tripl/api/v1/scans.py` declares `POST /{scan_id}/jobs/{job_id}/cancel` 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: POST /{scan_id}/metrics/replay
`backend/src/tripl/api/v1/scans.py` declares `POST /{scan_id}/metrics/replay` 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 /{scan_id}/run
`backend/src/tripl/api/v1/scans.py` declares `POST /{scan_id}/run` 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 quality Complexity conf 1.00 Very large file: backend/src/tripl/tests/test_alerting.py (3175 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/src/tripl/tests/test_metrics_api.py (1545 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/src/tripl/tests/test_metrics_tasks.py (3597 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/pages/ProjectSettingsPage.test.tsx (1576 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/62d606a7-b5fb-4ec9-9ce8-cdd130df373f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/62d606a7-b5fb-4ec9-9ce8-cdd130df373f/

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.