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.

qiqiguaitm/deepdive_kai0

https://github.com/qiqiguaitm/deepdive_kai0 · scanned 2026-06-15 23:45 UTC (2 months, 4 weeks ago)

490 raw signals (1 security + 489 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 472 actionable findings from 2 signal sources. 18 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 48.5/100 with 100.0% coverage. It contains 15457 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 489 findings — concentrated in quality (352), api (50), security (48). Risk profile is high: 0 critical, 39 high, 49 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 350 of 472 actionable findings. 490 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 hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
cosmos/packages/cosmos3/Dockerfile:34 containersRemote installer
high System graph security auth conf 1.00 FastAPI DELETE `episodes_delete` without auth dependency — web/dagger_manager/backend/app/main.py:231
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discard_rec` without auth dependency — web/data_manager/backend/app/main.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estop` without auth dependency — web/data_manager/backend/app/main.py:106
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute` without auth dependency — web/dagger_manager/backend/app/main.py:182
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_discard` without auth dependency — web/dagger_manager/backend/app/main.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_save` without auth dependency — web/dagger_manager/backend/app/main.py:166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_start` without auth dependency — web/dagger_manager/backend/app/main.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_toggle` without auth dependency — web/dagger_manager/backend/app/main.py:150
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:150 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_rec` without auth dependency — web/data_manager/backend/app/main.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `session_start` without auth dependency — web/dagger_manager/backend/app/main.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `session_stop` without auth dependency — web/dagger_manager/backend/app/main.py:113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stack_start` without auth dependency — web/dagger_manager/backend/app/main.py:76
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stack_stop` without auth dependency — web/dagger_manager/backend/app/main.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_rec` without auth dependency — web/data_manager/backend/app/main.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `system_start_ep` without auth dependency — web/dagger_manager/backend/app/main.py:118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `system_stop_ep` without auth dependency — web/dagger_manager/backend/app/main.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `takeover` without auth dependency — web/dagger_manager/backend/app/main.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/dagger_manager/backend/app/main.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_rec` without auth dependency — web/data_manager/backend/app/main.py:113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_session` without auth dependency — web/data_manager/backend/app/main.py:151
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/data_manager/backend/app/main.py:151 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in cosmos/wam_fold_policy/eval/validate_and_report.sh:24
Found a known-risky pattern (eval_used). Review and replace if possible.
cosmos/wam_fold_policy/eval/validate_and_report.sh:24 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in cosmos/wam_fold_policy/README.md:39
Found a known-risky pattern (eval_used). Review and replace if possible.
cosmos/wam_fold_policy/README.md:39 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in fastwam/src/fastwam/datasets/lerobot/processors/base_processor.py:69
Found a known-risky pattern (eval_used). Review and replace if possible.
fastwam/src/fastwam/datasets/lerobot/processors/base_processor.py:69 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in fastwam/src/fastwam/datasets/lerobot/processors/fastwam_processor.py:94
Found a known-risky pattern (eval_used). Review and replace if possible.
fastwam/src/fastwam/datasets/lerobot/processors/fastwam_processor.py:94 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in fastwam/third_party/RoboTwin/script/eval_policy.py:430
Found a known-risky pattern (eval_used). Review and replace if possible.
fastwam/third_party/RoboTwin/script/eval_policy.py:430 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in fastwam/third_party/RoboTwin/script/eval_policy_client.py:515
Found a known-risky pattern (eval_used). Review and replace if possible.
fastwam/third_party/RoboTwin/script/eval_policy_client.py:515 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in fastwam/third_party/RoboTwin/script/policy_model_server.py:262
Found a known-risky pattern (eval_used). Review and replace if possible.
fastwam/third_party/RoboTwin/script/policy_model_server.py:262 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in giga_world_policy/third_party/giga-datasets/giga_datasets/datasets/lmdb_dataset.py:32
Found a known-risky pattern (eval_used). Review and replace if possible.
giga_world_policy/third_party/giga-datasets/giga_datasets/datasets/lmdb_dataset.py:32 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in train_scripts/kai/eval/eval_heldout_action_mse.py:191
Found a known-risky pattern (eval_used). Review and replace if possible.
train_scripts/kai/eval/eval_heldout_action_mse.py:191 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in train_scripts/kai/monitor/check_task_e_progress.py:223
Found a known-risky pattern (eval_used). Review and replace if possible.
train_scripts/kai/monitor/check_task_e_progress.py:223 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in train_scripts/kai/volc/recurrence_round2_cnsh_8gpu.yaml:4
Found a known-risky pattern (eval_used). Review and replace if possible.
train_scripts/kai/volc/recurrence_round2_cnsh_8gpu.yaml:4 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in train_scripts/xvla/README.md:21
Found a known-risky pattern (eval_used). Review and replace if possible.
train_scripts/xvla/README.md:21 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in cosmos/packages/cosmos3/cosmos_framework/utils/lazy_config/lazy.py:153
Found a known-risky pattern (exec_used). Review and replace if possible.
cosmos/packages/cosmos3/cosmos_framework/utils/lazy_config/lazy.py:153 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in fastwam/third_party/RoboTwin/code_gen/run_code.py:103
Found a known-risky pattern (exec_used). Review and replace if possible.
fastwam/third_party/RoboTwin/code_gen/run_code.py:103 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in fastwam/third_party/RoboTwin/code_gen/task_generation.py:224
Found a known-risky pattern (exec_used). Review and replace if possible.
fastwam/third_party/RoboTwin/code_gen/task_generation.py:224 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in fastwam/third_party/RoboTwin/code_gen/task_generation_mm.py:347
Found a known-risky pattern (exec_used). Review and replace if possible.
fastwam/third_party/RoboTwin/code_gen/task_generation_mm.py:347 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in fastwam/third_party/RoboTwin/code_gen/task_generation_simple.py:94
Found a known-risky pattern (exec_used). Review and replace if possible.
fastwam/third_party/RoboTwin/code_gen/task_generation_simple.py:94 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in giga_world_policy/scripts/wam_pipeline/eval_watch.py:368
Found a known-risky pattern (exec_used). Review and replace if possible.
giga_world_policy/scripts/wam_pipeline/eval_watch.py:368 Exec used
medium Security checks quality Practices conf 0.62 Foundry mined assumption checks: qiqiguaitm/deepdive_kai0
Comment chain pattern product: assumption_checks Repo: qiqiguaitm/deepdive_kai0 Thread: qiqiguaitm/deepdive_kai0#1 Outcome: ambiguous_needs_more_evidence Thread label: thread_needs_classification Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_g…
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/data_manager/frontend/src/api/client.ts:16
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/showcase/static/app.js:47
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: train_scripts/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
train_scripts/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: cosmos/packages/cosmos3/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in web/dagger_manager/backend/app/main.py:55
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
web/dagger_manager/backend/app/main.py:55 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in web/data_manager/backend/app/main.py:52
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
web/data_manager/backend/app/main.py:52 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/showcase/static/docs.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/showcase/static/docs.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/showcase/static/feature_matrix.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/showcase/static/feature_matrix.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/showcase/static/i18n.js:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/showcase/static/i18n.js:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/showcase/static/timeline.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/showcase/static/timeline.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in cosmos/packages/cosmos3/cosmos_framework/scripts/dataset_utils.py:172
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
cosmos/packages/cosmos3/cosmos_framework/scripts/dataset_utils.py:172 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in train_scripts/kai/monitor/check_task_e_progress.py:306
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
train_scripts/kai/monitor/check_task_e_progress.py:306 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — cosmos/packages/cosmos3/cosmos_framework/inference/common/args.py:83
`urllib.request.urlopen(...)` 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 — cosmos/packages/cosmos3/cosmos_framework/inference/ray/serve_test.py:123
`requests.get(...)` 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 — cosmos/packages/cosmos3/cosmos_framework/scripts/captions_to_sft_jsonl.py:61
`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 — cosmos/packages/cosmos3/cosmos_framework/scripts/dataset_utils.py:62
`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 — cosmos/packages/cosmos3/cosmos_framework/utils/checkpoint_db.py:157
`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 — cosmos/packages/cosmos3/cosmos_framework/utils/vlm/distributed.py:92
`requests.get(...)` 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 — cosmos/packages/cosmos3/packages/diffusers-cosmos3/diffusers_cosmos3/pipeline.py:928
`urllib.request.urlopen(...)` 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 — cosmos/wam_fold_policy/eval/eval_report.py:512
`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 — cosmos/wam_fold_policy/eval_i2v/run_all.py:47
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — fastwam/experiments/robotwin/eval_robotwin_single.py:245
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — fastwam/third_party/RoboTwin/envs/utils/images_to_video.py:18
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — fastwam/third_party/RoboTwin/script/eval_policy.py:336
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — fastwam/third_party/RoboTwin/script/eval_policy_client.py:432
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — giga_world_policy/scripts/build_wam_dataset.py:92
`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 — giga_world_policy/third_party/giga-models/giga_models/utils/download.py:25
`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 — giga_world_policy/third_party/giga-train/giga_train/distributed/launch.py:84
`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 — giga_world_policy/third_party/wan/utils/qwen_vl_utils.py:95
`requests.get(...)` 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 — kai0/src/openpi/models_pytorch/transformers_replace/models/paligemma/modeling_paligemma.py:284
`requests.get(...)` 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 — kai0/src/openpi/models_pytorch/transformers_replace/models/siglip/modeling_siglip.py:864
`requests.get(...)` 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 — kai0/train_deploy_alignment/data_augment/mini_lerobot/src/mini_lerobot/video.py:39
`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 — piper_tools/calibrate_serial_hitl.py:88
`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 — piper_tools/verify_can_mapping.py:105
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — train_scripts/kai/monitor/check_progress.py:116
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — web/dagger_manager/backend/app/stack.py:131
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 207 placeholder/mock markers across 76 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/intrinsics.yaml Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/intrinsics.yaml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
train_scripts/kai/launch/run_mix_apr28_450_gf1.sh Ports
medium System graph network Security conf 1.00 Privileged port 144 in use
Port 144 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
train_scripts/kai/launch/run_multinode.sh Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
kai0/train_deploy_alignment/dagger/agilex/activate_can_arms.sh Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
train_scripts/kai/launch/run_mix_vis600_gf0.sh Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
kai0/train_deploy_alignment/dagger/agilex/activate_can_arms.sh Ports
medium System graph network Security conf 1.00 Privileged port 56 in use
Port 56 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/intrinsics.yaml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
78 test file(s) for 1332 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 43 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 3433 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph security security conf 1.00 Insecure pattern 'debug_true' in cosmos/packages/cosmos3/cosmos_framework/utils/misc.py:344
Found a known-risky pattern (debug_true). Review and replace if possible.
cosmos/packages/cosmos3/cosmos_framework/utils/misc.py:344 Debug true
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: kai0/stage_advantage/eval_adv_est.py:video_paths, kai0/stage_advantage/render_progress_video.py:video_paths This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why…
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: kai0/scripts/merge_lerobot.py:find_parquet_by_episode, kai0/train_deploy_alignment/data_augment/merge_lerobot.py:find_parquet_by_episode, kai0/train_deploy_alignment/data_augment/time_scaling.py:find_parquet_by_episode This is *the* AI-coder failure …
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_avae_block_key_to_legacy` in cosmos/packages/cosmos3/cosmos_framework/inference/common/checkpoints.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_tick_pcd_legacy` in ros2_ws/src/piper/scripts/rerun_viz_node.py:1112
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `activate_can_v2` in piper_tools/calibrate_serial_hitl.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 `adv_est_v1` in kai0/src/openpi/training/config.py:1023
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `adv_est_v1` in kai0/stage_advantage/annotation/eval.py:59
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `adv_est_v1` in kai0/stage_advantage/eval_adv_est.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 `adv_est_v1` in kai0/stage_advantage/plot_all_curves.py:84
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `adv_est_v1` in kai0/stage_advantage/plot_per_episode.py:107
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `adv_est_v1` in train_scripts/kai/eval/validate_advantage_estimator.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 `autoencoder_v2` in cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/audio/avae.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 `autoencoder_v2` in cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/audio/avae_utils/models.py:34
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `autoencoder_v2` in cosmos/packages/cosmos3/cosmos_framework/scripts/_convert_model_to_diffusers.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `awbc_v1` in kai0/model_arithmetic/eval_awbc_only.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `awbc_v1` in kai0/model_arithmetic/eval_awbc_sanity.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `awbc_v1` in kai0/model_arithmetic/eval_awbc_with_advantage_prompt.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `awbc_v1` in train_scripts/kai/eval/eval_heldout_action_mse.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `benchmark_kai0_v1` in optimize/v1_triton/benchmark_kai0_v1.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 `board_legacy` in calib/board_def.py:146
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ckpt_v1` in optimize/v1_triton/compare_jax_v1_real_obs.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ckpt_v1` in train_scripts/kai/eval/cmp_score_kai0.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ckpt_v1` in web/dagger_manager/backend/app/models.py:64
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ckpt_v1` in web/dagger_manager/frontend/src/components/SystemCard.tsx:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `convert_dataset_v1_to_v2` in fastwam/src/fastwam/datasets/lerobot/lerobot/lerobot_dataset.py:373
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `convert_kai0_to_v1` in kai0/scripts/serve_policy_v1.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 `convert_kai0_to_v1` in optimize/v1_triton/convert_kai0_to_v1.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 `convert_kai0_to_v1` in optimize/v1_triton/expand_v1_pkl_for_phase2.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 `dir_old` in train_scripts/kai/eval/eval_oscillation_diag.py:126
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `download_checkpoint_v2` in cosmos/packages/cosmos3/cosmos_framework/checkpoint/base.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 `download_checkpoint_v2` in cosmos/packages/cosmos3/cosmos_framework/configs/base/defaults/vlm.py:63
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `download_checkpoint_v2` in cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/wan2pt2_vae_4x16x16.py:997
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `download_checkpoint_v2` in cosmos/packages/cosmos3/cosmos_framework/utils/checkpoint_db.py:413
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gf0_awbc_baseline_v1` in train_scripts/kai/eval/eval_awbc_compare.py:241
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gf0_awbc_baseline_v1` in train_scripts/kai/monitor/check_progress.py:294
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gf2_awbc_v1` in train_scripts/kai/eval/validate_awbc.py:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in cosmos/packages/cosmos3/cosmos_framework/utils/easy_io/backends/boto3_client.py:532
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in cosmos/packages/cosmos3/cosmos_framework/utils/vfm/vlm/pretrained_models_downloader.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 `list_objects_v2` in cosmos/packages/cosmos3/cosmos_framework/utils/vlm/pretrained_models_downloader.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 `model_cfg_copy` in fastwam/experiments/robotwin/fastwam_policy/deploy_policy.py:159
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/args_test.py:109
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/common/args.py:876
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/dataset.py:180
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/dataset_samples.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 `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/inference.py:754
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/transfer.py:280
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/scripts/action_policy_server_robolab.py:362
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in cosmos/packages/cosmos3/cosmos_framework/scripts/upsample_prompts.py:132
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `normal_v1` in kai0/model_arithmetic/eval_kai0_mixed_1.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `normal_v1` in kai0/model_arithmetic/evaluate_heldout.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `normal_v1` in kai0/model_arithmetic/evaluate_models.py:34
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `obs_old` in start_scripts/kai/test_inference_parity.py:168
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `optimizer_kwargs_copy` in cosmos/packages/cosmos3/cosmos_framework/utils/vlm/optimizer.py:81
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `pi05_flatten_fold_normal_v1` in ros2_ws/src/piper/launch/autonomy_launch.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 `pi05_flatten_fold_normal_v1` in ros2_ws/src/piper/launch/session_launch.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 `request_json_copy` in cosmos/packages/cosmos3/cosmos_framework/scripts/action_policy_server_libero.py:325
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `robot_welding_copy` in cosmos/packages/cosmos3/cosmos_framework/inference/common/args_test.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `squaredcos_cap_v2` in giga_world_policy/third_party/wan/utils/fm_solvers.py:121
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `squaredcos_cap_v2` in tau-0-wm/models/wan_2_2_models/scheduler/fm_solvers.py:121
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `stand_box_v1` in train_scripts/kai/eval/eval_val_action_mse.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 `start_autonomy_from_ckpt_v1` in train_scripts/kai/eval/compare_online_kai0_gwp.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 `start_autonomy_from_ckpt_v1` in web/dagger_manager/backend/app/stack.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 `start_autonomy_v1` in kai0/scripts/shm_transport.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `start_autonomy_v1` in ros2_ws/src/piper/scripts/multi_camera_node.py:87
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `start_serve_v1` in kai0/scripts/serve_policy_flash.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 `tac_v2` in train_scripts/kai/eval/eval_tac_diagnostic.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 `target_lst_copy` in fastwam/third_party/RoboTwin/envs/robot/robot.py:369
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `task_a_mix_b6000_p1200_v1` in optimize/v1_triton/tune_5090.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `task_a_mix_b6000_p1200_v1` in optimize/v1_triton/tune_5090_all.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `task_a_mix_b6000_p1200_v1` in optimize/v1_triton/tune_5090_pipelining.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_warm_start_loads_but_skips_copy` in cosmos/packages/cosmos3/cosmos_framework/configs/base/base_config_test.py:90
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `timesteps_copy` in kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:249
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `to_legacy` in ros2_ws/src/piper/scripts/_bg_builder.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 `ubuntu_old` in train_scripts/xvla/eval/eval_pi05_fk_ee6d.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `visrobot_backup` in start_scripts/data_fix/rescale_gripper_R_nonlinear.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `visrobot_backup` in start_scripts/data_fix/rescale_gripper_task_a_base.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 `w_old` in kai0/train_deploy_alignment/dagger/agilex/agilex_openpi_dagger_collect.py:396
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in kai0/train_deploy_alignment/dagger/agilex/agilex_openpi_dagger_collect_ros2.py:402
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in kai0/train_deploy_alignment/inference/agilex/inference/agilex_inference_openpi_rtc.py:241
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in kai0/train_deploy_alignment/inference/agilex/inference/agilex_inference_openpi_temporal_smoothing.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 `w_old` in kai0/train_deploy_alignment/inference/agilex/inference/agilex_inference_openpi_temporal_smoothing_ros2.py:223
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in kai0/train_deploy_alignment/inference/arx/inference/arx_openpi_inference_rtc.py:123
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in kai0/train_deploy_alignment/inference/arx/inference/arx_openpi_inference_temporal_smooth.py:107
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in ros2_ws/src/piper/scripts/policy_inference_node.py:276
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `w_old` in xvla/analyze_cmd_vs_output.py:131
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in cosmos/packages/cosmos3/cosmos_framework/configs/base/experiment/action/posttrain_config/wam_fold_nano.py:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in cosmos/packages/cosmos3/cosmos_framework/configs/base/experiment/action/posttrain_config/wam_fold_wm_nano.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 `wam_fold_v1` in cosmos/wam_fold_policy/eval/eval_report.py:968
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in cosmos/wam_fold_policy/eval_i2v/eval_cosmos3.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in cosmos/wam_fold_policy/eval_i2v/gen_worklist.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in cosmos/wam_fold_wm/eval/fd_infer.py:34
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in fastwam/scripts/compute_latents.py:36
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in fastwam/scripts/eval_offline_fold.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/build_wam_dataset.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/_diag_deep.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/_diag_perdim.py:63
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/_diag_teacher_force.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/compute_latents.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/compute_latents_tau0.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/compute_norm_stats_fast.py:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/health_check.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 `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/make_heldout.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/split_heldout.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/scripts/wam_pipeline/validate_dataset.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 `wam_fold_v1` in giga_world_policy/world_action_model/configs/visrobot01_fold.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 `wam_fold_v1` in giga_world_policy/world_action_model/configs/visrobot01_fold_aihc_latent.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 `wam_fold_v1` in giga_world_policy/world_action_model/configs/visrobot01_fold_aihc_latent_5x.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in giga_world_policy/world_action_model/configs/visrobot01_fold_aihc_latent_warmup.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 `wam_fold_v1` in giga_world_policy/world_action_model/configs/visrobot01_fold_latent_chk.py:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/data_joint.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 `wam_fold_v1` in tau-0-wm/finetune/eval_gigaworld_dist.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/eval_val.py:65
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/gen_video_compare.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/run_eval_dist.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/run_train.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wam_fold_v1` in tau-0-wm/finetune/train_tau0.py:165
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `x_copy` in fastwam/src/fastwam/models/wan22/wan_video_vae.py:470
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `x_copy` in giga_world_policy/third_party/wan/modules/vae2_2.py:448
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `x_copy` in tau-0-wm/models/wan_2_2_models/vae/vae2_2.py:448
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: compatible_dict_access
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/mini_lerobot/src/mini_lerobot/metadata.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: copy_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/scripts/merge_lerobot.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: copy_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/merge_lerobot.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: eval_step
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/scripts/train.py:304
low System graph software Dead code conf 1.00 Possibly dead Python function: exit_return_to_zero
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:1330
low System graph software Dead code conf 1.00 Possibly dead Python function: flip_video
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/space_mirroring.py:434
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_launch_description
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/X5_ws/install/arx_x5_controller/share/arx_x5_controller/launch/x5_v2/v2_vr_single_arm.launch.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_launch_description
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/X5_ws/install/arx_x5_controller/share/arx_x5_controller/launch/x5_v2/v2_joint_control.launch.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: has_any
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:346
low System graph software Dead code conf 1.00 Possibly dead Python function: inference_fn_non_blocking_fast
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:625
low System graph software Dead code conf 1.00 Possibly dead Python function: joint_left_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:881
low System graph software Dead code conf 1.00 Possibly dead Python function: joint_right_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:891
low System graph software Dead code conf 1.00 Possibly dead Python function: keyboard_monitor_thread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:571
low System graph software Dead code conf 1.00 Possibly dead Python function: lazy_load_hdf5_dataset_noimg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/mini_lerobot/interface.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: left_arm_command_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:902
low System graph software Dead code conf 1.00 Possibly dead Python function: load_hdf5_dataset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/mini_lerobot/interface.py:9
low System graph software Dead code conf 1.00 Possibly dead Python function: loss_fn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/scripts/train.py:368
low System graph software Dead code conf 1.00 Possibly dead Python function: master_status_left_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:945
low System graph software Dead code conf 1.00 Possibly dead Python function: master_status_right_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:950
low System graph software Dead code conf 1.00 Possibly dead Python function: process_videos
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/space_mirroring.py:474
low System graph software Dead code conf 1.00 Possibly dead Python function: produce_episode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/convert_h5_lerobot.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: reset_master_ctrl_target
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:962
low System graph software Dead code conf 1.00 Possibly dead Python function: right_arm_command_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/dagger/arx/arx_openpi_dagger_collect.py:911
low System graph software Dead code conf 1.00 Possibly dead Python function: split_lerobot_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/scripts/split_lerobot.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: swap_arms_in_parquet
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/space_mirroring.py:154
low System graph software Dead code conf 1.00 Possibly dead Python function: transcode_video_simple
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/train_deploy_alignment/data_augment/mini_lerobot/src/mini_lerobot/video.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: write_to_v1_buffer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kai0/scripts/serve_policy_v1.py:290
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — web/data_manager/frontend/src/App.tsx:99
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `_build_setup` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/inference/common/args.py:697
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_convert_model` (body is just `pass`/`return`) — giga_world_policy/third_party/giga-train/giga_train/trainers/trainer.py:976
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `add_episode` (body is just `pass`/`return`) — kai0/train_deploy_alignment/data_augment/convert_h5_lerobot.py:285
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `after_load_model` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/inference/model.py:490
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `enable_context_parallel` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/mot/modeling_utils.py:195
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `encode` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/interface.py:40
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `extend_with_img` (body is just `pass`/`return`) — giga_world_policy/third_party/wan/utils/prompt_extend.py:72
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `forward` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/vfm/model_weights_stats.py:51
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `load_from_fileobj` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/easy_io/handlers/base.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `load_state_dict_from_2d` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/dc_ae/dc_ae_v_ops.py:591
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_before_optimizer_step` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/training_telemetry/callback.py:142
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_train_start` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/callback.py:122
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `play_once` (body is just `pass`/`return`) — fastwam/third_party/RoboTwin/code_gen/prompt.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `play_once` (body is just `pass`/`return`) — fastwam/third_party/RoboTwin/code_gen/task_generation.py:51
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `play_once` (body is just `pass`/`return`) — fastwam/third_party/RoboTwin/code_gen/task_generation_mm.py:59
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `play_once` (body is just `pass`/`return`) — fastwam/third_party/RoboTwin/code_gen/task_info.py:10
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `play_once` (body is just `pass`/`return`) — fastwam/third_party/RoboTwin/envs/_base_task.py:217
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset_dtype` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/dc_ae/dc_ae_4x32x32.py:84
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset_dtype` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/uniae/noncausal_4x16x16.py:274
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset_dtype` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/wan2pt1_vae_4x8x8.py:778
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset_dtype` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/tokenizers/wan2pt2_vae_4x16x16.py:1375
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — kai0/packages/openpi-client/src/openpi_client/websocket_client_policy.py:58
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — tau-0-wm/web_infer_utils/openpi_client/websocket_client_policy.py:54
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `save` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/checkpoint/base.py:88
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `save` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/checkpoint/dummy.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `size` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/easy_io/backends/base_backend.py:41
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `validate` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/utils/validator.py:48
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `validation_step` (body is just `pass`/`return`) — cosmos/packages/cosmos3/cosmos_framework/model/vfm/omni_mot_model.py:2655
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: DELETE /api/dagger/episodes/{subset}/{date}/{episode_id}
`web/dagger_manager/backend/app/main.py` declares `DELETE /api/dagger/episodes/{subset}/{date}/{episode_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/episodes/{task_id}/{subset}/{episode_id}
`web/data_manager/backend/app/main.py` declares `DELETE /api/episodes/{task_id}/{subset}/{episode_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/templates/{tid}
`web/data_manager/backend/app/main.py` declares `DELETE /api/templates/{tid}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`web/showcase/server.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/camera/{cam}/mjpeg
`web/dagger_manager/backend/app/main.py` declares `GET /api/camera/{cam}/mjpeg` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/dagger/ckpts
`web/dagger_manager/backend/app/main.py` declares `GET /api/dagger/ckpts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/dagger/episodes
`web/dagger_manager/backend/app/main.py` declares `GET /api/dagger/episodes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/dagger/episodes/{subset}/{date}/{episode_id}/video/{camera}
`web/dagger_manager/backend/app/main.py` declares `GET /api/dagger/episodes/{subset}/{date}/{episode_id}/video/{camera}` 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 — conside…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/dagger/status
`web/dagger_manager/backend/app/main.py` declares `GET /api/dagger/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/dagger/tasks
`web/dagger_manager/backend/app/main.py` declares `GET /api/dagger/tasks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/docs/index
`web/showcase/server.py` declares `GET /api/docs/index` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/episodes
`web/data_manager/backend/app/main.py` declares `GET /api/episodes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/episodes/{task_id}/{subset}/{episode_id}/depth/{camera}/frame/{frame_index}
`web/data_manager/backend/app/main.py` declares `GET /api/episodes/{task_id}/{subset}/{episode_id}/depth/{camera}/frame/{frame_index}` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/episodes/{task_id}/{subset}/{episode_id}/depth/{camera}/info
`web/data_manager/backend/app/main.py` declares `GET /api/episodes/{task_id}/{subset}/{episode_id}/depth/{camera}/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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/episodes/{task_id}/{subset}/{episode_id}/meta
`web/data_manager/backend/app/main.py` declares `GET /api/episodes/{task_id}/{subset}/{episode_id}/meta` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/episodes/{task_id}/{subset}/{episode_id}/video/{camera}
`web/data_manager/backend/app/main.py` declares `GET /api/episodes/{task_id}/{subset}/{episode_id}/video/{camera}` 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 remo…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/features
`web/showcase/server.py` declares `GET /api/features` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/health
`web/showcase/server.py` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/joints
`web/dagger_manager/backend/app/main.py` declares `GET /api/joints` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/milestones
`web/showcase/server.py` declares `GET /api/milestones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/readme
`web/showcase/server.py` declares `GET /api/readme` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/recorder
`web/data_manager/backend/app/main.py` declares `GET /api/recorder` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/recorder/preflight
`web/data_manager/backend/app/main.py` declares `GET /api/recorder/preflight` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/session
`web/data_manager/backend/app/main.py` declares `GET /api/session` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stats
`web/data_manager/backend/app/main.py` declares `GET /api/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: GET /api/sync/status
`web/data_manager/backend/app/main.py` declares `GET /api/sync/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/templates
`web/data_manager/backend/app/main.py` declares `GET /api/templates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /models
`cosmos/packages/cosmos3/cosmos_framework/inference/ray/serve.py` declares `GET /models` 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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/dagger/execute
`web/dagger_manager/backend/app/main.py` declares `POST /api/dagger/execute` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/dagger/record/discard
`web/dagger_manager/backend/app/main.py` declares `POST /api/dagger/record/discard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/dagger/record/save
`web/dagger_manager/backend/app/main.py` declares `POST /api/dagger/record/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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/dagger/record/start
`web/dagger_manager/backend/app/main.py` declares `POST /api/dagger/record/start` 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

Showing first 300 of 350. 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/d4b67b3c-f180-4e35-9232-573e51625271/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d4b67b3c-f180-4e35-9232-573e51625271/

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.