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.

yifanfengsu/CTA

https://github.com/yifanfengsu/CTA · scanned 2026-06-16 01:08 UTC (2 months, 1 week ago)

128 raw signals (0 security + 128 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 114 actionable findings from 1 signal source. 14 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 85.5/100 with 66.7% coverage. It contains 4795 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 128 findings — concentrated in quality (98), software (25), security (3). Risk profile is high: 0 critical, 1 high, 7 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 107 of 114 actionable findings. 128 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 security conf 1.00 Insecure pattern 'tls_verify_false' in scripts/run_mr_5m_direct.py:722
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
scripts/run_mr_5m_direct.py:722 Tls verify false
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 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 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 — scripts/run_ablation_experiments.py:284
`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/run_alpha_sweep.py:234
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
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 813 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 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/audit_external_regime_classifier_feasibility.py:vt_symbol_to_okx_inst_id, scripts/research_external_regime_classifier.py:vt_symbol_to_okx_inst_id This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn…
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/research_early_trend_classifier_v1_inverse.py:symbol_to_inst_id, scripts/research_csrb_v1.py:symbol_to_inst_id, scripts/research_early_trend_classifier_v1.py:symbol_to_inst_id This is *the* AI-coder failure mode (4× more duplication in vibe-c…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: scripts/backtest_mr_5m_breaker.py:allow_entry, scripts/backtest_mr_5m_breaker.py:allow_entry, scripts/backtest_mr_5m_breaker.py:allow_entry, scripts/backtest_mr_5m_breaker.py:allow_entry This is *the* AI-coder failure mode (4× more duplication in vib…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: scripts/audit_external_regime_classifier_feasibility.py:build_payload, scripts/audit_external_regime_classifier_feasibility.py:run_audit, scripts/research_external_regime_classifier.py:run_research, scripts/research_trend_opportunity_map.py:run_resear…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: scripts/research_early_trend_classifier_v1_inverse.py:finite_float, scripts/research_vsvcb_v1.py:finite_float, scripts/postmortem_vsvcb_v1.py:finite_number, scripts/research_csrb_v1.py:finite_float This is *the* AI-coder failure mode (4× more duplica…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: scripts/audit_external_regime_classifier_feasibility.py:resolve_path, scripts/verify_okx_funding_history.py:resolve_path, scripts/audit_okx_derivatives_data_readiness.py:resolve_path, scripts/import_okx_funding_csv.py:resolve_path This is *the* AI-co…
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 `backtest_mr_5m_v2` in scripts/research_atr_filter_oos.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `backtest_mr_v1` in scripts/research_mr_v1_chandelier.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 `bars_copy` in scripts/download_okx_history.py:1546
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `compare_trend_following_v2` in tests/test_compare_trend_following_v2.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `csrb_v1` in scripts/postmortem_csrb_v1.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `csrb_v1` in scripts/research_csrb_v1.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 `csv_copy` in tests/test_history_download_resilience.py:67
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `diff_vs_legacy` in scripts/download_mainnet_history.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 `dyn_v2` in scripts/research_mr5m_mainnet_baseline.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 `dyn_v2` in scripts/research_portfolio_risk_phase_2a.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `early_trend_classifier_v1` in scripts/research_early_trend_classifier_v1.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 `gate_v1` in scripts/research_trend_validation.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 `gate_v2` in scripts/research_trend_dualcycle.py:457
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gate_v2` in scripts/research_trend_validation_r2.py:286
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `mr_v1` in scripts/research_mr_v1.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 `postmortem_csrb_v1` in tests/test_postmortem_csrb_v1.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `postmortem_vsvcb_v1` in tests/test_postmortem_vsvcb_v1.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_csrb_v1` in tests/test_research_csrb_v1.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_dyn_v2` in scripts/research_dyn_v2b_size_cap_v1.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_dyn_v2` in scripts/research_v2b_dd_diagnosis.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 `research_early_trend_classifier_v1` in scripts/research_early_trend_classifier_v1_inverse.py:2807
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_early_trend_classifier_v1` in tests/test_research_early_trend_classifier_v1.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_only_trend_entry_timing_v1` in scripts/research_trend_entry_timing.py:1237
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_trend_following_v2` in scripts/audit_multisymbol_readiness.py:421
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_trend_following_v2` in scripts/diagnose_trend_regimes.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 `research_trend_following_v2` in scripts/research_trend_following_v3.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 `research_trend_following_v2` in tests/test_research_trend_following_v2.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `research_vsvcb_v1` in tests/test_research_vsvcb_v1.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `trend_following_v2` in scripts/compare_trend_following_v2.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 `trend_following_v2` in scripts/research_trend_following_v2.py:181
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `vsvcb_v1` in scripts/postmortem_vsvcb_v1.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `vsvcb_v1` in scripts/research_trend_capture_exit_convexity.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 `vsvcb_v1` in scripts/research_trend_opportunity_map.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 `vsvcb_v1` in scripts/research_vsvcb_v1.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 software Dead code conf 1.00 Possibly dead Python function: cap_symbol_pnl_share
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_cross_symbol_breadth_phase15.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: cap_symbol_trade_share
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_cross_symbol_breadth_phase15.py:472
low System graph software Dead code conf 1.00 Possibly dead Python function: contract_oi_history_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:395
low System graph software Dead code conf 1.00 Possibly dead Python function: direction_from_proxy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_early_trend_classifier_v1_inverse.py:1190
low System graph software Dead code conf 1.00 Possibly dead Python function: format_optional
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/verify_okx_funding_history.py:318
low System graph software Dead code conf 1.00 Possibly dead Python function: funding_coverage_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:281
low System graph software Dead code conf 1.00 Possibly dead Python function: funding_recent_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:271
low System graph software Dead code conf 1.00 Possibly dead Python function: index_history_coverage_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:349
low System graph software Dead code conf 1.00 Possibly dead Python function: index_history_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:338
low System graph software Dead code conf 1.00 Possibly dead Python function: index_ticker_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: infer_atr_move
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_early_trend_classifier_v1_inverse.py:1026
low System graph software Dead code conf 1.00 Possibly dead Python function: infer_efficiency
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_early_trend_classifier_v1_inverse.py:1035
low System graph software Dead code conf 1.00 Possibly dead Python function: json_default
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_multisymbol_readiness.py:110
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_price_history_coverage_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:314
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_price_history_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_price_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:297
low System graph software Dead code conf 1.00 Possibly dead Python function: open_interest_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: percentile_last
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_early_trend_classifier_v1_inverse.py:753
low System graph software Dead code conf 1.00 Possibly dead Python function: percentile_last
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_vsvcb_v1.py:489
low System graph software Dead code conf 1.00 Possibly dead Python function: request_okx_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: rescale_symbol_equal_weight
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/research_cross_symbol_breadth_phase15.py:431
low System graph software Dead code conf 1.00 Possibly dead Python function: rubik_contract_coverage_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:388
low System graph software Dead code conf 1.00 Possibly dead Python function: rubik_contract_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:381
low System graph software Dead code conf 1.00 Possibly dead Python function: rubik_stats_coverage_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:374
low System graph software Dead code conf 1.00 Possibly dead Python function: rubik_stats_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_okx_derivatives_data_readiness.py:367
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `on_stop_order` (body is just `pass`/`return`) — scripts/mr_v1_strategy.py:294
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_stop_order` (body is just `pass`/`return`) — strategies/mr_5m_strategy.py:404
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_stop_order` (body is just `pass`/`return`) — strategies/mr_v1_strategy.py:425
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: scripts/analyze_trade_attribution.py (1458 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/audit_extended_history_availability.py (1392 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/audit_okx_derivatives_data_readiness.py (1662 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/backtest_okx_mhf.py (1370 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_research_decision_dossier.py (1374 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/diagnose_trend_regimes.py (1783 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/download_okx_history.py (2461 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/postmortem_csrb_v1.py (1979 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/postmortem_trend_entry_timing.py (1291 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/postmortem_trend_following_v3.py (1333 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/postmortem_vsvcb_v1.py (1668 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_csrb_v1.py (2317 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_early_trend_classifier_v1.py (2840 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_early_trend_classifier_v1_inverse.py (2843 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_entry_policies.py (1974 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_external_regime_classifier.py (1374 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_htf_signals.py (1812 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_signal_features.py (1373 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_capture_exit_convexity.py (2036 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_entry_timing.py (1595 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_following_v2.py (2144 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_following_v3.py (2517 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_health_state_exit.py (1441 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_trend_opportunity_map.py (2094 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/research_vsvcb_v1.py (2015 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/run_mr_5m_direct.py (1269 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: strategies/okx_adaptive_mhf_strategy.py (1719 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/f2a89205-4826-4e60-8008-135dc9b9ecb3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f2a89205-4826-4e60-8008-135dc9b9ecb3/

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.