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.

dbower44022/crmbuilder

https://github.com/dbower44022/crmbuilder · scanned 2026-06-17 01:56 UTC (1 month, 1 week ago)

845 raw signals (0 security + 845 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -4.0 (diff) · 829 actionable findings from 1 signal source. 16 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 72.7/100 with 100.0% coverage. It contains 16459 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 845 findings — concentrated in quality (660), security (154), software (29). Risk profile is high: 0 critical, 151 high, 14 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 FastAPI DELETE `delete_attribute` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:178
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_by_id` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/references.py:71
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/references.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_entity` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:142
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_term` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:54
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:54 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:109
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:154
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:122
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:57
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:103
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:114
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:132
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:152
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:113
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:177
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:136
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:107
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:152
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:126
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:118
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:119
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:47
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:137
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:49
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:113
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:158
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_token` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:166
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `make_version_current` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/charter.py:51
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/charter.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `make_version_current` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/status.py:51
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/status.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_attribute` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:169
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:169 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_entity` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:135
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:142
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:115
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:107
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:91
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:91 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:103
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:120
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:140
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:140
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:162
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:123
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:140
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:113
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:103
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:122
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:100
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:100 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_term` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:46
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:40
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:40
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:40
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_version` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:139
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assign_role` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:112
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:112 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `claim` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:57
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `claim` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_phase` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:148
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:148 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_attribute` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_entity` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_principal` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:96
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_signoff` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/review.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/review.py:53 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_term` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:40
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/terms.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:76
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/deposit_events.py:44
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/deposit_events.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:87
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:87 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/field.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:44
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/references.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/references.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/risks.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/topics.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/utilization_evidence.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/utilization_evidence.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `decompose` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:92
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/references.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/references.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disable_principal` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dispatch` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gap_check` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:105
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mint_agent` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mint_token` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:150
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:150 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `release` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `release` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reserve` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/identifiers.py:15
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/identifiers.py:15 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:115
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:160
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:138
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:138 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/field.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:159
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:183
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:183 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:132
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.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.
crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:143
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:164
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `scope` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_execution` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:138
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:138 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/charter.py:45
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/charter.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:76
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:120
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:95
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:91
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:91 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:74
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:88
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:103
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:122
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:83
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:120
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:140
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:106
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:116
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/processes.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:95
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/projects.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:84
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/reference_books.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:88
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/requirements.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:98
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/sessions.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/status.py:45
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/status.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:80
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tasks.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:79
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/work_tickets.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:80
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/workstreams.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_attribute` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:159
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_entity` without auth dependency — crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:127
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:127 securityAuth fastapi unauth mutation
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 security security conf 1.00 Insecure pattern 'weak_hash' in automation/core/deployment/recovery_ssh.py:78
Found a known-risky pattern (weak_hash). Review and replace if possible.
automation/core/deployment/recovery_ssh.py:78 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in PRDs/product/crmbuilder-v2/close-out-payloads/ses_074.json:99
Found a known-risky pattern (weak_hash). Review and replace if possible.
PRDs/product/crmbuilder-v2/close-out-payloads/ses_074.json:99 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in PRDs/product/crmbuilder-v2/close-out-payloads/ses_103.json:95
Found a known-risky pattern (weak_hash). Review and replace if possible.
PRDs/product/crmbuilder-v2/close-out-payloads/ses_103.json:95 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — automation/docgen/git_ops.py:4
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — automation/ui/deployment/audit_entry.py:578
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/scripts/enumerate_commits.py:79
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/scripts/finish_pi061_on_main.py:52
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/scripts/orchestrator/run.py:124
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/scripts/seed_ado_e2e.py:89
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/src/crmbuilder_v2/runtime/ado_runtime.py:390
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — crmbuilder-v2/src/crmbuilder_v2/runtime/coordinating_runtime.py:326
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 264 placeholder/mock markers across 83 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 588 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 quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: automation/importer/mappers/domain_reconciliation.py:map_payload, automation/importer/mappers/__init__.py:map_payload, automation/importer/mappers/yaml_generation.py:map_payload, automation/importer/mappers/process_definition.py:map_payload This is *…
duplicatesduplication
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: automation/core/deployment/extension_ssh.py:phase_pre_check, automation/core/deployment/extension_ssh.py:phase_verify This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or do…
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: automation/ui/deployment/output_entry.py:refresh, automation/ui/deployment/verify_entry.py:refresh, automation/ui/deployment/deploy_entry.py:refresh This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-c…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: automation/ui/deployment/reconcile_entry.py:refresh, automation/ui/deployment/configure_entry.py:refresh, automation/ui/deployment/audit_entry.py:refresh, automation/ui/deployment/run_history_entry.py:refresh This is *the* AI-coder failure mode (4× m…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_client_v1` in tests/db/test_client_migrations.py:15
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 `_client_v1` in tests/db/test_client_v9_migration.py:210
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 `_master_v1` in automation/db/migrations.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_master_v2` in tests/db/test_master_migrations.py:4
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 `COld` in tests/test_data_profiler.py:397
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 `crmbuilder_v2` in crmbuilder-v2/migrations/env.py:3
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 `crmbuilder_v2` in crmbuilder-v2/migrations/pg/env.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0001_pg_baseline.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0003_pi_gamma_principals_tokens_roles.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0005_pi_122_registry_catalog_entities.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0006_pi_122_registry_binding_edges.py:11
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 `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0007_pi_134_findings_entity.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0008_pi_153_rejected_and_utilization_evidence.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0009_wtk_089_deposit_event_kind.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0010_wtk_106_migration_mapping_entity.py:24
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 `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0011_requirements_provenance.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0012_planning_item_implements_requirement.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/pg/versions/0013_review_signoffs.py:15
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 `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0004_catalog_seed.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0024_pi_076_planning_item_area.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0043_pi_122_registry_catalog_entities.py:24
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 `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0044_pi_122_registry_binding_edges.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0045_pi_134_findings_entity.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0046_pi_153_rejected_and_utilization_evidence.py:35
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 `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0047_wtk_089_deposit_event_kind.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0048_wtk_106_migration_mapping_entity.py:36
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0049_requirements_provenance.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0050_planning_item_implements_requirement.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/migrations/versions/0051_review_signoffs.py:19
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 `crmbuilder_v2` in crmbuilder-v2/scripts/apply_close_out.py:69
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 `crmbuilder_v2` in crmbuilder-v2/scripts/backfill_pi_083_area.py:42
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 `crmbuilder_v2` in crmbuilder-v2/scripts/closeout_validator.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/scripts/demo_pi133_migration_lock.py:22
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 `crmbuilder_v2` in crmbuilder-v2/scripts/demo_pi134_reconciliation_gate.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/_helpers.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/change_log.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/coverage.py:15
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/db.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/engagement.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/engagement_scope.py:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/entity_summary.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/evidence_projection.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/models.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/orchestration.py:24
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/principal.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/principal_scope.py:3
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/rbac.py:6
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/readability.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/_governance.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/_registry.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/_rejection.py:35
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/agent_profiles.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/catalog/__init__.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/catalog/read.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/catalog/write.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/charter.py:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/close_out_payloads.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/commits.py:19
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/conversations.py:42
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/crm_candidate.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/decisions.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/decomposition.py:24
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/deposit_events.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/domain.py:32
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/engagement_areas.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/entity.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/field.py:57
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/findings.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/governance_rules.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/identifier_reservations.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/lead.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/learnings.py:22
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/manual_config.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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/migration_mapping.py:66
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/persona.py:49
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/planning_items.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/pm.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/process.py:51
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/projects.py:22
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/reference_books.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/references.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/registry_lifecycle.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/registry_resolver.py:31
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/registry_seed.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/requirement.py:54
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/review_signoffs.py:5
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/risks.py:11
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/scoping.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/sessions.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/skills.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/status.py:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/terms.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/test_spec.py:63
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/topics.py:11
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/utilization_evidence.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/work_tasks.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/work_tickets.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/repositories/workstreams.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/access/review.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/adapters/__init__.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/adapters/source_store.py:46
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/adapters/spreadsheet.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/deps.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/errors.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/main.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/principal_deps.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/principal_middleware.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/admin.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/catalog.py:11
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/charter.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/close_out_payloads.py:11
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/commits.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/conversations.py:22
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/coverage.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/crm_candidates.py:5
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/decisions.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/deposit_events.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/domains.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/engagements.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/entities.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/field.py:5
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/findings.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/health.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/identifiers.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/manual_configs.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/migration_mappings.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/orchestration.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/orientation.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/persona.py:4
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/planning_items.py:7
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 `crmbuilder_v2` in crmbuilder-v2/src/crmbuilder_v2/api/routers/principals.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code

Showing first 300 of 729. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/907b28b4-0574-43f3-86d5-532b56cae079/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/907b28b4-0574-43f3-86d5-532b56cae079/

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.