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.

Trendiisales/Omega

https://github.com/Trendiisales/Omega · scanned 2026-06-16 00:42 UTC (2 months, 1 week ago)

203 raw signals (0 security + 203 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 92 of 184 actionable findings. 203 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 `api_cancel_all` without `@login_required` — bracket-bot/server.py:141
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
bracket-bot/server.py:141 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 quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in pump/bigcap_feed_bridge.py:187
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
pump/bigcap_feed_bridge.py:187 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in pump/pump_feed_bridge.py:150
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
pump/pump_feed_bridge.py:150 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in bracket-bot/gui/index.html:182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
bracket-bot/gui/index.html:182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pump/bigcap_feed_bridge.py:147
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pump/bigcap_feed_bridge.py:147 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pump/pump_feed_bridge.py:116
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pump/pump_feed_bridge.py:116 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/gui/omega_desk.html:291
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/gui/omega_desk.html:291 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — incidents/2026-06-02-x1-overlay-validation/x1_live.py:160
`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/eurusd_london_sweep.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 — scripts/gbpusd_london_sweep.py:97
`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/usdjpy_asian_sweep.py:104
`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/usdjpy_asian_trail_sweep.py:177
`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/utf5m_t4_p1.py:275
`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/utf5m_wf_t1.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/verify_extreme_asia_one_day.py:221
`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/vrev_wf_t1.py:259
`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/xtf_2h_wf_t1.py:243
`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/xtf_4h_wf_t1.py:223
`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 — verify_push.py:33
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph 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
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 40 placeholder/mock markers across 18 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 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
bracket-bot/scripts/cron_sunday_bracket.sh Ports
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 3386 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 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: backtest/pairs_tf_probe.py:load, backtest/eurgbp_real_vs_synth.py:load, backtest/cross_asset_pairs_probe.py:load, backtest/audnzd_probe.py:load This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-h…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: backtest/pairs_tf_probe.py:stats, backtest/edge_probe_v3.py:stats, backtest/eurgbp_real_vs_synth.py:stats, backtest/cross_asset_pairs_probe.py:stats This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-c…
duplicatesduplication
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: fix_to_v11_plus_trail.py:replace_line, fix_staircase.py:replace_line This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backtest/mega_sweep2.py:ema_series, backtest/all_killed_archetypes.py:ema, backtest/mega_sweep.py:ema_series This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document wh…
3 occurrences
repo-level (3 hits)
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: backtest/edge_probe_v3.py:load, backtest/edge_probe_v2.py:load_bars, backtest/pairs_rigor.py:load, backtest/fx_probe.py:load_h1 This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consoli…
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 `be_old` in tools/s23_gate_analysis.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 `bf_unused` in pump/pump_recalib_bt.py:221
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `boxes_expired_unused` in backtest/nr2_20/nr2_20_backtest.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 `cluster_postmortem_2026_03_18_v2` in cluster_postmortem_2026_03_18_v2.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `duka_to_legacy` in scripts/duka_to_legacy.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `eurusd_walkforward_v2` in scripts/eurusd_london_walkforward.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 `finding_e_extract_v2` in backtest/finding_e_extract_v2.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fvg_pnl_backtest_v1` in scripts/fvg_pnl_backtest_v1.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fvg_pnl_backtest_v2` in scripts/fvg_pnl_backtest_v2.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fvg_pnl_backtest_v2` in scripts/fvg_pnl_backtest_v3.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 `fvg_reweight_v1` in scripts/fvg_reweight_v1.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `honest_backtest_xauusd_v2` in scripts/histdata_to_blackbull.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 `honest_backtest_xauusd_v2` in scripts/s26p4_aggregate_single_config.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 `honest_backtest_xauusd_v2` in scripts/verify_replay_duka_day.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 `honest_backtest_xauusd_v2` in scripts/verify_replay_one_day.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 `index_intraday_drift_v2` in backtest/index_intraday_drift_v2.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inspect_drift_stability_v2` in backtest/edgefinder/analytics/inspect_drift_stability_v2.py:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inspect_drift_stability_v2` in backtest/edgefinder/analytics/regime_diagnostic.py:168
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `l2_xau_to_legacy` in scripts/l2_xau_to_legacy.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tsmom_v2` in tools/engine_contract_check.py:58
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `verdict_v2` in backtest/edgefinder/analytics/fwd_ret_strategy_runner.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 `verdict_v2` in backtest/edgefinder/analytics/regrade_strong_v3.py:219
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `walkforward_results_v2` in scripts/usdjpy_asian_walkforward.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 `write_engine_copy` in scripts/eurusd_london_sweep.py:79
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `write_engine_copy` in scripts/gbpusd_london_sweep.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 `write_engine_copy` in scripts/gbpusd_london_walkforward.py:450
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `write_engine_copy` in scripts/usdjpy_asian_exit_sweep.py:60
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `write_engine_copy` in scripts/usdjpy_asian_sweep.py:79
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `write_engine_copy` in scripts/usdjpy_asian_trail_sweep.py:150
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: accept_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pump/bigcap_feed_bridge_yahoo.py:42
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
incidents/2026-06-02-x1-overlay-validation/x1_live.py:795
pump/bigcap_feed_bridge.py:105
pump/pump_feed_bridge.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_after
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
two_mode_engine.py:87
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
incidents/2026-06-02-x1-overlay-validation/x1_live.py:785
pump/bigcap_feed_bridge.py:103
pump/pump_feed_bridge.py:81
low System graph software Dead code conf 1.00 Possibly dead Python function: mae_usd
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mae_mfe_analysis.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: read_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bracket-bot/live/_common.py:203
low System graph software Dead code conf 1.00 Possibly dead Python function: run_sleeve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_multisleeve_bt.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: s59_would_reject
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/s58_s59_impact.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: scan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pump/largecap_mover_scan.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: scan_symbol
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pump/bigcap_feed_bridge_yahoo.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_donchian_long
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_edge_search.py:81
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_h1_donchian
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_trend_ensemble_strategy.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_h1_ema
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_trend_ensemble_strategy.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_h4_ema
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_trend_ensemble_strategy.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_long_bias_trend
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_edge_search.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_long_trend
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_edge_search.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: sig_rsi_pullback_long
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_edge_search.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: sleeve_meanrev
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_sleeves.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: sleeve_micro
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_sleeves.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: sleeve_pullback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_sleeves.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: sleeve_trend
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gold_sleeves.py:27
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 `log_message` (body is just `pass`/`return`) — incidents/2026-06-02-x1-overlay-validation/x1_live.py:785
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /
`bracket-bot/server.py` declares `ANY /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/cancel_all
`bracket-bot/server.py` declares `ANY /api/cancel_all` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/health
`bracket-bot/server.py` declares `ANY /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/open_orders
`bracket-bot/server.py` declares `ANY /api/open_orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/status
`bracket-bot/server.py` declares `ANY /api/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/summary
`bracket-bot/server.py` declares `ANY /api/summary` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/trades
`bracket-bot/server.py` declares `ANY /api/trades` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
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/d9dfe15f-e295-4099-af8b-a520f3986650/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d9dfe15f-e295-4099-af8b-a520f3986650/

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.