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.

Phantomape/ginger

https://github.com/Phantomape/ginger · scanned 2026-06-15 23:49 UTC (2 months, 3 weeks ago)

813 raw signals (0 security + 813 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 793 actionable findings from 1 signal source. 20 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 75.0/100 with 100.0% coverage. It contains 34436 nodes across 10 cross-layer flows, written primarily in mixed languages. Engine surfaced 813 findings — concentrated in quality (765), software (29), api (8). Risk profile is high: 0 critical, 5 high, 16 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 Flask mutation route `create_open_position` without `@login_required` — remote/server.py:721
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
remote/server.py:721 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `edit_open_position` without `@login_required` — remote/server.py:763
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
remote/server.py:763 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `open_positions` without `@login_required` — remote/server.py:680
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
remote/server.py:680 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `run_codex` without `@login_required` — remote/server.py:835
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
remote/server.py:835 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stop_codex` without `@login_required` — remote/server.py:851
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
remote/server.py:851 securityAuth flask unauth route
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph data Analyzer error conf 1.00 Analyzer timeout: data.databases
analyzer exceeded 60.0s wall-clock (thread mode — daemon abandoned). Bump REPOBILITY_ANALYZER_TIMEOUT_S if expected.
Timeout
medium System graph security Analyzer error conf 1.00 Analyzer timeout: security.gitleaks
analyzer exceeded 60.0s wall-clock (thread mode — daemon abandoned). Bump REPOBILITY_ANALYZER_TIMEOUT_S if expected.
Timeout
medium System graph security Analyzer error conf 1.00 Analyzer timeout: security.scan
analyzer exceeded 60.0s wall-clock (thread mode — daemon abandoned). Bump REPOBILITY_ANALYZER_TIMEOUT_S if expected.
Timeout
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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — quant/experiments/exp_20260601_016_current_baseline_parity_audit.py:129
`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 — quant/experiments/exp_20260601_022_gross_margin_alpha_blocker_decision.py:105
`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 — quant/experiments/exp_20260601_023_baseline_earnings_dte_drift_attribution.py:140
`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 — quant/experiments/exp_20260602_002_post_earnings_reset_continuation.py:147
`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 — quant/experiments/exp_20260603_025_accepted_consensus_vix_low_stress.py:715
`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 — scripts/backfill_low_deployment_etf_overlay.py:55
`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 — scripts/build_alpha_memory.py:677
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 13 placeholder/mock markers across 9 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 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
experiments/research/pullback_rs_eod/config.yaml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
166 test file(s) for 1699 source file(s) (ratio 0.10). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 2388 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/experiment_registry.py:prediction_missing_reasons, scripts/experiment_registry.py:lean_prediction_quality_reasons This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate o…
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 33 places
Functions with the same first-5-line body hash: quant/form4_event_sleeve.py:empty_form4_event_sleeve_state, quant/state_surface_sleeve.py:empty_state_surface_sleeve_state, quant/post_earnings_underpriced_drift_paper_sleeve.py:empty_post_earnings_underpriced_drift_paper_state, quant/industry_relativ…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_monotonicity_v1` in quant/experiments/exp_20260602_022_post_earnings_drift_score_monotonicity.py:382
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_allocator_activation_envelope_gate_v2` in quant/experiments/exp_20260612_024_allocator_envelope_v2_equity_basis.py:169
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_allocator_front_loaded_extension_tail_exclusion_v1` in quant/experiments/exp_20260613_011_allocator_front_loaded_extension_tail.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_allocator_prune_industry_laggard_repair_source_v1` in quant/experiments/exp_20260611_010_allocator_prune_industry_laggard.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_allocator_return_extension_tail_state_bucket_v1` in quant/experiments/exp_20260610_020_accepted_allocator_tail_state_attribution.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_allocator_tail_state_aware_same_day_routing_v1` in quant/experiments/exp_20260610_021_accepted_allocator_tail_state_routing.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_consensus_same_day_core_overlap_replacement_value_v1` in quant/experiments/exp_20260603_026_accepted_consensus_core_overlap_replacement_value.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_consensus_vix_low_stress_context_v1` in quant/experiments/exp_20260603_025_accepted_consensus_vix_low_stress.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 `accepted_consensus_with_broad_market_prior_3d_lead_v1` in quant/experiments/exp_20260604_007_broad_market_prior_lead_consensus.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_default_off_sleeve_state_attribution_v1` in quant/experiments/exp_20260606_022_market_state_accepted_sleeve_replacement_value_attribution.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_free_data_consensus_alpha_fundamental_pair_v1` in quant/experiments/exp_20260601_020_accepted_consensus_alpha_fundamental_pair.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 `accepted_free_data_consensus_core_capacity_available_gate_v1` in quant/experiments/exp_20260601_018_accepted_consensus_core_capacity_available.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 `accepted_free_data_consensus_core_capacity_available_gate_v1` in quant/experiments/exp_20260601_028_accepted_consensus_core_capacity_available_current_baseline.py:193
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_free_data_consensus_core_capacity_available_gate_v1` in quant/test_free_data_cross_source_consensus_paper_sleeve.py:95
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_free_data_consensus_liquidity_efficiency_gate_v1` in quant/experiments/exp_20260601_017_accepted_consensus_liquidity_efficiency.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 `accepted_free_data_consensus_no_core_entry_day_capacity_gate_v1` in quant/experiments/exp_20260601_015_accepted_consensus_no_core_capacity.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 `accepted_free_data_cross_source_consensus_candidate_pool_v1` in quant/experiments/exp_20260531_030_accepted_free_data_cross_source_consensus.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 `accepted_free_data_cross_source_consensus_include_post_earnings_underpriced_source_v1` in quant/experiments/exp_20260603_001_post_earnings_consensus_source.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 `accepted_free_data_cross_source_consensus_shared_adapter_v1` in quant/experiments/exp_20260601_001_accepted_free_data_cross_source_consensus_adapter.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 `accepted_free_data_cross_source_consensus_shared_v1` in quant/free_data_cross_source_consensus_paper_sleeve.py:51
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_helper_source_priority_allocator_execution_envelope_v1` in quant/experiments/exp_20260612_022_allocator_activation_envelope_gate.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_helper_source_priority_shared_default_off_allocator_v2` in quant/accepted_helper_source_priority_allocator_paper_sleeve.py:74
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_helper_source_priority_top1_allocation_v1` in quant/experiments/exp_20260610_004_accepted_helper_source_priority_allocation.py:46
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_lagged_consensus_cost_liquidity_support_v1` in quant/experiments/exp_20260604_011_lagged_consensus_cost_liquidity_support.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_lagged_consensus_fill_delay_gap_guard_v1` in quant/experiments/exp_20260605_021_lagged_consensus_fill_delay_gap_guard.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_lagged_consensus_mixed_balanced_normal_1_25x_v1` in quant/experiments/exp_20260606_023_market_state_lagged_consensus_allocation.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_raw_momentum_v1` in quant/experiments/exp_20260522_004_low_deployment_etf_volatility_cap.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 `accepted_raw_momentum_v1` in quant/experiments/exp_20260522_018_low_deployment_etf_momentum_lead.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_raw_momentum_v1` in quant/experiments/exp_20260522_021_low_deployment_etf_active_core_scalar.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 `accepted_raw_momentum_v1` in quant/experiments/exp_20260525_002_low_deployment_etf_smallcap_breadth_confirmation.py:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_relation_helper_same_day_industry_consensus_candidate_source_v1` in quant/experiments/exp_20260608_009_accepted_relation_helper_consensus.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_sleeve_ex_top_state_screen_v1` in quant/experiments/exp_20260613_008_accepted_sleeve_ex_top_state_screen.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_source_consensus_candidate_pool_v1` in quant/experiments/exp_20260531_026_accepted_source_consensus_candidate_pool.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 `accepted_source_consensus_shared_adapter_v1` in quant/experiments/exp_20260531_029_accepted_source_consensus_adapter.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `accepted_source_consensus_shared_v1` in quant/accepted_source_consensus_paper_sleeve.py:72
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ai_optical_iwm_confirmed_fixed_notional_paper_sleeve_routing_v1` in quant/experiments/exp_20260525_003_ai_optical_iwm_confirmed_fixed_notional_sleeve.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 `ai_optical_iwm_confirmed_fixed_notional_v1` in quant/ai_optical_paper_sleeve.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ai_optical_iwm_confirmed_source_family_presence_added_to_independent_consensus_v1` in quant/experiments/exp_20260603_023_ai_optical_consensus_source_family.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 `ai_optical_iwm_or_qqq_market_confirmation_candidate_expansion_v1` in quant/experiments/exp_20260526_012_ai_optical_dual_market_confirmation.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 `ai_optical_lagged_prior_3_trading_days_v1` in quant/experiments/exp_20260604_017_ai_optical_lagged_prior_consensus.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alpha_score_component_decomposition_forward_return_v1` in quant/experiments/exp_20260601_003_alpha_score_component_decomposition_forward_return.py:72
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alpha_score_market_regime_rank2_source_family_added_to_allocator_v1` in quant/experiments/exp_20260613_012_alpha_score_allocator_source_extension.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 `alpha_score_market_regime_safe_notional_shared_adapter_v1` in quant/experiments/exp_20260531_023_alpha_score_market_regime_paper_adapter.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alpha_score_market_regime_safe_notional_shared_v1` in quant/alpha_score_market_regime_paper_sleeve.py:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alpha_score_market_regime_vix_below_25_support_v1` in quant/experiments/exp_20260603_024_alpha_score_vix_regime_support.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 `alpha_score_source_consensus_shared_adapter_v1` in quant/experiments/exp_20260531_025_alpha_score_source_consensus_adapter.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 `alpha_score_source_consensus_support_scalar_v1` in quant/experiments/exp_20260531_024_alpha_score_source_consensus_support.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 `asynchronous_lead_lag_peer_catchup_top1_next_open_10d_v1` in quant/experiments/exp_20260609_013_asynchronous_lead_lag_peer_catchup.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `benchmark_momentum_gate_v1` in quant/experiments/exp_20260510_005_rotation_tilt_plus_benchmark_state_surface_stack.py:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `beta60_residual_ret20_v1` in quant/experiments/exp_20260527_025_broad_market_idiosyncratic_residual_leadership.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 `breadth_alignment_existing_component_monotonic_validation_v1` in quant/experiments/exp_20260605_023_breadth_alignment_monotonic_validation.py:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `breadth_confirmed_gap_hold_top1_next_open_10d_v1` in quant/experiments/exp_20260609_003_breadth_confirmed_gap_hold.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 `breadth_intensity_support_pass_v1` in quant/report_generator.py:2632
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `breadth_intensity_support_pass_v1` in quant/test_volume_breadth_breakout_paper_sleeve.py:145
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `breadth_recovery_confirmed_breakout_top1_v1` in quant/experiments/exp_20260526_021_breadth_recovery_breakout_sleeve.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_companyfacts_dual_growth_rs_candidate_source_v1` in quant/experiments/exp_20260605_011_broad_companyfacts_dual_growth_rs_candidate_pool.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_companyfacts_fresh_underreaction_filing_top1_v1` in quant/experiments/exp_20260605_022_broad_companyfacts_fresh_underreaction_filing.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_companyfacts_peer_confirmed_filing_drift_shared_adapter_v1` in quant/companyfacts_peer_confirmed_filing_drift_paper_sleeve.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_companyfacts_peer_confirmed_filing_drift_top1_v1` in quant/experiments/exp_20260605_014_broad_companyfacts_peer_confirmed_filing_drift.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 `broad_companyfacts_peer_confirmed_shared_adapter_v1` in quant/experiments/exp_20260605_015_broad_companyfacts_peer_confirmed_adapter.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_companyfacts_peer_price_absorption_top1_v1` in quant/experiments/exp_20260605_016_broad_companyfacts_peer_price_absorption.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 `broad_companyfacts_profitability_inflection_rs_candidate_source_v1` in quant/experiments/exp_20260605_026_broad_companyfacts_profitability_inflection_rs.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 `broad_fundamental_growth_forward_return_v1` in quant/experiments/exp_20260605_010_broad_fundamental_growth_attribution.py:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_low_beta_residual_momentum_candidate_source_v1` in quant/experiments/exp_20260605_013_broad_low_beta_residual_momentum.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 `broad_market_cost_liquidity_haircut_v1` in quant/experiments/exp_20260527_024_broad_market_cost_liquidity_haircut.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_leadership_candidate_pool_shadow_v1` in quant/experiments/exp_20260519_034_broad_market_leadership_candidate_pool_shadow.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_leadership_source_family_added_to_accepted_free_data_consensus_v1` in quant/experiments/exp_20260604_002_broad_market_consensus_source_family.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_negative_sector_notional_haircut_v1` in quant/experiments/exp_20260530_024_broad_market_sector_risk_haircut.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 `broad_market_ohlcv_warehouse_v1` in quant/experiments/exp_20260519_030_broad_market_ohlcv_warehouse.py:885
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_orderly_market_liquidity_support_v1` in quant/experiments/exp_20260602_028_broad_market_market_liquidity_support.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_price_floor_candidate_pool_shadow_v1` in quant/experiments/exp_20260519_035_broad_market_price_floor_candidate_pool_shadow.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_research_ok_non_sleeve_universe_state_feed_v1` in quant/experiments/exp_20260525_009_broad_market_research_ok_feed_pool.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_market_sector_open_crowding_haircut_v1` in quant/experiments/exp_20260527_901_broad_market_sector_open_crowding_haircut.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 `broad_market_sector_open_crowding_support_v1` in quant/experiments/exp_20260527_021_broad_market_sector_open_crowding_support.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_source_state_attribution_ex_top_screen_v1` in quant/experiments/exp_20260612_027_broad_state_source_attribution.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_universe_alpha_score_ranking_validation_v1` in quant/experiments/exp_20260601_006_broad_universe_alpha_score_ranking_validation.py:82
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `broad_universe_warehouse_refresh_v1` in quant/ohlcv_warehouse_refresh.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 `candidate_microstructure_quality_source_arbitration_v1` in quant/experiments/exp_20260613_009_candidate_microstructure_allocator.py:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `candidate_pool_membership_in_static_snapshot_copy` in quant/experiments/exp_20260511_002_space_catalyst_static_pool_replay.py:600
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `candidate_ret5_lte_20pct_v1` in quant/experiments/exp_20260606_014_broad_5d_winner_exhaustion_cap.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `canonical_forward_replacement_value_current_state_v1` in quant/experiments/exp_20260612_012_forward_replacement_value_current_state_repair.py:338
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cash_conversion_closed_ledger_profit_cap_drawdown_governor_v1` in quant/experiments/exp_20260529_012_fundamental_cash_conversion_closed_ledger_governor.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cien_technology_haircut_exception_reference_v1` in quant/experiments/exp_20260520_032_alpha_factory_metric_backfill.py:387
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `close_location_lte_0p60_scalar_1p10_v1` in quant/experiments/exp_20260528_033_ai_optical_low_close_location_support.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `companyfacts_asset_turnover_support_v1` in quant/experiments/exp_20260602_007_companyfacts_asset_turnover_support.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 `companyfacts_cash_conversion_quality_support_v1` in quant/experiments/exp_20260602_001_companyfacts_cash_conversion_quality_support.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 `companyfacts_cost_liquidity_support_v1` in quant/experiments/exp_20260601_030_companyfacts_cost_liquidity_support.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 `companyfacts_dual_growth_pair_support_v1` in quant/experiments/exp_20260601_031_companyfacts_dual_growth_pair_support.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 `companyfacts_operating_margin_expansion_support_v1` in quant/experiments/exp_20260602_013_companyfacts_operating_margin_expansion_support.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `companyfacts_quality_compression_breakout_top1_next_open_10d_v1` in quant/experiments/exp_20260608_014_companyfacts_quality_compression_breakout.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `companyfacts_sector_residual_strength_support_v1` in quant/experiments/exp_20260602_009_companyfacts_sector_residual_support.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 `companyfacts_shareholder_yield_cash_generation_combo_v1` in quant/experiments/exp_20260609_009_companyfacts_shareholder_yield_fcf_combo.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 `compression_breakout_tail_state_top1_next_open_10d_v1` in quant/experiments/exp_20260610_017_compression_tail_state_breakout.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 `compression_core_flow_nonoverlap_top1_10d_v1` in quant/experiments/exp_20260608_020_compression_core_flow_confirmation.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 `compression_on_accepted_vixy_relief_top1_10d_v1` in quant/experiments/exp_20260608_022_compression_volatility_relief_confirmation.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 `compute_memory_fixed_notional_paper_sleeve_routing_v1` in quant/experiments/exp_20260525_004_compute_memory_fixed_notional_sleeve.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consensus_mixed_balanced_normal_same_entry_displacement_v1` in quant/experiments/exp_20260609_021_consensus_state_exact_displacement.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 `consensus_sleeve_mixed_balanced_normal_tilt_v1` in quant/experiments/exp_20260612_018_state_router_consensus_tilt.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consensus_tilt_per_ticker_repetition_cap_v1` in quant/experiments/exp_20260612_020_state_router_per_ticker_cap.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consumer_platform_qqq_confirmed_fixed_notional_paper_sleeve_routing_v1` in quant/experiments/exp_20260525_007_consumer_platform_qqq_confirmed_fixed_notional_sleeve.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 `core_flow_corr_cluster_breadth_top1_next_open_10d_v1` in quant/experiments/exp_20260612_014_dynamic_corr_cluster_breadth_leadership.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_flow_positive_laggard_top1_next_open_10d_v1` in quant/experiments/exp_20260606_024_rolling_corr_peer_shock_core_flow_positive.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 `core_misfit_negative_signal_v2` in quant/core_misfit_paper_sleeve.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 `core_misfit_no_trade_alpha_report_v1` in quant/test_core_misfit_paper_sleeve.py:226
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_overlap_attribution_v1` in quant/experiments/exp_20260525_035_state_surface_core_overlap_attribution.py:663
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_selected_anchor_peer_lag_top1_next_open_10d_v1` in quant/experiments/exp_20260607_001_core_selected_anchor_peer_lag.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 `cper_thrust_materials_industrials_leadership_top2_10d_v1` in quant/experiments/exp_20260608_001_copper_growth_stock_leadership.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 `cross_asset_risk_off_v2` in quant/experiments/legacy/exp_20260425_008_cross_asset_audit.py:236
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cross_section_pressure_resilience_candidate_source_v1` in quant/experiments/exp_20260605_033_cross_section_pressure_resilience_candidate_pool.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 `cross_sectional_ranking_predictive_power_attribution_v1` in quant/experiments/exp_20260530_022_cross_sectional_ranking_predictive_power_attribution.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `current_forward_replacement_value_activation_readiness_v1` in quant/experiments/exp_20260611_022_forward_activation_readiness.py:333
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `current_state_legacy` in scripts/build_alpha_memory.py:388
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daily_ohlcv_gap_audit_v1` in quant/experiments/exp_20260526_037_kova_unavailable_feature_readiness_audit.py:273
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `default_off_alpha_attribution_report_v1` in quant/default_off_alpha_attribution.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 `default_off_candidate_pool_forward_maturity_direction_rank_v1` in quant/experiments/exp_20260529_009_default_off_candidate_pool_forward_maturity_direction.py:475
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `defensive_energy_sector_etf_lead_laggard_top1_next_open_10d_v1` in quant/experiments/exp_20260606_029_sector_etf_lead_laggard_candidate_pool.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 `defensive_sector_etf_stock_leadership_top2_next_open_10d_v1` in quant/experiments/exp_20260607_027_defensive_sector_rotation_leadership.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 `delayed_sec_filing_confirmation_top1_next_open_10d_v1` in quant/experiments/exp_20260611_013_delayed_sec_filing_confirmation_leadership.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 `delta_vs_v1` in quant/experiments/exp_20260512_777_low_deployment_etf_candidate_pool.py:290
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `delta_vs_v1` in quant/experiments/exp_20260518_003_low_deployment_etf_activation_threshold.py:367
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dia_mdy_vs_spy_confirmed_stock_leadership_top2_10d_v1` in quant/experiments/exp_20260608_006_dia_mdy_real_economy_leadership.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 `distribution_absorption_pre_pressure_compression_filter_v1` in quant/experiments/exp_20260611_014_distribution_absorption_precompression.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 `distribution_day_absorption_lagged_consensus_source_family_v1` in quant/experiments/exp_20260612_013_distribution_absorption_lagged_consensus_source.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `distribution_day_absorption_leadership_shared_default_off_adapter_v1` in quant/distribution_day_absorption_leadership_paper_sleeve.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `distribution_day_absorption_leadership_shared_default_off_candidate_source_v1` in quant/experiments/exp_20260611_007_distribution_day_absorption_shared_adapter.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 `distribution_day_absorption_leadership_top1_next_open_10d_v1` in quant/experiments/exp_20260611_006_distribution_day_absorption_leadership.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `distribution_day_absorption_rank3_shared_allocator_source_v1` in quant/experiments/exp_20260611_008_distribution_absorption_allocator_source.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 `distribution_pressure_low_beta_defensive_leadership_top1_next_open_10d_v1` in quant/experiments/exp_20260611_019_distribution_pressure_low_beta_defensive_leadership.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `down_volume_absorption_breakout_top1_v1` in quant/experiments/exp_20260527_011_down_volume_absorption_breakout_sleeve.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 `dropped_old` in quant/clean_news.py:98
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dropped_old` in quant/filter.py:436
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dropped_old` in quant/run_pipeline.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 `early_peer_earnings_reaction_bucket_v1` in quant/peer_earnings_reaction.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 `early_peer_earnings_reaction_transfer_candidate_source_v1` in quant/experiments/exp_20260602_012_post_earnings_peer_reaction_transfer.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `early_peer_earnings_sympathy_top1_next_open_10d_v1` in quant/experiments/exp_20260609_024_early_peer_earnings_sympathy.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `earnings_imminent_pre_event_exit_policy_v1` in quant/experiments/exp_20260531_004_earnings_imminent_pre_event_exit.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `earnings_imminent_surprise_rs_candidate_source_v1` in quant/experiments/exp_20260531_003_earnings_imminent_surprise_rs_candidate_pool.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `earnings_snapshot_eps_estimate_revision_velocity_20d_candidate_source_v1` in quant/experiments/exp_20260604_029_analyst_revision_velocity_candidate_pool.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 `earnings_snapshot_pit_eps_estimate_delta_30d_v1` in quant/experiments/exp_20260528_030_eps_estimate_delta_30d_pit_join_into_expectation_revision_watchlist_row.py:80
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `earnings_snapshot_pre_earnings_surprise_revision_rs_candidate_source_v1` in quant/experiments/exp_20260531_001_pre_earnings_surprise_revision_rs_candidate_pool.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 `earnings_yield_positive_value_candidate_source_v1` in quant/experiments/exp_20260601_004_companyfacts_earnings_yield_rs_candidate_pool.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 `entry_day_low_minus_2pct_stop_v1` in quant/experiments/exp_20260527_016_kova_entry_day_low_stop_shadow_replay.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 `eps_7d_revision_magnitude_bucket_v1` in quant/experiments/exp_20260527_002_expectation_direction_three_round_suite.py:80
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `estimate_revision_snapshot_duplicate_selection_v1` in quant/experiments/exp_20260525_025_estimate_revision_snapshot_dedupe_repair.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 `event_bundle_forward_gated_trade_plan_v1` in quant/event_sleeve_bundle.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 `exit_lifecycle_shadow_log_v1` in quant/exit_lifecycle_shadow_log.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `exp_20260427_018_llm_production_aligned_ranking_manifest_v2` in quant/experiments/exp_20260427_018_llm_production_aligned_ranking_manifest_v2.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 `exp_20260427_018_llm_production_aligned_ranking_manifest_v2` in quant/experiments/exp_20260428_008_llm_replay_attribution_coverage.py:267
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `exp_20260427_021_scarce_slot_state_threshold_sweep_v2` in quant/experiments/exp_20260427_021_scarce_slot_state_threshold_sweep_v2.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `exp_20260427_022_extension_weak_followthrough_audit_v2` in quant/experiments/exp_20260427_022_extension_weak_followthrough_audit_v2.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 `expectation_residual_leadership_bucket_attribution_v1` in quant/experiments/exp_20260525_017_expectation_residual_leadership_attribution.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 `expectation_residual_readiness_audit_v1` in quant/experiments/exp_20260525_021_expectation_residual_readiness_audit.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 `expectation_revision_coverage_repair_v1` in quant/experiments/exp_20260525_023_expectation_revision_coverage_repair.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 `expectation_revision_velocity_components_v1` in quant/experiments/exp_20260526_030_expectation_direction_untried_ideas_suite.py:66
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `experiment_log_history_restoration_v1` in quant/experiments/exp_20260612_006_experiment_log_history_restoration.py:102
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fcf_yield_positive_value_candidate_source_v1` in quant/experiments/exp_20260601_019_companyfacts_fcf_yield_rs_candidate_pool.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 `fiftytwo_week_high_companyfacts_quality_top1_next_open_10d_v1` in quant/experiments/exp_20260610_015_fiftytwo_week_high_companyfacts_quality.py:46
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fiftytwo_week_high_finra_borrow_pressure_top1_next_open_10d_v1` in quant/experiments/exp_20260611_002_fiftytwo_week_high_finra_borrow_pressure.py:46
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fiftytwo_week_high_proximity_core_flow_shared_default_off_adapter_v1` in quant/fiftytwo_week_high_proximity_paper_sleeve.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 `fiftytwo_week_high_proximity_core_flow_top1_next_open_10d_v1` in quant/experiments/exp_20260610_007_fiftytwo_week_high_proximity_core_flow.py:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fiftytwo_week_high_source_family_added_to_accepted_helper_source_priority_allocator_v1` in quant/experiments/exp_20260610_009_fiftytwo_allocator_source_extension.py:57
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `filing_timeliness_quality_support_v1` in quant/experiments/exp_20260601_027_companyfacts_filing_timeliness_support.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 `finra_borrow_pressure_admission_shared_adapter_v1` in quant/experiments/exp_20260603_007_finra_borrow_pressure_shared_adapter.py:224
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_borrow_pressure_pass_v1` in quant/test_finra_iwm_paper_sleeve.py:149
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_borrow_pressure_presence_v1` in quant/experiments/exp_20260603_011_accepted_consensus_finra_borrow_presence.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_days_to_cover_positive_short_change_borrow_pressure_source_v1` in quant/experiments/exp_20260603_006_finra_borrow_pressure_candidate_pool.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 `finra_iwm_borrow_pressure_shared_v1` in quant/finra_iwm_paper_sleeve.py:72
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_iwm_cooldown_shared_default_off_adapter_v1` in quant/experiments/exp_20260530_010_finra_iwm_cooldown_shared_paper_adapter.py:116
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_iwm_cost_liquidity_support_v1` in quant/experiments/exp_20260601_029_finra_iwm_cost_liquidity_support.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 `finra_iwm_same_ticker_signal_cooldown_v1` in quant/experiments/exp_20260530_007_finra_iwm_same_ticker_cooldown_candidate_pool.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 `finra_short_pressure_breakout_candidate_source_v1` in quant/experiments/exp_20260529_017_finra_short_pressure_breakout_candidate_pool.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `finra_short_pressure_iwm_confirmed_candidate_source_v1` in quant/experiments/exp_20260530_005_finra_short_pressure_iwm_confirmed_candidate_pool.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 `finra_short_pressure_score_monotonic_bucket_validation_v1` in quant/experiments/exp_20260529_018_finra_short_pressure_monotonic_validation.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 `fixed_notional_sleeve_v1` in quant/experiments/exp_20260526_009_pocket_pivot_accumulation_paper_sleeve.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fixed_notional_sleeve_v1` in quant/experiments/exp_20260526_011_pullback_reclaim_qqq_confirmed_sleeve.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form144_absorbed_top1_next_open_10d_v1` in quant/experiments/exp_20260612_023_form144_sale_notice_absorption.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form144_isolated_absorbed_top1_next_open_10d_v1` in quant/experiments/exp_20260613_013_form144_isolated_sale_notice_absorption.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 `form4_aggregate_ownership_delta_ge_10pct_candidate_v1` in quant/experiments/exp_20260603_010_form4_ownership_delta_purchase.py:456
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_exec_role_quality_forward_queue_v1` in quant/experiments/exp_20260529_002_form4_exec_role_quality_forward_queue.py:603
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_finra_borrow_pressure_source_overlap_candidate_v1` in quant/experiments/exp_20260603_009_form4_finra_borrow_pressure_overlap.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_finra_short_pressure_score_ge_070_v1` in quant/experiments/exp_20260602_016_form4_finra_short_pressure_consensus.py:870
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_liquidity_cost_cluster_top1_10d_v1` in quant/experiments/exp_20260609_025_form4_liquidity_cost_cluster_purchase.py:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_meaningful_purchase_ge_500k_v1` in quant/form4_event_queue.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 `form4_meaningful_purchase_source_family_added_to_accepted_consensus_v1` in quant/experiments/exp_20260604_005_form4_source_family_consensus_adapter_scout.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 `form4_meaningful_purchase_with_recent_sec_ftd_pressure_candidate_source_v1` in quant/experiments/exp_20260604_024_form4_ftd_overlap_candidate_pool.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 `form4_owner_count_gte_2_forward_queue_v1` in quant/experiments/exp_20260530_011_form4_multi_filer_forward_queue.py:462
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_ownership_delta_ge_10pct_forward_queue_v1` in quant/experiments/exp_20260530_003_form4_ownership_delta_forward_queue.py:731
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_post_drawdown_60d_high_lte_minus_20_v1` in quant/experiments/exp_20260603_008_form4_post_drawdown_purchase.py:748
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_pre_event_rs20_vs_spy_lte_0_v1` in quant/experiments/exp_20260602_031_form4_pre_event_underpriced_purchase.py:756
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_purchase_value_to_adv20_ge_0p50pct_v1` in quant/experiments/exp_20260605_001_form4_purchase_liquidity_intensity.py:674
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_purchase_value_to_prior_adv_floor_v1` in quant/experiments/exp_20260531_002_form4_purchase_pressure_forward_queue.py:641
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `form4_sale_absorption_leadership_top1_next_open_10d_v1` in quant/experiments/exp_20260611_026_form4_sale_absorption_leadership.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 `forward_replacement_value_enrichment_v1` in quant/experiments/exp_20260611_020_forward_replacement_value_enrichment.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 `forward_replacement_value_v1` in quant/forward_replacement_value.py:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `forward_snapshot_through_20260607_v1` in quant/experiments/exp_20260608_021_default_off_forward_readiness_20260607.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 `fresh_first_hit_only_v1` in quant/experiments/exp_20260527_026_broad_market_first_hit_decay.py:627
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ftd_finra_archive_staleness_refresh_v1` in quant/experiments/exp_20260612_003_ftd_finra_archive_staleness_refresh.py:112
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_components_quintile_forward_return_v1` in quant/experiments/exp_20260531_017_full_universe_alpha_score_component_forward_return.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 `full_universe_alpha_score_market_regime_safe_notional_0p40_v1` in quant/experiments/exp_20260531_021_full_universe_alpha_score_market_regime_safe_notional.py:31
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_market_risk_appetite_regime_gate_v1` in quant/experiments/exp_20260531_016_full_universe_alpha_score_market_regime_candidate_pool.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_quantile_forward_return_v1` in quant/experiments/exp_20260531_006_full_universe_alpha_score_quantile_forward_return.py:62
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_top1_20d_breadth_alignment_ge_0p65_v1` in quant/experiments/exp_20260531_011_full_universe_alpha_score_breadth_aligned_candidate_pool.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 `full_universe_alpha_score_top1_20d_candidate_source_v1` in quant/experiments/exp_20260531_005_full_universe_alpha_score_top1_20d_candidate_pool.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_top1_20d_cost_liquidity_efficiency_v1` in quant/experiments/exp_20260531_008_full_universe_alpha_score_cost_liquidity_candidate_pool.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_top1_20d_drawdown_volatility_resilient_rank_v1` in quant/experiments/exp_20260531_009_full_universe_alpha_score_resilient_rank_candidate_pool.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 `full_universe_alpha_score_top1_20d_low_volume_bucket_v1` in quant/experiments/exp_20260531_014_full_universe_alpha_score_low_volume_candidate_pool.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 `full_universe_alpha_score_top1_20d_same_ticker_20td_cooldown_v1` in quant/experiments/exp_20260531_007_full_universe_alpha_score_cooldown_candidate_pool.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `full_universe_alpha_score_top1_20d_v1` in quant/test_accepted_source_consensus_paper_sleeve.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 `fundamental_growth_rs_cash_conversion_quality_v1` in quant/experiments/exp_20260528_006_fundamental_growth_rs_cash_conversion_quality.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 `fundamental_growth_rs_dual_eps_revenue_growth_quality_v1` in quant/experiments/exp_20260527_020_fundamental_growth_rs_dual_growth_quality.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 `fundamental_growth_rs_dual_growth_notional_scalar_v1` in quant/experiments/exp_20260528_020_fundamental_growth_rs_dual_growth_support.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 `fundamental_growth_rs_filing_recency_low_liability_top1_replacement_v1` in quant/experiments/exp_20260609_006_fundamental_growth_rs_quality_gated_top1_replacement.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_gross_margin_expansion_quality_v1` in quant/experiments/exp_20260528_012_fundamental_growth_rs_gross_margin_expansion.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 `fundamental_growth_rs_gross_margin_shared_adapter_v1` in quant/experiments/exp_20260601_026_companyfacts_gross_margin_rs_adapter.py:320
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_gross_margin_shared_adapter_v1` in quant/fundamental_growth_rs_paper_sleeve.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_liquidity_sweet_spot_notional_scalar_v1` in quant/experiments/exp_20260528_021_fundamental_growth_rs_liquidity_sweet_spot.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_low_capex_intensity_notional_scalar_v1` in quant/experiments/exp_20260529_003_fundamental_growth_rs_low_capex_intensity_support.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 `fundamental_growth_rs_low_liability_assets_notional_scalar_v1` in quant/experiments/exp_20260528_017_fundamental_growth_rs_low_liability_support.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 `fundamental_growth_rs_open_sector_exposure_cap_v1` in quant/experiments/exp_20260527_903_fundamental_growth_rs_sector_exposure_cap.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 `fundamental_growth_rs_operating_income_filing_recency_notional_scalar_v1` in quant/experiments/exp_20260528_016_fundamental_growth_rs_filing_recency_support.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_operating_margin_durability_notional_scalar_v1` in quant/experiments/exp_20260528_023_fundamental_growth_rs_operating_margin_durability.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_pct_above_50d_extension_guard_v1` in quant/experiments/exp_20260527_019_fundamental_growth_rs_extension_guard.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 `fundamental_growth_rs_positive_operating_income_quality_v1` in quant/experiments/exp_20260528_004_fundamental_growth_rs_operating_profit_quality.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 `fundamental_growth_rs_qqq20_gt_spy20_confirmation_v1` in quant/experiments/exp_20260527_023_fundamental_growth_rs_qqq_confirmation.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 `fundamental_growth_rs_recent_vbb_confirmation_notional_support_v1` in quant/experiments/exp_20260529_008_fundamental_growth_rs_vbb_source_agreement.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 `fundamental_growth_rs_same_ticker_20td_cooldown_v1` in quant/experiments/exp_20260527_018_fundamental_growth_rs_ticker_cooldown.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 `fundamental_growth_rs_score_monotonic_validation_v1` in quant/experiments/exp_20260528_025_fundamental_growth_rs_monotonic_rank_validation.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 `fundamental_growth_rs_shared_default_off_paper_adapter_v1` in quant/experiments/exp_20260528_011_fundamental_growth_rs_shared_adapter.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 `fundamental_growth_rs_signal_day_low_volume_notional_scalar_v1` in quant/experiments/exp_20260528_015_fundamental_growth_rs_low_volume_participation.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_source_family_added_to_accepted_helper_source_priority_allocator_v1` in quant/experiments/exp_20260610_019_fundamental_growth_rs_allocator_source_extension.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_top1_next_open_10d_fixed_notional_sleeve_v1` in quant/experiments/exp_20260527_017_fundamental_growth_rs_candidate_pool.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fundamental_growth_rs_working_capital_discipline_notional_scalar_v1` in quant/experiments/exp_20260528_019_fundamental_growth_rs_working_capital_discipline.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gap_and_hold_daily_top1_qqq_gt_spy20_next_open_10d_fixed_notional_sleeve_v1` in quant/experiments/exp_20260526_001_gap_and_hold_qqq_confirmed_sleeve.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 `gap_and_hold_top1_next_open_10d_v1` in quant/experiments/exp_20260609_002_gap_and_hold_institutional_demand.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gap_down_intraday_reclaim_top1_next_open_10d_v1` in quant/experiments/exp_20260606_010_gap_down_recovery_candidate_pool.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 `gap_hold_core_flow_nonoverlap_top1_next_open_10d_v1` in quant/experiments/exp_20260609_016_gap_hold_core_flow_confirmed.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gap_up_hold_high_close_volume_confirmed_candidate_source_v1` in quant/experiments/exp_20260601_010_gap_up_hold_high_close_candidate_pool.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 `gld_slv_precious_producer_lag_top1_next_open_10d_v1` in quant/experiments/exp_20260607_011_precious_metals_etf_producer_lag.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 `gross_margin_cost_fallback_support_v1` in quant/experiments/exp_20260603_003_companyfacts_gross_margin_source_support.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 `gross_margin_pass_v1` in quant/test_fundamental_growth_rs_paper_sleeve.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 `gross_margin_quality_candidate_source_v1` in quant/experiments/exp_20260601_021_companyfacts_gross_margin_rs_candidate_pool.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 `gross_margin_quality_candidate_source_v1` in quant/experiments/exp_20260601_022_gross_margin_alpha_blocker_decision.py:262
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `growth_acceleration_rs_top1_v1` in quant/experiments/exp_20260606_009_broad_companyfacts_growth_acceleration_rs.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 `hawkish_macro_selloff_rebalance_allocator_v1` in quant/experiments/exp_20260605_027_hawkish_macro_selloff_rebalance_allocator.py:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hf_hub_local_v1` in quant/test_experiment_registry.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 `hf_hub_local_v1` in scripts/experiment_registry.py:1139
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `high_confidence_catalyst_core_risk_topup_v1` in quant/experiments/exp_20260530_017_pre_entry_catalyst_core_risk_topup.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 `high_confidence_catalyst_prebreakout_v1` in quant/experiments/exp_20260530_016_prebreakout_catalyst_qualified_entry.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `high_confidence_pre_entry_catalyst_freshness_bucket_v1` in quant/experiments/exp_20260530_018_pre_entry_catalyst_freshness_attribution.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 `high_confidence_pre_entry_catalyst_source_category_diversity_bucket_v1` in quant/experiments/exp_20260530_019_pre_entry_catalyst_diversity_attribution.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 `holiday_adjacent_liquid_leadership_top1_next_open_10d_v1` in quant/experiments/exp_20260610_010_holiday_adjacent_liquid_leadership.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 `hyg_jnk_spy_qqq_confirmed_stock_leadership_top2_10d_v1` in quant/experiments/exp_20260607_020_credit_relief_stock_leadership.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 `ibit_gbtc_ethe_confirmed_crypto_proxy_stock_leadership_top2_10d_v1` in quant/experiments/exp_20260607_022_crypto_etf_thrust_proxy_stock_leadership.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `independent_source_family_count_monotonicity_bucket_v1` in quant/experiments/exp_20260603_018_consensus_source_family_monotonicity.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `independent_source_family_count_shared_adapter_v1` in quant/experiments/exp_20260603_015_accepted_consensus_source_family_adapter.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 `independent_source_family_count_v1` in quant/experiments/exp_20260603_014_accepted_consensus_independent_source_family.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 `industry_breadth_acceleration_leader_top1_next_open_10d_v1` in quant/experiments/exp_20260609_019_industry_breadth_acceleration_leader.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 `industry_breadth_repair_second_line_top1_next_open_10d_v1` in quant/experiments/exp_20260607_010_industry_breadth_repair_second_line.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_dispersion_compression_repair_top1_next_open_10d_v1` in quant/experiments/exp_20260607_012_industry_dispersion_compression_repair.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_laggard_signal_day_reclaim_top1_next_open_10d_v1` in quant/experiments/exp_20260607_007_industry_relative_laggard_repair.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_leadership_breadth_confirmed_breakout_top1_v1` in quant/experiments/exp_20260527_022_industry_leadership_breadth_breakout_sleeve.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_leadership_dispersion_top1_next_open_10d_v1` in quant/experiments/exp_20260610_003_industry_leadership_dispersion.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 `industry_leadership_no_same_day_core_overlap_filter_v1` in quant/experiments/exp_20260528_034_industry_leadership_no_core_overlap.py:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_leadership_signal_day_high_close_routing_v1` in quant/experiments/exp_20260528_035_industry_leadership_high_close.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 `industry_pullback_leader_resilience_top1_next_open_10d_v1` in quant/experiments/exp_20260607_009_industry_pullback_leader_resilience.py:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_pullback_reclaim_top1_next_open_10d_v1` in quant/experiments/exp_20260609_018_industry_pullback_reclaim.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 `industry_relative_laggard_repair_lagged_consensus_source_family_v1` in quant/experiments/exp_20260608_026_industry_laggard_lagged_consensus_source.py:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_relative_laggard_repair_live_activation_envelope_v1` in quant/experiments/exp_20260612_021_industry_laggard_activation_envelope.py:312
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_relative_laggard_repair_shared_default_off_adapter_v1` in quant/industry_relative_laggard_repair_paper_sleeve.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_stable_core_flow_mixed_balanced_normal_rank4_router_v1` in quant/experiments/exp_20260613_002_industry_stable_state_router.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 `industry_stable_core_flow_shared_default_off_adapter_v1` in quant/industry_stable_core_flow_paper_sleeve.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_stable_core_flow_shared_state_tilt_v1` in quant/experiments/exp_20260613_010_iscf_shared_state_tilt.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 `industry_stable_core_flow_state_tilt_v1` in quant/experiments/exp_20260613_005_iscf_state_tilt.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `industry_stable_spy_qqq_down_vixy_up_guard_top1_10d_v1` in quant/experiments/exp_20260608_005_industry_stable_tail_guard.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

Showing first 300 of 770. 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/d85a2bd8-3c12-48da-8ac3-7ded37eecf9c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d85a2bd8-3c12-48da-8ac3-7ded37eecf9c/

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.