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.

swarupd227/ACE

https://github.com/swarupd227/ACE · scanned 2026-06-16 00:27 UTC (2 months, 2 weeks ago)

172 raw signals (0 security + 172 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 152 of 165 actionable findings. 172 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_concept` without auth dependency — backend/app/routes/ops.py:285
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:285 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_edge` without auth dependency — backend/app/routes/ops.py:332
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:332 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_golden` without auth dependency — backend/app/routes/insights.py:345
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:345 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_guideline` without auth dependency — backend/app/routes/ops.py:394
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:394 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_learning` without auth dependency — backend/app/routes/insights.py:269
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:269 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_modifier` without auth dependency — backend/app/routes/ops.py:614
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:614 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_mue` without auth dependency — backend/app/routes/ops.py:571
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:571 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_ncci` without auth dependency — backend/app/routes/ops.py:515
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:515 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_policy` without auth dependency — backend/app/routes/ops.py:176
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_refcode` without auth dependency — backend/app/routes/ops.py:472
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:472 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_rule` without auth dependency — p2r/backend/app/main.py:492
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:492 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eval_golden_delete` without auth dependency — p2r/backend/app/main.py:581
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:581 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `edit_recommendation` without auth dependency — p2r/backend/app/main.py:216
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:216 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_learning` without auth dependency — backend/app/routes/insights.py:259
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `accept_code` without auth dependency — backend/app/routes/coding.py:251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `acquire_source` without auth dependency — p2r/backend/app/main.py:316
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:316 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_addendum` without auth dependency — backend/app/routes/coding.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_llm_test` without auth dependency — p2r/backend/app/main.py:442
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:442 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_reset_config` without auth dependency — p2r/backend/app/main.py:427
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:427 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_recommendation` without auth dependency — p2r/backend/app/main.py:243
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assign` without auth dependency — backend/app/routes/ops.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cdi_respond` without auth dependency — backend/app/routes/cdi.py:84
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/cdi.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cdi_scan` without auth dependency — backend/app/routes/cdi.py:35
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/cdi.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `code_encounter` without auth dependency — backend/app/routes/coding.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.
backend/app/routes/coding.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_concept` without auth dependency — backend/app/routes/ops.py:249
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_edge` without auth dependency — backend/app/routes/ops.py:308
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:308 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_golden` without auth dependency — backend/app/routes/insights.py:314
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_guideline` without auth dependency — backend/app/routes/ops.py:363
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:363 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_modifier` without auth dependency — backend/app/routes/ops.py:601
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:601 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_mue` without auth dependency — backend/app/routes/ops.py:544
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:544 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_ncci` without auth dependency — backend/app/routes/ops.py:503
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:503 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_policy` without auth dependency — backend/app/routes/ops.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.
backend/app/routes/ops.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_refcode` without auth dependency — backend/app/routes/ops.py:443
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:443 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_rule` without auth dependency — p2r/backend/app/main.py:464
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:464 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_source` without auth dependency — p2r/backend/app/main.py:514
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:514 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `denials_detect` without auth dependency — p2r/backend/app/main.py:354
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `denials_load_sample` without auth dependency — p2r/backend/app/main.py:348
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:348 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `denials_promote` without auth dependency — p2r/backend/app/main.py:386
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `escalate_run` without auth dependency — backend/app/routes/coding.py:97
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:97 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `eval_golden_create` without auth dependency — p2r/backend/app/main.py:571
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:571 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `eval_run` without auth dependency — backend/app/routes/insights.py:530
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:530 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `eval_run` without auth dependency — p2r/backend/app/main.py:593
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:593 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_document` without auth dependency — backend/app/routes/ops.py:704
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:704 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_document` without auth dependency — p2r/backend/app/main.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.
p2r/backend/app/main.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_policy` without auth dependency — p2r/backend/app/main.py:106
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_sample` without auth dependency — p2r/backend/app/main.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.
p2r/backend/app/main.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest` without auth dependency — backend/app/routes/ops.py:682
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:682 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `llm_test` without auth dependency — backend/app/routes/admin.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.
backend/app/routes/admin.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `override_code` without auth dependency — backend/app/routes/coding.py:265
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:265 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_to_ace` without auth dependency — p2r/backend/app/main.py:297
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:297 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reassign_run` without auth dependency — backend/app/routes/coding.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recommend_from_document` without auth dependency — p2r/backend/app/main.py:178
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recommendation_replay` without auth dependency — p2r/backend/app/main.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recommendation_rollback` without auth dependency — p2r/backend/app/main.py:285
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:285 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_config` without auth dependency — backend/app/routes/admin.py:46
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/admin.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rollback_run` without auth dependency — backend/app/routes/coding.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_all` without auth dependency — backend/app/routes/coding.py:173
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/coding.py:173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_seed` without auth dependency — backend/app/routes/admin.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.
backend/app/routes/admin.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `admin_put_config` without auth dependency — p2r/backend/app/main.py:416
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:416 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_config` without auth dependency — backend/app/routes/admin.py:35
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/admin.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_concept` without auth dependency — backend/app/routes/ops.py:269
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:269 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_golden` without auth dependency — backend/app/routes/insights.py:328
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/insights.py:328 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_guideline` without auth dependency — backend/app/routes/ops.py:378
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:378 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_mue` without auth dependency — backend/app/routes/ops.py:557
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:557 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_policy` without auth dependency — backend/app/routes/ops.py:162
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_refcode` without auth dependency — backend/app/routes/ops.py:458
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/ops.py:458 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_rule` without auth dependency — p2r/backend/app/main.py:477
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:477 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_source` without auth dependency — p2r/backend/app/main.py:525
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
p2r/backend/app/main.py:525 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 hardware Security conf 1.00 Dockerfile runs as root: backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: p2r/backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: p2r/frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `/encounter/:id` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/app/main.py:34
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/app/main.py:34 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in p2r/backend/app/main.py:30
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
p2r/backend/app/main.py:30 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in e2e/convert.js:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
e2e/convert.js:2 Node child process
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 65 placeholder/mock markers across 16 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
2 test file(s) for 110 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 5 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ACE_BASE_URL`, `LLM_BASE_URL`, `MODEL_DEFAULT`, `MODEL_HARD`, `P2R_BASE_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:12 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
p2r/frontend/Dockerfile:12 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
p2r/frontend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
p2r/backend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
backend/Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: p2r/backend/app/config_store.py:put, backend/app/config_store.py:set_key This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/app/routes/cdi.py:work, backend/app/routes/coding.py:work, backend/app/routes/coding.py:work This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they'r…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: actor_of
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
p2r/backend/app/main.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: is_cited
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/ir.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: runner
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/routes/_sse.py:19
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deck/build_deck.js:600
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — e2e/convert.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /eval/golden/{case_id}
`p2r/backend/app/main.py` declares `DELETE /eval/golden/{case_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /rule-library/{rule_id}
`p2r/backend/app/main.py` declares `DELETE /rule-library/{rule_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/config
`p2r/backend/app/main.py` declares `GET /admin/config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/llm/status
`p2r/backend/app/main.py` declares `GET /admin/llm/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /audit
`p2r/backend/app/main.py` declares `GET /audit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /deltas
`p2r/backend/app/main.py` declares `GET /deltas` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /denials/remittances
`p2r/backend/app/main.py` declares `GET /denials/remittances` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /denials/signals
`p2r/backend/app/main.py` declares `GET /denials/signals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /denials/signals/{signal_id}/promote/stream
`p2r/backend/app/main.py` declares `GET /denials/signals/{signal_id}/promote/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /documents
`p2r/backend/app/main.py` declares `GET /documents` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /documents/{doc_id}/provisions
`p2r/backend/app/main.py` declares `GET /documents/{doc_id}/provisions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /encounters/{enc_id}/cdi-scan/stream
`backend/app/routes/cdi.py` declares `GET /encounters/{enc_id}/cdi-scan/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /eval/golden
`p2r/backend/app/main.py` declares `GET /eval/golden` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /eval/golden/denials
`p2r/backend/app/main.py` declares `GET /eval/golden/denials` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /eval/history
`p2r/backend/app/main.py` declares `GET /eval/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /eval/run/stream
`p2r/backend/app/main.py` declares `GET /eval/run/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /integration/ace/status
`p2r/backend/app/main.py` declares `GET /integration/ace/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /meta
`p2r/backend/app/main.py` declares `GET /meta` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /payer-master
`p2r/backend/app/main.py` declares `GET /payer-master` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /provisions
`p2r/backend/app/main.py` declares `GET /provisions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /recommendations
`p2r/backend/app/main.py` declares `GET /recommendations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /recommendations/from-document/{doc_id}/stream
`p2r/backend/app/main.py` declares `GET /recommendations/from-document/{doc_id}/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /recommendations/{rec_id}/lineage
`p2r/backend/app/main.py` declares `GET /recommendations/{rec_id}/lineage` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /recommendations/{rec_id}/rule-ir
`p2r/backend/app/main.py` declares `GET /recommendations/{rec_id}/rule-ir` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /rule-library
`p2r/backend/app/main.py` declares `GET /rule-library` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /sources
`p2r/backend/app/main.py` declares `GET /sources` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /sources/{source_id}/acquire/stream
`p2r/backend/app/main.py` declares `GET /sources/{source_id}/acquire/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /recommendations/{rec_id}
`p2r/backend/app/main.py` declares `PATCH /recommendations/{rec_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /admin/config/reset
`p2r/backend/app/main.py` declares `POST /admin/config/reset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /admin/llm/test
`p2r/backend/app/main.py` declares `POST /admin/llm/test` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /denials/detect
`p2r/backend/app/main.py` declares `POST /denials/detect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /denials/load-sample
`p2r/backend/app/main.py` declares `POST /denials/load-sample` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /denials/signals/{signal_id}/promote
`p2r/backend/app/main.py` declares `POST /denials/signals/{signal_id}/promote` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /encounters/{enc_id}/cdi-scan
`backend/app/routes/cdi.py` declares `POST /encounters/{enc_id}/cdi-scan` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /eval/golden
`p2r/backend/app/main.py` declares `POST /eval/golden` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /eval/run
`p2r/backend/app/main.py` declares `POST /eval/run` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ingest/policy
`p2r/backend/app/main.py` declares `POST /ingest/policy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ingest/policy/document
`p2r/backend/app/main.py` declares `POST /ingest/policy/document` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ingest/policy/sample
`p2r/backend/app/main.py` declares `POST /ingest/policy/sample` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recommendations/from-document/{doc_id}
`p2r/backend/app/main.py` declares `POST /recommendations/from-document/{doc_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recommendations/{rec_id}/approve
`p2r/backend/app/main.py` declares `POST /recommendations/{rec_id}/approve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recommendations/{rec_id}/publish-to-ace
`p2r/backend/app/main.py` declares `POST /recommendations/{rec_id}/publish-to-ace` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recommendations/{rec_id}/replay
`p2r/backend/app/main.py` declares `POST /recommendations/{rec_id}/replay` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recommendations/{rec_id}/rollback
`p2r/backend/app/main.py` declares `POST /recommendations/{rec_id}/rollback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rule-library
`p2r/backend/app/main.py` declares `POST /rule-library` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /sources
`p2r/backend/app/main.py` declares `POST /sources` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /sources/{source_id}/acquire
`p2r/backend/app/main.py` declares `POST /sources/{source_id}/acquire` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /admin/config/{key}
`p2r/backend/app/main.py` declares `PUT /admin/config/{key}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /rule-library/{rule_id}
`p2r/backend/app/main.py` declares `PUT /rule-library/{rule_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /sources/{source_id}
`p2r/backend/app/main.py` declares `PUT /sources/{source_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/app/pipeline/orchestrator.py (1286 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/seed/charts.py (1373 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/seed/reference_data.py (3418 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/pages/EncounterDetail.tsx (1078 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: generate-demo-doc.mjs (1051 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/6fdfa0a9-bc3b-4fa6-9c48-2b298f406ca2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6fdfa0a9-bc3b-4fa6-9c48-2b298f406ca2/

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.