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.

Taraknoll/marketprismmarch

https://github.com/Taraknoll/marketprismmarch · scanned 2026-06-16 00:30 UTC (2 months, 2 weeks ago)

116 raw signals (0 security + 116 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 111 actionable findings from 1 signal source. 5 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 64.1/100 with 88.9% coverage. It contains 599 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 116 findings — concentrated in security (59), quality (48), cicd (6). Risk profile is high: 2 critical, 0 high, 79 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 91 of 111 actionable findings. 116 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.

critical System graph security Secrets conf 1.00 Possible secret in _dev_dashboard.html
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
_dev_dashboard.html:4120
critical System graph security Secrets conf 1.00 Possible secret in archive/_dev_dashboard_v1.html
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
archive/_dev_dashboard_v1.html:4114
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api/_require-auth.js:29
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 — api/blog-post.js:30
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 — api/constellation.js:96
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 — api/dots-predict.js:324
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 — api/feed.js:26
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 — api/interpret-chart.js:89
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 — api/live-quote.js:122
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 — api/live-quotes-batch.js:93
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 — api/news-sitemap.js:26
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 — api/og-image.js:32
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 — api/price-history.js:63
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 — api/ticker-details.js:38
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 — api/ticker-meme-card.js:171
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 — api/ticker.js:85
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 — api/top-ai-picks.js:214
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 — api/watchlist.js:64
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 — lib/mp-core.js:32
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 — public/lib/mp-topbar.js:152
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. 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 api/hero-summary.js:284
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/hero-summary.js:284 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/interpret-chart.js:48
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/interpret-chart.js:48 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/live-quotes-batch.js:52
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/live-quotes-batch.js:52 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/scholar.js:36
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/scholar.js:36 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/top-ai-picks.js:140
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/top-ai-picks.js:140 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _author.html:249
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_author.html:249 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _banner_preview.html:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_banner_preview.html:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _blog.html:674
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_blog.html:674 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _blog_post.html:668
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_blog_post.html:668 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _daily.html:565
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_daily.html:565 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _dashboard_v2.html:948
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_dashboard_v2.html:948 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _dev_dashboard.html:5150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_dev_dashboard.html:5150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _dev_home.html:3683
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_dev_home.html:3683 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _dev_ticker.html:4001
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_dev_ticker.html:4001 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _heatmap.html:593
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_heatmap.html:593 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _home.html:1719
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_home.html:1719 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _home_dev.html:3259
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_home_dev.html:3259 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _home_staging.html:3149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_home_staging.html:3149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _home_v2.html:2097
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_home_v2.html:2097 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _home_v3.html:1869
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_home_v3.html:1869 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _login.html:519
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_login.html:519 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _narrative_heatmap.html:343
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_narrative_heatmap.html:343 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _scorer_dev.html:577
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_scorer_dev.html:577 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _search.html:1198
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_search.html:1198 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _signal_charts.html:452
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_signal_charts.html:452 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _signal_lab.html:1125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_signal_lab.html:1125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _signal_lab_tab.html:903
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_signal_lab_tab.html:903 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _ticker.html:5669
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_ticker.html:5669 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _ticker_backup.html:3016
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_ticker_backup.html:3016 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _ticker_dev.html:3166
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_ticker_dev.html:3166 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _ticker_rddt.html:2736
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_ticker_rddt.html:2736 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in archive/_dev_dashboard_v1.html:5144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
archive/_dev_dashboard_v1.html:5144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in daily.html:541
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
daily.html:541 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-daily-conviction.js:183
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-daily-conviction.js:183 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-leaderboard.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-leaderboard.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-market-map.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-market-map.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-market-weather.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-market-weather.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-sectors-themes.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-sectors-themes.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-ticker-snapshots.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-ticker-snapshots.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-trade-lanes.js:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-trade-lanes.js:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-trading-calendar.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-trading-calendar.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/mod-trading-cards.js:182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/mod-trading-cards.js:182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/lib/mp-sidebar.js:329
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/lib/mp-sidebar.js:329 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/lib/mp-topbar.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/lib/mp-topbar.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in _home.html:2366
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
_home.html:2366 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in _home_v2.html:2764
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
_home_v2.html:2764 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in _home_v3.html:2419
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
_home_v3.html:2419 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in _ticker.html:6656
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
_ticker.html:6656 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in _dev_ticker.html:4419
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
_dev_ticker.html:4419 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in _ticker.html:7244
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
_ticker.html:7244 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in _ticker_backup.html:3398
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
_ticker_backup.html:3398 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in _ticker_dev.html:3548
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
_ticker_dev.html:3548 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in _ticker_rddt.html:3097
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
_ticker_rddt.html:3097 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in lib/mod-market-map.js:158
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
lib/mod-market-map.js:158 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in _login.html:422
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
_login.html:422 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in _narrative_heatmap.html:251
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
_narrative_heatmap.html:251 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in _signal_lab.html:972
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
_signal_lab.html:972 Local storage auth token
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 86 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 69 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 6 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.
3 files, 6 locations
.github/workflows/generate_earnings_forensic.yml:44, 47 (2 hits)
.github/workflows/generate_earnings_forensic_deluxe.yml:45, 48 (2 hits)
.github/workflows/generate_mp_blog.yml:38, 41 (2 hits)
CI/CD securitySupply chainGithub actions
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 `_dashboard_v2` in api/dashboard-v2.js:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_home_v2` in api/home-v2.js: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 `dot_predictor_v1` in api/dots-predict.js:466
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `mp_cal_v2` in lib/mod-trading-calendar.js:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: score
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_mp_blog.py:112
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 — api/dots-predict.js:35
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
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/d6c8c4f1-3d04-4bdf-8f6c-293f73a53186/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d6c8c4f1-3d04-4bdf-8f6c-293f73a53186/

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.