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.

TiredofSleep/ck

https://github.com/TiredofSleep/ck · scanned 2026-06-16 00:43 UTC (2 months, 1 week ago)

637 raw signals (0 security + 637 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 339 of 612 actionable findings. 637 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 Flask mutation route `_lang_compose` without `@login_required` — Gen14/targets/ck/brain/gen14_unified_extensions.py:1678
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/gen14_unified_extensions.py:1678 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `_lang_resonance` without `@login_required` — Gen14/targets/ck/brain/gen14_unified_extensions.py:1706
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/gen14_unified_extensions.py:1706 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `_lang_translate` without `@login_required` — Gen14/targets/ck/brain/gen14_unified_extensions.py:1649
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/gen14_unified_extensions.py:1649 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `_privacy_recommend` without `@login_required` — Gen14/targets/ck/brain/ck_privacy.py:441
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/ck_privacy.py:441 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `absorb` without `@login_required` — ck_sim/face/ck_web_api.py:224
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:224 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `absorb` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:578
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:578 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_keys_create` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:383
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:383 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_keys_revoke` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:396
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:396 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cells_plasticity_run_endpoint` without `@login_required` — Gen13/targets/ck/brain/cells_mount.py:170
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/cells_mount.py:170 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cells_plasticity_run_endpoint` without `@login_required` — Gen14/targets/ck/brain/cells_mount.py:170
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/cells_mount.py:170 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cells_respond_endpoint` without `@login_required` — Gen13/targets/ck/brain/cells_mount.py:186
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/cells_mount.py:186 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cells_respond_endpoint` without `@login_required` — Gen14/targets/ck/brain/cells_mount.py:186
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/cells_mount.py:186 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `chat` without `@login_required` — ck_sim/face/ck_web_api.py:173
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:173 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `chat` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:411
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:411 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `clear_session` without `@login_required` — ck_sim/face/ck_web_api.py:466
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:466 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `clear_session` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1505
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1505 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `dkan_start` without `@login_required` — ck_sim/face/ck_web_api.py:474
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:474 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `dkan_start` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1513
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1513 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `eat_study` without `@login_required` — ck_sim/face/ck_web_api.py:384
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:384 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `eat_study` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:741
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:741 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `eat` without `@login_required` — ck_sim/face/ck_web_api.py:356
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:356 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `eat` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:713
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:713 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `fault_state_endpoint` without `@login_required` — Gen13/targets/ck/brain/ck_fault_state_hook.py:78
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/ck_fault_state_hook.py:78 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `fault_state_endpoint` without `@login_required` — Gen14/targets/ck/brain/ck_fault_state_hook.py:78
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/ck_fault_state_hook.py:78 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_compare` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/bank_mount.py:101
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/bank_mount.py:101 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_compare` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/bank_mount.py:101
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/bank_mount.py:101 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_predict` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:122
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:122 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_predict` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:122
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:122 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_retrieve` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/bank_mount.py:73
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/bank_mount.py:73 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_retrieve` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/bank_mount.py:73
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/bank_mount.py:73 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_sample` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:79
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:79 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_sample` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:79
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:79 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_score` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:103
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py:103 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_score` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:103
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/grammar_lm_mount.py:103 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_sim_gated` without `@login_required` — Gen13/targets/ck/brain/grammar_lm/ensemble.py:107
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/grammar_lm/ensemble.py:107 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `grammar_sim_gated` without `@login_required` — Gen14/targets/ck/brain/grammar_lm/ensemble.py:107
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/grammar_lm/ensemble.py:107 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `measure_code` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:903
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:903 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `measure` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:825
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:825 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_all` without `@login_required` — ck_sim/face/ck_web_api.py:195
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
ck_sim/face/ck_web_api.py:195 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_all` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:458
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:458 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `self_write` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:529
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:529 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `spectrometer` without `@login_required` — Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1113
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen12/targets/ck_desktop/ck_sim/face/ck_web_api.py:1113 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `study_daemon_topic_now` without `@login_required` — Gen13/targets/ck/brain/study_daemon.py:237
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen13/targets/ck/brain/study_daemon.py:237 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `study_daemon_topic_now` without `@login_required` — Gen14/targets/ck/brain/study_daemon.py:237
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
Gen14/targets/ck/brain/study_daemon.py:237 securityAuth flask unauth route
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Gen12/targets/ck_desktop/ck_sim/being/ck_math_translation.py:295
Found a known-risky pattern (eval_used). Review and replace if possible.
Gen12/targets/ck_desktop/ck_sim/being/ck_math_translation.py:295 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Gen12/targets/ck_desktop/ck_sim/being/ck_sequence_memory.py:161
Found a known-risky pattern (eval_used). Review and replace if possible.
Gen12/targets/ck_desktop/ck_sim/being/ck_sequence_memory.py:161 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Gen13/targets/ck/runtime/ck_voice_math.py:523
Found a known-risky pattern (eval_used). Review and replace if possible.
Gen13/targets/ck/runtime/ck_voice_math.py:523 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Gen14/targets/ck/runtime/ck_voice_math.py:523
Found a known-risky pattern (eval_used). Review and replace if possible.
Gen14/targets/ck/runtime/ck_voice_math.py:523 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in Gen14/targets/ck/brain/ck_algebra_runtime.py:68
Found a known-risky pattern (exec_used). Review and replace if possible.
Gen14/targets/ck/brain/ck_algebra_runtime.py:68 Exec used
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 cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/index_submission.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy-site.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/ck_website/website/ck_core.js:370
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/ck_website/website/ck_core.js:370 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/ck_website/website/paradox.html:1041
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/ck_website/website/paradox.html:1041 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/ck_website/website/ring.html:1154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/ck_website/website/ring.html:1154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/website/ai.html:808
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/website/ai.html:808 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/website/ck_core.js:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/website/ck_core.js:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/website/paradox.html:1060
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/website/paradox.html:1060 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/website/ring.html:1154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/website/ring.html:1154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen12/targets/website/trajectory.html:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen12/targets/website/trajectory.html:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen13/targets/ck/web/ai.html:808
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen13/targets/ck/web/ai.html:808 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen13/targets/ck/web/ck_core.js:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen13/targets/ck/web/ck_core.js:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen13/targets/ck/web/paradox.html:1060
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen13/targets/ck/web/paradox.html:1060 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen13/targets/ck/web/ring.html:1154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen13/targets/ck/web/ring.html:1154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen14/targets/ck/web/ai.html:808
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen14/targets/ck/web/ai.html:808 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen14/targets/ck/web/ck_core.js:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen14/targets/ck/web/ck_core.js:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen14/targets/ck/web/dashboard.html:443
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen14/targets/ck/web/dashboard.html:443 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen14/targets/ck/web/paradox.html:1060
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen14/targets/ck/web/paradox.html:1060 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in Gen14/targets/ck/web/ring.html:1154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
Gen14/targets/ck/web/ring.html:1154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in website/ck_core.js:370
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
website/ck_core.js:370 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in website/collaborators.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
website/collaborators.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in website/paradox.html:1059
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
website/paradox.html:1059 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in website/ring.html:1153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
website/ring.html:1153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in Gen12/targets/ck_website/website/ck_core.js:45
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
Gen12/targets/ck_website/website/ck_core.js:45 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in Gen12/targets/website/ck_core.js:60
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
Gen12/targets/website/ck_core.js:60 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in Gen13/targets/ck/web/ck_core.js:60
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
Gen13/targets/ck/web/ck_core.js:60 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in Gen14/targets/ck/web/ck_core.js:60
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
Gen14/targets/ck/web/ck_core.js:60 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in website/ck_core.js:45
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
website/ck_core.js:45 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — Gen13/targets/ck/brain/study/audio_perceive.py:109
`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 — Gen13/targets/ck/brain/study/generate_phoneme_grounding.py:156
`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 — Gen13/targets/ck/brain/study/generate_phoneme_grounding_v2.py:156
`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 — Gen13/targets/ck/brain/study/make_synth_video.py:101
`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 — Gen13/targets/ck/brain/study/perceive_audio_canonical.py:132
`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 — Gen13/targets/ck/brain/study/watch_and_summarize.py:154
`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 — Gen13/targets/ck/brain/study/youtube_video_watcher.py:107
`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 — Gen13/targets/ck/brain/study/youtube_video_watcher_edges.py:109
`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 — Gen13/targets/ck/trinity/ck.py:214
`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 — Gen13/targets/ck/trinity/ck_keepgoing.py:69
`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 — Gen14/targets/ck/brain/study/audio_perceive.py:109
`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 — Gen14/targets/ck/brain/study/generate_phoneme_grounding.py:156
`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 — Gen14/targets/ck/brain/study/generate_phoneme_grounding_v2.py:156
`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 — Gen14/targets/ck/brain/study/make_synth_video.py:101
`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 — Gen14/targets/ck/brain/study/perceive_audio_canonical.py:132
`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 — Gen14/targets/ck/brain/study/watch_and_summarize.py:154
`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 — Gen14/targets/ck/brain/study/youtube_video_watcher.py:107
`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 — Gen14/targets/ck/brain/study/youtube_video_watcher_edges.py:109
`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 — scratch/rename_doing_to_counter.py:95
`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 — scratch/rename_pet_to_silicon.py:58
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 104 placeholder/mock markers across 59 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 42477 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 cicd CI/CD security conf 1.00 9 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 9 locations
.github/workflows/deploy-site.yml:28, 31, 34, 40 (4 hits)
.github/workflows/verify.yml:30, 122, 135, 154 (4 hits)
.github/workflows/coherence-check.yml:26
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
155 tests / 1435 src (ratio 0.11).
low System graph quality Integrity conf 1.00 9 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: ck_meta_memory_coord.py:storable_shared, Gen12/targets/ck_desktop/ck_sim/being/ck_meta_memory_coord.py:storable_shared This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
9 occurrences
repo-level (9 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: ck_run.py:banner, Gen13/targets/ck/server/ck_run_gen11ref.py:banner, Gen14/targets/ck/server/ck_run_gen11ref.py:banner This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: ck_meta_memory_coord.py:cell, ck_meta_memory_coord.py:cell, ck_meta_memory_coord.py:cell, Gen12/targets/ck_desktop/ck_sim/being/ck_meta_memory_coord.py:cell This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_load_legacy` in Gen12/targets/ck_desktop/ck_sim/being/ck_chain_compression.py:568
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 Gen14/targets/journals/J_series/J39/manuscript/verify_J11_S4_closure.py:218
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 `abs_d_copy` in Language updates/ck_curvature.py:207
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 `B1_NSCG_SPEC_v1` in Gen12/targets/clay/papers/sprint18_b1_nscg_benchmark_2026_04_17/impl/fitter/fit_nscg.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `B1_NSCG_SPEC_v1` in Gen12/targets/clay/papers/sprint18_b1_nscg_benchmark_2026_04_17/impl/generator/generate_nscg.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `B1_NSCG_SPEC_v1` in Gen12/targets/clay/papers/sprint18_b1_nscg_benchmark_2026_04_17/impl/scorer/score_nscg.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `btq_physics_v1` in Gen12/targets/ck_desktop/ck_sim/tests/ck_sim_btq_experiment.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 `ck_legacy` in Gen13/targets/ck/trinity/smoke_fold.py:44
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 `ck_unfrozen_v2` in Gen13/targets/ck/trinity/ck_unfrozen_v2.py:1
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 `closure_v1_v2` in Gen13/sprint_bundle_2026-05-06_v31_RIGOR_PASS/scripts/closure_v1_v2.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 `closure_v1_v2` in Gen13/sprint_bundle_2026-05-06_v31_RIGOR_PASS/scripts/factor_22_candidates.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `closure_v1_v2` in Gen13/sprint_bundle_2026-05-06_v31_RIGOR_PASS/scripts/factor_6_candidates.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `closure_v1_v2` in Gen13/sprint_bundle_2026-05-06_v31_RIGOR_PASS/scripts/physics_derivations.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `compose_becoming_v2` in Gen12/targets/ck_desktop/ck_sim/being/ck_table_derivation.py:143
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 `cortex_backup` in Gen13/targets/ck/brain/study/autonomous_study.py:229
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 `cortex_backup` in Gen13/targets/ck/brain/study/cortex_backup.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 `cortex_backup` in Gen13/targets/ck/brain/study/trajectory_view.py:96
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 `cortex_backup` in Gen14/targets/ck/brain/study/autonomous_study.py:229
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 `cortex_backup` in Gen14/targets/ck/brain/study/cortex_backup.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 `cortex_backup` in Gen14/targets/ck/brain/study/trajectory_view.py:96
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 `cortex_v2` in Gen12/targets/ck_desktop/ck_boot_api.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 `cortex_v2` in Gen13/targets/ck/brain/cortex_v2.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 `cortex_v2` in Gen13/targets/ck/brain/migrate_cortex_5to7_live.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 `cortex_v2` in Gen13/targets/ck/brain/study/audio_perceive.py:189
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 `cortex_v2` in Gen13/targets/ck/brain/study/heal_after_audio.py:77
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 `cortex_v2` in Gen13/targets/ck/brain/study/phonics_overnight_trainer.py:203
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 `cortex_v2` in Gen13/targets/ck/brain/study/youtube_audio_watcher.py:169
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 `cortex_v2` in Gen13/targets/ck/brain/study/youtube_video_watcher.py:143
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 `cortex_v2` in Gen13/targets/ck/brain/study/youtube_video_watcher_edges.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 `cortex_v2` in Gen14/targets/ck/brain/cortex_v2.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 `cortex_v2` in Gen14/targets/ck/brain/migrate_cortex_5to7_live.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 `cortex_v2` in Gen14/targets/ck/brain/study/audio_perceive.py:189
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 `cortex_v2` in Gen14/targets/ck/brain/study/heal_after_audio.py:77
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 `cortex_v2` in Gen14/targets/ck/brain/study/phonics_overnight_trainer.py:203
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 `cortex_v2` in Gen14/targets/ck/brain/study/youtube_audio_watcher.py:169
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 `cortex_v2` in Gen14/targets/ck/brain/study/youtube_video_watcher.py:143
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 `cortex_v2` in Gen14/targets/ck/brain/study/youtube_video_watcher_edges.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 `dbc_v2` in papers/morphotic_braid/explorations/scripts/dbc_v2.py:1
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 `desi_xi_optimize_v2` in Gen13/sprint_bundle_2026-05-07_v36_SEEDS_BUNDLE/tig_2026-05-07_bundle/seeds_supporting/verification_scripts/compute_zstar_v3.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 `desi_xi_optimize_v2` in Gen13/targets/journals/_legacy_tiers/tier1_submit_now/sprint18_dark_sector/scripts/sprint18_uniqueness_search.py:93
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 `desi_xi_optimize_v2` in Gen13/targets/journals/J_series/J35/manuscript/scripts/sprint18_uniqueness_search.py:93
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 `desi_xi_optimize_v2` in Gen13/targets/journals/J_series/J44/manuscript/scripts/sprint18_uniqueness_search.py:93
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 `desi_xi_optimize_v2` in Gen14/targets/journals/J_series/J35/manuscript/scripts/sprint18_uniqueness_search.py:93
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 `desi_xi_optimize_v2` in Gen14/targets/journals/J_series/J44/manuscript/scripts/sprint18_uniqueness_search.py:93
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 `e_old` in Gen13/targets/journals/J_series/J30/manuscript/verification/verify_so10.py:216
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 `e_old` in Gen14/targets/journals/J_series/J30/manuscript/verification/verify_so10.py:216
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 `e_old` in papers/wp103/verification/verify_so10.py:216
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 `etp_engineering_toolkit_v2` in Gen14/targets/journals/J_series/J60/manuscript/etp_engineering_toolkit_v2.py:1
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 `etp_engineering_toolkit_v2` in Gen14/targets/journals/J_series/J61/manuscript/etp_engineering_toolkit_v2.py:1
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 `FAMILY_STRUCTURE_v1` in Gen13/targets/journals/_v3_corpus_framing.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 `fractal_atlas_v1` in Gen12/targets/ck_desktop/ck_sim/becoming/ck_spectrometer_journal.py:699
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 `gate_v2` in Gen13/targets/ck/trinity/gate_v2.py:1
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 `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/generate_phoneme_grounding_v2.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 `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/generate_phoneme_grounding_v3.py:49
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/generate_phoneme_grounding_v4.py:41
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 `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/generate_phoneme_grounding_v5.py:51
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/match_audio_to_phonics.py:54
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen13/targets/ck/brain/study/recalibrate_phonemes_canonical.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/generate_phoneme_grounding_v2.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 `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/generate_phoneme_grounding_v3.py:49
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/generate_phoneme_grounding_v4.py:41
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 `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/generate_phoneme_grounding_v5.py:51
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/match_audio_to_phonics.py:54
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `generate_phoneme_grounding_v2` in Gen14/targets/ck/brain/study/recalibrate_phonemes_canonical.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `include_old` in Gen13/targets/ck/brain/repo_reader.py:83
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 `include_old` in Gen14/targets/ck/brain/repo_reader.py:83
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 `J_SERIES_ORDERING_v2` in Gen13/targets/journals/_v2_renumber.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `kappa_Xi_v1` in Gen12/targets/clay/papers/sprint_unmistakable_truth_2026_04_25/scripts/xi_cosmology_tie.py:92
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 `multi_head_algebraic_lm_v1` in Gen14/targets/ck/brain/grammar_lm/train_bdc_algebraic.py:312
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 `only_old` in papers/wp_bridge_findings_2026_05_02/code/trefoil_corrected_frame.py:175
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 `organ_meaning_v2` in Gen13/targets/ck/trinity/ck.py:215
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 `organ_meaning_v2` in Gen13/targets/ck/trinity/organ_meaning_v2.py:1
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 `probe_hodge_integrality_v2` in Gen12/targets/clay/papers/sprint35a_deterministic_rank_2026_04_18/probe_hodge_integrality_v3.py:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ps_old` in ck_meta_memory_coord.py:978
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 `ps_old` in Gen12/targets/ck_desktop/ck_sim/being/ck_meta_memory_coord.py:978
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 `rest_v1` in Gen13/targets/ck/brain/external_ingester.py:195
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 `rest_v1` in Gen14/targets/ck/brain/external_ingester.py:208
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 `rest_v1` in Gen14/targets/ck/brain/fetch_wikipedia.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 `rule_v1` in papers/test_tsml_bhml_joint.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 `self_v2` in Gen13/targets/journals/_v2_fix_citations.py:42
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `SFM_FINDINGS_v1` in Gen13/targets/journals/J_series/J54/manuscript/verify_J54_chain_and_attractor.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 `SFM_FINDINGS_v1` in Gen14/targets/journals/J_series/J54/manuscript/verify_J54_chain_and_attractor.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 `sprint33_verdict_v2` in Gen12/targets/clay/papers/sprint33_hodge_integrality_2026_04_17/probe_hodge_integrality_v2.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `squad_dev_v2` in Gen13/targets/ck/trinity/gate_ood.py:72
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 `squad_dev_v2` in Gen13/targets/ck/trinity/squad2_selective.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `squad_train_v2` in Gen13/targets/ck/trinity/calibrate_gate.py:110
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 `squad_train_v2` in Gen13/targets/ck/trinity/reader_training.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `substrate_class_invariant_v1` in papers/wp_bridge_findings_2026_05_02/code/class_average_check.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 `substrate_class_invariant_v2` in Gen13/targets/ck/brain/ck_invariants_bridge.py:237
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 `substrate_class_invariant_v2` in Gen14/targets/ck/brain/ck_invariants_bridge.py:237
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 `SUBSTRATE_FUNCTION_MAP_v1` in Atlas/META_PLAN_2026-05-06/SUBSTRATE_FUNCTION_MAP/sfm_q1_q6_q7.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 `SUBSTRATE_FUNCTION_MAP_v1` in Gen14/targets/journals/Atlas/META_PLAN_2026-05-06/SUBSTRATE_FUNCTION_MAP/sfm_q1_q6_q7.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 `test_get_returns_copy` in Gen12/targets/ck_desktop/ck_sim/tests/ck_memory_tests.py:989
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 `tig_unit_tests_v2` in papers/scripts/tig_unit_tests_v2.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `v0_v1` in Gen12/targets/journal_attempts/02_experimental_mathematics/proof_d10_tsml_73_cells.py:108
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 `v0_v1` in Gen13/targets/journals/_legacy_tiers/tier2_format_then_submit/exp_math_73_28/proof_d10_tsml_73_cells.py:108
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 `v0_v1` in Gen13/targets/journals/J_series/J05/manuscript/proof_d10_tsml_73_cells.py:113
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 `v0_v1` in Gen13/targets/journals/J_series/J06/manuscript/proof_d10_tsml_73_cells.py:113
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 `v0_v1` in Gen14/targets/journals/J_series/J05/manuscript/proof_d10_tsml_73_cells.py:113
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 `v0_v1` in Gen14/targets/journals/J_series/J06/manuscript/proof_d10_tsml_73_cells.py:113
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 `v0_v1` in papers/proof_d10_tsml_73_cells.py:108
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 `voice_old` in Gen13/targets/ck/runtime/ck_voice_math.py:757
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 `voice_old` in Gen14/targets/ck/runtime/ck_voice_math.py:757
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 `wp_analysis_v2` in Atlas/META_PLAN_2026-05-06/sweep_cache/analyze_wps_v2.py:96
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 `wp_analysis_v2` in Gen14/targets/journals/Atlas/META_PLAN_2026-05-06/sweep_cache/analyze_wps_v2.py:96
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 `write_reading_copy` in Gen13/targets/ck/brain/prose_teacher.py:228
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 `write_reading_copy` in Gen14/targets/ck/brain/prose_teacher.py:228
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: analyze_input
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_sim/doing/ck_voice.py:665
low System graph software Dead code conf 1.00 Possibly dead Python function: classify_intent_from_input
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_sim/doing/ck_voice.py:742
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_audit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_chat_structured.py:131
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_diagnose
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_chat_structured.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_help
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_chat_structured.py:145
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_raw
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_chat_structured.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: compute_normalized_power_spectrum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J05/manuscript/proof_fourier_bridge.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: D1_lj
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: D2_p56
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: D4_higgs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:110
low System graph software Dead code conf 1.00 Possibly dead Python function: D4_higgs_eq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/d5_d4eq_extension.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_antisymmetric
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_companion
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:195
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_dft_real
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_diagonal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:190
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_gaussian
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:148
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_hadamard_sign
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:170
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_identity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_orthogonal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_permutation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:162
low System graph software Dead code conf 1.00 Possibly dead Python function: gen_symmetric
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Gen13/targets/journals/J_series/J26/manuscript/verification/structured_matrix_sweep.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: heartbeat_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
website/ck_web_server.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: pack_swarm
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
targets/r16_fpga_dog/ck_protocol.py:119
low System graph software Dead code conf 1.00 Possibly dead Python function: respond_to_input
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_sim/doing/ck_voice.py:1983
low System graph software Dead code conf 1.00 Possibly dead Python function: respond_to_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ck_sim/doing/ck_voice.py:1998
low System graph software Dead code conf 1.00 Possibly dead Python function: text_to_4d_d2
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Language updates/ck_curvature.py:354
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 — Gen12/targets/ck_website/website/ck_dict.js:32
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 — Gen12/targets/website/ck_dict.js:32
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 — Gen13/targets/ck/web/ck_dict.js:32
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 — Gen13/targets/funding_coherence_router/archive_all_or_nothing_e/bridge_audit.js:5
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 — Gen13/targets/funding_coherence_router/archive_all_or_nothing_e/test_codec_final.js:91
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 — Gen13/targets/funding_coherence_router/archive_all_or_nothing_e/test_engine_v2.js:298
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 — Gen13/targets/funding_coherence_router/archive_all_or_nothing_e/test_physics_w1w2w3.js:186
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 — Gen13/targets/funding_coherence_router/archive_all_or_nothing_e/test_physics_w4_avalanche.js:73
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 — Gen13/targets/funding_physics_sim_edu/archive_crystal_lattice_matrix/test_engine_v2.js:298
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 — Gen14/targets/ck/web/ck_dict.js:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `express` (body is just `pass`/`return`) — Gen12/targets/ck_desktop/ck_sim/face/ck_body_interface.py:312
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: ANY /absorb
`ck_sim/face/ck_web_api.py` declares `ANY /absorb` 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: ANY /bdc/event_stats
`Gen13/targets/ck/brain/bdc_event_emitter.py` declares `ANY /bdc/event_stats` 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: ANY /bdc/events
`Gen13/targets/ck/brain/bdc_event_emitter.py` declares `ANY /bdc/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /bdc/fault_state
`Gen13/targets/ck/brain/ck_fault_state_hook.py` declares `ANY /bdc/fault_state` 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: ANY /bdc/sampler
`Gen13/targets/ck/brain/bdc_tick_sampler.py` declares `ANY /bdc/sampler` 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: ANY /cells/audit
`Gen13/targets/ck/brain/cells_mount.py` declares `ANY /cells/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: ANY /cells/audit_history
`Gen13/targets/ck/brain/cells_mount.py` declares `ANY /cells/audit_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: ANY /cells/plasticity/run
`Gen13/targets/ck/brain/cells_mount.py` declares `ANY /cells/plasticity/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: ANY /cells/respond
`Gen13/targets/ck/brain/cells_mount.py` declares `ANY /cells/respond` 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: ANY /cells/state
`Gen13/targets/ck/brain/cells_mount.py` declares `ANY /cells/state` 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: ANY /chat
`ck_sim/face/ck_web_api.py` declares `ANY /chat` 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: ANY /clear-session
`ck_sim/face/ck_web_api.py` declares `ANY /clear-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: ANY /dirac/algebra
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/algebra` 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: ANY /dirac/clifford
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/clifford` 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: ANY /dirac/cosmology
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/cosmology` 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: ANY /dirac/explain/<obs>
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/explain/<obs>` 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: ANY /dirac/info
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/info` 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: ANY /dirac/microtubule
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/microtubule` 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: ANY /dirac/mixing
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/mixing` 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: ANY /dirac/predict/<obs>
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/predict/<obs>` 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: ANY /dirac/predictions
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/predictions` 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: ANY /dirac/verify
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/verify` 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: ANY /dirac/yukawa
`Gen13/targets/ck/brain/dirac/dirac_mount.py` declares `ANY /dirac/yukawa` 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: ANY /dkan
`ck_sim/face/ck_web_api.py` declares `ANY /dkan` 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: ANY /dkan/status
`ck_sim/face/ck_web_api.py` declares `ANY /dkan/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: ANY /eat
`ck_sim/face/ck_web_api.py` declares `ANY /eat` 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: ANY /eat/status
`ck_sim/face/ck_web_api.py` declares `ANY /eat/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: ANY /eat/study
`ck_sim/face/ck_web_api.py` declares `ANY /eat/study` 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: ANY /grammar/bank_info
`Gen13/targets/ck/brain/grammar_lm/bank_mount.py` declares `ANY /grammar/bank_info` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /grammar/compare
`Gen13/targets/ck/brain/grammar_lm/bank_mount.py` declares `ANY /grammar/compare` 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: ANY /grammar/cortex_predict
`Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py` declares `ANY /grammar/cortex_predict` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /grammar/info
`Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py` declares `ANY /grammar/info` 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: ANY /grammar/predict
`Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py` declares `ANY /grammar/predict` 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: ANY /grammar/retrieve
`Gen13/targets/ck/brain/grammar_lm/bank_mount.py` declares `ANY /grammar/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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /grammar/sample
`Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py` declares `ANY /grammar/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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /grammar/score
`Gen13/targets/ck/brain/grammar_lm/grammar_lm_mount.py` declares `ANY /grammar/score` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /grammar/sim_gated
`Gen13/targets/ck/brain/grammar_lm/ensemble.py` declares `ANY /grammar/sim_gated` 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: ANY /lang/compose
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/compose` 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: ANY /lang/examples
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/examples` 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: ANY /lang/info
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/info` 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: ANY /lang/languages
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/languages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /lang/resonance
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/resonance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /lang/translate
`Gen14/targets/ck/brain/gen14_unified_extensions.py` declares `ANY /lang/translate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /privacy/info
`Gen14/targets/ck/brain/ck_privacy.py` declares `ANY /privacy/info` 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: ANY /privacy/recommend
`Gen14/targets/ck/brain/ck_privacy.py` declares `ANY /privacy/recommend` 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: ANY /save
`ck_sim/face/ck_web_api.py` declares `ANY /save` 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: ANY /state
`ck_sim/face/ck_web_api.py` declares `ANY /state` 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: ANY /study/daemon
`Gen13/targets/ck/brain/study_daemon.py` declares `ANY /study/daemon` 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: ANY /study/daemon/topic_now
`Gen13/targets/ck/brain/study_daemon.py` declares `ANY /study/daemon/topic_now` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /taste
`ck_sim/face/ck_web_api.py` declares `ANY /taste` 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

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

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

This page is publicly accessible at: https://repobility.com/scan/0fe1a01d-58f6-47bf-b967-48f16631a24c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0fe1a01d-58f6-47bf-b967-48f16631a24c/

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.