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.

zxR363/hukgo

https://github.com/zxR363/hukgo · scanned 2026-06-16 01:15 UTC (2 months, 1 week ago)

332 raw signals (0 security + 332 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 312 actionable findings from 1 signal source. 20 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 52.4/100 with 100.0% coverage. It contains 13865 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 332 findings — concentrated in quality (205), api (50), security (48). Risk profile is high: 4 critical, 25 high, 29 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 241 of 312 actionable findings. 332 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.

critical System graph security Secrets conf 1.00 Possible secret in hukuk/Arch/modules/search/bm25.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hukuk/Arch/modules/search/bm25.py:123
critical System graph security Secrets conf 1.00 Possible secret in hukuk/fileSearchHukuk_V421.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hukuk/fileSearchHukuk_V421.py:16357
critical System graph security Secrets conf 1.00 Possible secret in hukuk/fileSearchHukuk_V422.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hukuk/fileSearchHukuk_V422.py:16470
critical System graph security Secrets conf 1.00 Possible secret in hukuk/fileSearchHukuk_V423.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hukuk/fileSearchHukuk_V423.py:16506
high System graph security auth conf 1.00 FastAPI DELETE `delete_analysis` without auth dependency — hukuk/web/main.py:1225
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1225 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_analyze_submit_job` without auth dependency — hukuk/web/main.py:759
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:759 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_analyze` without auth dependency — hukuk/web/main.py:719
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:719 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_chat_clear_session` without auth dependency — hukuk/web/main.py:1117
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1117 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_chat_new_session` without auth dependency — hukuk/web/main.py:1085
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1085 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_chat_pin_docs` without auth dependency — hukuk/web/main.py:1107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_chat_turn` without auth dependency — hukuk/web/main.py:1126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_retrieve` without auth dependency — hukuk/web/main.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.
hukuk/web/main.py:601 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_simulate_submit_job` without auth dependency — hukuk/web/main.py:667
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:667 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_simulate` without auth dependency — hukuk/web/main.py:626
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:626 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `arch_trends` without auth dependency — hukuk/web/main.py:1078
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1078 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `attach_debug_browser` without auth dependency — hukuk/web/uyap_avukat_api.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_avukat_api.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_document_text` without auth dependency — hukuk/web/main.py:536
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:536 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `forgot_password` without auth dependency — hukuk/web/auth/router.py:387
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/auth/router.py:387 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_notification_read` without auth dependency — hukuk/web/uyap_avukat_api.py:532
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_avukat_api.py:532 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_icra_evrak_indir` without auth dependency — hukuk/web/uyap_avukat_api.py:663
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_avukat_api.py:663 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `proxy_uyap_request` without auth dependency — hukuk/web/uyap_avukat_api.py:189
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_avukat_api.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_password` without auth dependency — hukuk/web/auth/router.py:455
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/auth/router.py:455 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_analysis` without auth dependency — hukuk/web/main.py:1203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:1203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_evaluate` without auth dependency — hukuk/web/main.py:475
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:475 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_search` without auth dependency — hukuk/web/main.py:462
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/main.py:462 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `uyap_pdf_post` without auth dependency — hukuk/web/uyap_api.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_api.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `uyap_search` without auth dependency — hukuk/web/uyap_api.py:55
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/uyap_api.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_email` without auth dependency — hukuk/web/auth/router.py:262
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
hukuk/web/auth/router.py:262 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in readAgent/README.md:75
Found a known-risky pattern (eval_used). Review and replace if possible.
readAgent/README.md:75 Eval used
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: hukuk/Arch/sources/uyap/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
hukuk/Arch/sources/uyap/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/hukuki_asistan.html:303
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/hukuki_asistan.html:303 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/index.html:798
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/index.html:798 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/report.html:1210
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/report.html:1210 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/uets.html:416
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/uets.html:416 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/uyap.html:389
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/uyap.html:389 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hukuk/web/static/uyap_avukat.html:568
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hukuk/web/static/uyap_avukat.html:568 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_REFINEMENT_2026-05-15/hukuki_asistan.html:306
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_REFINEMENT_2026-05-15/hukuki_asistan.html:306 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_REFINEMENT_2026-05-15/index.html:797
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_REFINEMENT_2026-05-15/index.html:797 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_REFINEMENT_2026-05-15/report.html:1195
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_REFINEMENT_2026-05-15/report.html:1195 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_REFINEMENT_2026-05-15/uyap.html:390
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_REFINEMENT_2026-05-15/uyap.html:390 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_TEMP_2026-05-15/analiz-gecmisi-preview/report-analiz-gecmisi.html:1273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_TEMP_2026-05-15/analiz-gecmisi-preview/report-analiz-gecmisi.html:1273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Todo/Codex/UI_UX_TEMP_2026-05-15/karar-takibi-preview/report-karar-takibi.html:1191
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Todo/Codex/UI_UX_TEMP_2026-05-15/karar-takibi-preview/report-karar-takibi.html:1191 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in hukuk/web/static/login.html:128
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
hukuk/web/static/login.html:128 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — legal_agent/scripts/otonom_loop.py:315
`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 — Todo/Result/_run_dcp_claim_alignment_shadow_audit.py:22
`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 — Todo/Result/_run_dcp_claim_partition_adjudication_audit.py:22
`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 — Todo/Result/_run_pr829_pre_ow_smoke_audit.py:29
`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 — Todo/Result/_run_rc2b_artifact_audit.py:31
`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 — Todo/Result/_run_rc2b_provider_calibration.py:29
`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 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 164 placeholder/mock markers across 49 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 network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
hukuk/docker-compose.yml Ports
medium System graph network Security conf 1.00 Privileged port 128 in use
Port 128 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
hukuk/docker-compose.yml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
hukuk/Arch/scripts/nightly_retrieval_eval.sh Ports
medium System graph network Security conf 1.00 Privileged port 3 in use
Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
hukuk/Arch/scripts/nightly_retrieval_eval.sh Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
hukuk/Arch/scripts/weekly_payload_integrity.sh Ports
low System graph quality Integrity conf 1.00 247 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANAYASA_ENABLED`, `ANAYASA_FETCH_MODE`, `ANAYASA_SEARCH_URL`, `ARCH_ACCEPTANCE_TARGET_SLOT`, `ARCH_ANALYZE_DISABLE_CELERY`, `ARCH_AUTO_INDEXING_AT_STARTUP`, `ARCH_AUTO_RECONCILE_ON_HEALTH`, `ARCH_CANONICAL_MIN_ARTICLE_COUNT` + 239 more. Add them (…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 2207 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 security security conf 1.00 Insecure pattern 'debug_true' in hukuk/Arch/pipeline/manager.py:2906
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/Arch/pipeline/manager.py:2906 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in hukuk/fileSearchHukuk_V366.py:7584
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/fileSearchHukuk_V366.py:7584 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in hukuk/fileSearchHukuk_V370.py:7702
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/fileSearchHukuk_V370.py:7702 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in hukuk/fileSearchHukuk_V421.py:8667
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/fileSearchHukuk_V421.py:8667 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in hukuk/fileSearchHukuk_V422.py:8753
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/fileSearchHukuk_V422.py:8753 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in hukuk/fileSearchHukuk_V423.py:8759
Found a known-risky pattern (debug_true). Review and replace if possible.
hukuk/fileSearchHukuk_V423.py:8759 Debug true
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: Todo/Result/_run_adjudicated_competence_posture_audit.py:result_path, Todo/Result/_run_procedural_mention_audit.py:result_path This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolid…
17 occurrences
repo-level (17 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: doc_agent/clients/danistay_client.py:close, doc_agent/clients/aym_client.py:close, doc_agent/clients/yargitay_client.py:close This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolida…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: hukuk/fileSearchHukuk_V366.py:evidence_non_linear_boost, hukuk/fileSearchHukuk_V370.py:evidence_non_linear_boost, hukuk/fileSearchHukuk_V422.py:evidence_non_linear_boost, hukuk/fileSearchHukuk_V423.py:evidence_non_linear_boost This is *the* AI-coder …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_baseline_legacy` in hukuk/Arch/tests/test_f28b_hardening_limited_surface.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 `_clean_legacy` in Todo/Result/test_ow30_correlation_tables.py:59
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_env_backup` in legal_agent/tests/test_cli_discovery.py:172
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_full_legacy` in hukuk/Arch/tests/test_f28b_publish_policy.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 `_strong_legacy` in hukuk/Arch/tests/test_p226_low_evidence_strong_override.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 `_zamanasimi_exempt_from_legacy` in hukuk/Arch/utils/v423_utils.py:1353
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a2_v2` in hukuk/Arch/pipeline/postprocess_chain.py:1208
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a2_v2` in hukuk/Arch/tests/test_a2_source_state_reconcile.py:134
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a8_v2` in hukuk/Arch/tests/test_a8_section_subsection_contract.py:82
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a_old` in hukuk/Arch/core/norm_swap_registry.py:115
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `applicability_verifier_v1` in hukuk/Arch/core/applicability_decision.py:144
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `borclar_hukuku_v1` in hukuk/Arch/modules/legal/precedent_issue_relevance.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 `evaluate_gold_standard_v1` in legal_agent/tests/test_gold_standard_gate.py:141
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `evaluate_gold_standard_v1` in legal_agent/tests/test_v239c2_fact_to_law.py:182
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `GOLD_STANDARD_v1` in hukuk/Arch/utils/publication_surface_validator.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 `GOLD_STANDARD_v1` in hukuk/Arch/utils/report_validator.py:1142
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `GOLD_STANDARD_v1` in legal_agent/core/gold_standard_gate.py:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `GOLD_STANDARD_v1` in legal_agent/core/matrix_builder.py:340
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `guard_legacy` in hukuk/Arch/utils/dynamic_case_plan.py:351
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hash_v1` in legal_agent/tests/test_run_simulation_matrix.py:318
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `invalid_no_scratch_judge_v2` in legal_agent/scripts/phase1_ab_compare.py:82
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_hukuku_v2` in hukuk/Arch/core/config.py:1023
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/Arch/pipeline/manager.py:1771
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/fileSearchHukuk_V366.py:3793
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/fileSearchHukuk_V370.py:3911
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/fileSearchHukuk_V421.py:4778
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/fileSearchHukuk_V422.py:4864
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_memory_v1` in hukuk/fileSearchHukuk_V423.py:4870
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_v2` in legal_agent/core/legal_depth_reviewer.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 `judge_v2` in legal_agent/scripts/run_legal_depth_reviewer.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 `judge_v2` in legal_agent/scripts/run_simulation_matrix.py:1160
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `judge_v2` in legal_agent/tests/test_v239d_legal_depth_reviewer.py:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `legal_agent_memory_v1` in legal_agent/core/config.py:84
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `legal_aym_v1` in hukuk/Arch/scripts/f3b2_anayasa_ingest.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 `legal_precedents_idare_hukuku_v1` in hukuk/Arch/scripts/f3b1_danistay_ingest.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 `legal_precedents_is_hukuku_v1` in hukuk/Arch/scripts/ensure_qdrant_domain_collections.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 `legal_precedents_is_hukuku_v1` in legal_agent/agents/citation_verifier.py:174
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `legal_precedents_is_hukuku_v1` in legal_agent/agents/corpus_coverage_agent.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 `legal_precedents_miras_hukuku_v1` in hukuk/Arch/tests/test_precedent_issue_coverage.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 `legal_precedents_v2` in hukuk/Arch/scripts/es_reindex_v2.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `load_raw_legacy` in legal_agent/scripts/v239p20_norm_provenance_audit.py:164
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `memory_v1` in hukuk/Arch/modules/reasoning/decision_core.py:1681
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `miras_hukmen_ret_builder_v1` in hukuk/Arch/tests/test_route_registry_schema.py:411
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `no_legacy` in hukuk/Arch/modules/legal/source_claim_evidence_provider.py:209
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `no_legacy` in hukuk/Arch/utils/rc2_report_reconciliation.py:263
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `non_dict_legacy` in Todo/Result/_run_dcp_claim_authority_shadow.py:160
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `non_dict_legacy` in Todo/Result/_run_ow30_correlation_tables.py:131
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `panel_consensus_v1` in hukuk/Arch/tests/test_rc2_benchmark_labels.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 `panel_consensus_v1` in hukuk/Arch/utils/rc2_benchmark_labels.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `protected_old` in hukuk/Arch/utils/fact_checker.py:395
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `saas_auth_code_v1` in hukuk/web/auth/security.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 `sync_legacy` in hukuk/Arch/core/context.py:444
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_a30_decision_telemetry_persisted_to_legacy` in hukuk/Arch/tests/test_precedent_verifier.py:436
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_audit_full_rows_reads_optional_raw_legacy` in legal_agent/tests/test_v239p20_norm_provenance_audit.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 `test_requested_target_domain_falls_back_to_legacy` in legal_agent/tests/test_matrix_builder.py:826
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_stamps_into_legacy` in hukuk/Arch/tests/test_llm_runtime.py:252
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_weights_are_equal_in_v1` in legal_agent/tests/test_lawyer_semantic_judge.py:321
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `v431_synthesis_v1` in legal_agent/agents/meta_synthesizer.py:279
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `v431_synthesis_v1` in legal_agent/tests/test_meta_synthesizer.py:232
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_collect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/scripts/run_chief_auditor.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_prepare
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/scripts/run_chief_auditor.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: detect_universal_conflict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
hukuk/fileSearchHukuk_V366.py:302
low System graph software Dead code conf 1.00 Possibly dead Python function: download_attachment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uets_agent/clients/uets_client.py:170
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_all_icra_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uyap_agent/agents/icra_browser_agent.py:168
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_icra_dosyalari_async
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uyap_agent/agents/icra_agent.py:712
low System graph software Dead code conf 1.00 Possibly dead Python function: gc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
chat_agent/chat_session_store.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/extract_uyap_auth.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_response
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uyap_agent/agents/icra_browser_agent.py:535
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_response
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/extract_uyap_auth.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all_knowledge_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/core/knowledge_loader.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all_skills
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/core/knowledge_loader.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_notification_read
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uyap_agent/core/storage.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: reasoning_depth_score
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/core/metrics.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: run_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
uyap_agent/pipeline/orchestrator.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: save_cycle_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/core/storage.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: stability_score
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legal_agent/core/metrics.py:36
low System graph software Dead code conf 1.00 4 occurrences Possibly dead Python function: worker_main
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
4 files, 4 locations
doc_agent/bam_harvest/parallel_harvester.py:19
doc_agent/danistay_harvest/parallel_harvester.py:22
doc_agent/yargitay_harvest/parallel_harvester.py:20
doc_agent/yerel_mahkeme_harvest/parallel_harvester.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 quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — hukuk/web/mock_legal_engine.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`hukuk/web/main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /analiz
`hukuk/web/main.py` declares `GET /analiz` 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 /api/arch/chat/session/{session_id}
`hukuk/web/main.py` declares `GET /api/arch/chat/session/{session_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 /api/arch/jobs/{job_id}
`hukuk/web/main.py` declares `GET /api/arch/jobs/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/arch/report_file
`hukuk/web/main.py` declares `GET /api/arch/report_file` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/arch/reviews/{candidate_fingerprint}
`hukuk/web/main.py` declares `GET /api/arch/reviews/{candidate_fingerprint}` 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 /api/arch/status
`hukuk/web/main.py` declares `GET /api/arch/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 /api/download/{filename}
`hukuk/web/main.py` declares `GET /api/download/{filename}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app
`hukuk/web/main.py` declares `GET /app` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /arch
`hukuk/web/main.py` declares `GET /arch` 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 /cases
`hukuk/web/uyap_avukat_api.py` declares `GET /cases` 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 /dashboard
`hukuk/web/uyap_avukat_api.py` declares `GET /dashboard` 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 /forgot-password
`hukuk/web/main.py` declares `GET /forgot-password` 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 /hearings
`hukuk/web/uyap_avukat_api.py` declares `GET /hearings` 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 /hukuki-asistan
`hukuk/web/main.py` declares `GET /hukuki-asistan` 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 /icra-dosya-detayli/{dosya_no:path}
`hukuk/web/uyap_avukat_api.py` declares `GET /icra-dosya-detayli/{dosya_no:path}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /icra-dosyalari
`hukuk/web/uyap_avukat_api.py` declares `GET /icra-dosyalari` 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 /icra-dosyalari-browser
`hukuk/web/uyap_avukat_api.py` declares `GET /icra-dosyalari-browser` 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 /login
`hukuk/web/main.py` declares `GET /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /login/status/{txid}
`hukuk/web/uets_api.py` declares `GET /login/status/{txid}` 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 /message/{msg_id}
`hukuk/web/uets_api.py` declares `GET /message/{msg_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 /messages
`hukuk/web/uets_api.py` declares `GET /messages` 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 /notifications
`hukuk/web/uyap_avukat_api.py` declares `GET /notifications` 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 /pdf/{doc_id}
`hukuk/web/uyap_api.py` declares `GET /pdf/{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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /session
`hukuk/web/uets_api.py` declares `GET /session` 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 /signup
`hukuk/web/main.py` declares `GET /signup` 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 /static/index.html
`hukuk/web/main.py` declares `GET /static/index.html` 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 /uyap
`hukuk/web/main.py` declares `GET /uyap` 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 /uyap/avukat
`hukuk/web/main.py` declares `GET /uyap/avukat` 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 /api/arch/analyze
`hukuk/web/main.py` declares `POST /api/arch/analyze` 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 /api/arch/analyze/jobs
`hukuk/web/main.py` declares `POST /api/arch/analyze/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/arch/chat/session/new
`hukuk/web/main.py` declares `POST /api/arch/chat/session/new` 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 /api/arch/chat/session/{session_id}/pin_docs
`hukuk/web/main.py` declares `POST /api/arch/chat/session/{session_id}/pin_docs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/arch/retrieve
`hukuk/web/main.py` declares `POST /api/arch/retrieve` 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 /api/arch/reviews/attest
`hukuk/web/main.py` declares `POST /api/arch/reviews/attest` 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 /api/arch/simulate
`hukuk/web/main.py` declares `POST /api/arch/simulate` 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 /api/arch/simulate/jobs
`hukuk/web/main.py` declares `POST /api/arch/simulate/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/arch/trends
`hukuk/web/main.py` declares `POST /api/arch/trends` 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 /api/evaluate
`hukuk/web/main.py` declares `POST /api/evaluate` 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 /api/extract_document_text
`hukuk/web/main.py` declares `POST /api/extract_document_text` 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 /api/search
`hukuk/web/main.py` declares `POST /api/search` 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 /icra-evrak-indir
`hukuk/web/uyap_avukat_api.py` declares `POST /icra-evrak-indir` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /login/attach-debug
`hukuk/web/uyap_avukat_api.py` declares `POST /login/attach-debug` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /login/finalize/{txid}
`hukuk/web/uyap_avukat_api.py` declares `POST /login/finalize/{txid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /login/initiate
`hukuk/web/uets_api.py` declares `POST /login/initiate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /logout
`hukuk/web/uets_api.py` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /notifications/{notif_id}/read
`hukuk/web/uyap_avukat_api.py` declares `POST /notifications/{notif_id}/read` 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 /pdf
`hukuk/web/uyap_api.py` declares `POST /pdf` 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 /proxy
`hukuk/web/uyap_avukat_api.py` declares `POST /proxy` 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 /search
`hukuk/web/uyap_api.py` declares `POST /search` 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: chat_agent/chat_orchestrator.py (1255 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/core/config.py (1490 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/core/legal_readiness_decision.py (1234 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/core/output_validator.py (1356 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/debate/persona_engine.py (1142 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/evidence/scorer.py (1379 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/issue/extractor.py (4016 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/legal/jurisdiction.py (3496 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/reasoning/decision_core.py (2210 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/report/pdf_engine.py (2004 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/search/hybrid_retriever.py (1587 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/modules/strategy/action_engine.py (1170 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/pipeline/manager.py (8396 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/pipeline/postprocess_chain.py (4541 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/pipeline/report_postprocess.py (1681 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/pipeline/talep_iskelet_injector.py (1710 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/retrieval/precedent_verifier.py (1384 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/tests/test_a13_section_subsection_builder.py (1704 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/tests/test_report_contracts.py (1405 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/tests/test_route_registry_schema.py (5231 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/dynamic_case_plan.py (1298 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/issue_remedy_profile.py (1610 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/manual_pdf_ready_negative_guard.py (1374 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/manual_pdf_ready_pipeline_hook.py (1731 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/report_validator.py (4135 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/section_subsection_builder.py (1941 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/Arch/utils/v423_utils.py (5289 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/fileSearchHukuk_V366.py (16804 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/fileSearchHukuk_V370.py (16931 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/fileSearchHukuk_V421.py (19320 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/fileSearchHukuk_V422.py (19417 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/fileSearchHukuk_V423.py (19461 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/monte_carlo_test.py (1113 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hukuk/web/main.py (1484 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/core/matrix_builder.py (1993 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/scripts/otonom_loop.py (2243 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/scripts/run_simulation_matrix.py (2358 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/tests/test_gold_standard_gate.py (1130 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/tests/test_matrix_builder.py (1718 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legal_agent/tests/test_run_simulation_matrix.py (1806 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/8739f61e-398b-4592-9559-2faf633db0e1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8739f61e-398b-4592-9559-2faf633db0e1/

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.