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.

Rayda0114/leadfu-ai

https://github.com/Rayda0114/leadfu-ai · scanned 2026-06-15 23:47 UTC (2 months, 3 weeks ago)

140 raw signals (4 security + 136 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 101 actionable findings from 2 signal sources. 39 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 69.5/100 with 88.9% coverage. It contains 911 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 136 findings — concentrated in security (60), quality (32), cicd (28). Risk profile is low: 0 critical, 0 high, 78 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 99 of 101 actionable findings. 140 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 Security checks quality Practices conf 0.84 Foundry mined bad chains: Rayda0114/leadfu-ai
Comment chain pattern product: bad_chains Repo: Rayda0114/leadfu-ai Thread: Rayda0114/leadfu-ai#1 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_grap…
high Security checks quality Testing conf 0.78 Foundry mined test ci gap after feedback: Rayda0114/leadfu-ai
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
medium Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: Rayda0114/leadfu-ai
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
medium Security checks quality Practices conf 0.70 Foundry mined unresolved feedback: Rayda0114/leadfu-ai
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: assu…
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/main.js:2138
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — worker.js:1055
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-worker.yml:63 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
7 files, 7 locations
.github/workflows/daily-data-update.yml
.github/workflows/push-market-risk.yml
.github/workflows/push-news-premarket.yml
.github/workflows/sentiment-scan.yml
.github/workflows/taifex-evening.yml
.github/workflows/us-data-update.yml
.github/workflows/weekly-report.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in worker.js:1066
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
worker.js:1066 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index-legacy-20260613.html:526
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index-legacy-20260613.html:526 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index-mobile.html:421
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index-mobile.html:421 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:780
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:780 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/main.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/main.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/admin.html:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/admin.html:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/ai-m.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/ai-m.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/ai.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/ai.html:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/announcements.html:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/announcements.html:169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/check-m.html:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/check-m.html:169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/check.html:300
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/check.html:300 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/conference.html:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/conference.html:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/discussion.html:323
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/discussion.html:323 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/dividend-calendar.html:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/dividend-calendar.html:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/dividends-m.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/dividends-m.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/dividends.html:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/dividends.html:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/etf-compare.html:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/etf-compare.html:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/etf-health.html:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/etf-health.html:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/etf-m.html:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/etf-m.html:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/etf.html:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/etf.html:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/fraud-check.html:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/fraud-check.html:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/industries-m.html:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/industries-m.html:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/industries.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/industries.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/institutional.html:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/institutional.html:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/ipo.html:196
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/ipo.html:196 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/line-callback.html:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/line-callback.html:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/margin.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/margin.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/market-risk.html:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/market-risk.html:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/member-m.html:221
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/member-m.html:221 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/member.html:180
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/member.html:180 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/news-detail.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/news-detail.html:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/news-m.html:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/news-m.html:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/news.html:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/news.html:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/portfolio-health.html:420
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/portfolio-health.html:420 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/portfolio-m.html:219
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/portfolio-m.html:219 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/preview-home.html:531
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/preview-home.html:531 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/risk-radar-m.html:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/risk-radar-m.html:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/risk-radar.html:212
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/risk-radar.html:212 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/sbl.html:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/sbl.html:126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/screener-adv-m.html:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/screener-adv-m.html:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/screener-m.html:224
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/screener-m.html:224 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/screener.html:357
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/screener.html:357 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/search.html:147
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/search.html:147 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/sentiment-demo.html:230
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/sentiment-demo.html:230 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stock-compare.html:288
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stock-compare.html:288 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stock-detail.html:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stock-detail.html:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stock-m.html:190
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stock-m.html:190 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stocks-list-m.html:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stocks-list-m.html:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stocks-m.html:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stocks-m.html:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/stocks.html:182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/stocks.html:182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/us-market.html:332
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/us-market.html:332 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/value-stocks-m.html:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/value-stocks-m.html:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/value-stocks.html:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/value-stocks.html:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/vip-m.html:329
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/vip-m.html:329 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/vip.html:532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/vip.html:532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/watchlist-m.html:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/watchlist-m.html:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/watchlist.html:164
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/watchlist.html:164 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pages/weekly.html:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pages/weekly.html:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pages/portfolio-health.html:1097
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pages/portfolio-health.html:1097 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pages/portfolio-m.html:494
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pages/portfolio-m.html:494 Insert adjacent html
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fetch_tdcc.py:22
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 19 placeholder/mock markers across 3 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 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/supabase-keepalive.yml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/setup_sentiment_schedule.sh Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/setup_sentiment_schedule.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 61 source file(s) (ratio 0.00). 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, tests. 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 491 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 20 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
10 files, 20 locations
.github/workflows/daily-data-update.yml:19, 22 (2 hits)
.github/workflows/deploy-worker.yml:36, 39 (2 hits)
.github/workflows/notify-feedback.yml:25, 28 (2 hits)
.github/workflows/push-digest.yml:20, 23 (2 hits)
.github/workflows/push-holdings-guard.yml:20, 23 (2 hits)
.github/workflows/push-news-premarket.yml:20, 23 (2 hits)
.github/workflows/push-news.yml:20, 23 (2 hits)
.github/workflows/scan-strategies.yml:20, 23 (2 hits)
CI/CD securitySupply chainGithub actions
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/calc_risk_score.py:num, scripts/scan_strategies.py:num 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.
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/snapshot_fundamentals.py:load, scripts/calc_inst_streak.py:load, scripts/calc_fin_trend.py:load 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 the…
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 `leadfu_onboarded_v1` in js/main.js:1882
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `raw_backup` in scripts/fetch_emerging.py:190
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: fubon
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_etf_dividend.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: fubon
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_etf_holdings.py:112
low System graph software Dead code conf 1.00 Possibly dead Python function: fuhhwa
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_etf_dividend.py:169
low System graph software Dead code conf 1.00 Possibly dead Python function: fuhhwa
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_etf_holdings.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: map_twse_record
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_companies.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_disposal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_announcements.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_major_tpex
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_announcements.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_major_twse
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_announcements.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_warning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_announcements.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fetch_ipo.py:185
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — js/main.js:952
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — worker.js:823
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: js/main.js (4192 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: worker.js (2867 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/c4b76f67-91f1-4df3-9796-2e63b3347537/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c4b76f67-91f1-4df3-9796-2e63b3347537/

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.