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.

yashwantbalaji3/gametimepicks

https://github.com/yashwantbalaji3/gametimepicks · scanned 2026-06-16 01:05 UTC (2 months, 1 week ago)

197 raw signals (0 security + 197 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 161 actionable findings from 1 signal source. 36 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 88.6/100 with 77.8% coverage. It contains 5846 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 197 findings — concentrated in quality (113), frontend (51), cicd (25). Risk profile is low: 0 critical, 0 high, 14 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 37 of 161 actionable findings. 197 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.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/scripts/audit-alternate-lines-shadow.mjs:3
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 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 9 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.
9 files, 9 locations
.github/workflows/auto-refresh.yml
.github/workflows/daily-refresh.yml
.github/workflows/game-outlook.yml
.github/workflows/morning-projections.yml
.github/workflows/nba-market-probe.yml
.github/workflows/nightly-settle.yml
.github/workflows/ufc-odds-refresh.yml
.github/workflows/world-cup-odds.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — pipeline/props_only_test.py:21
`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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 96 placeholder/mock markers across 59 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 20 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `API_FOOTBALL_KEY`, `ATTACH_RECENT10_BUDGET_SEC`, `BALLDONTLIE_API_KEY`, `BALLDONTLIE_REQUEST_INTERVAL_SECONDS`, `CI`, `ENABLE_BALLDONTLIE_FALLBACK`, `ENABLE_ESPN_FALLBACK`, `ENABLE_ODDS_REFRESH` + 12 more. Add them (with a placeholder/comment) to …
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 778 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 16 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.
4 files, 16 locations
.github/workflows/daily-refresh.yml:68, 76, 91, 99, 148 (5 hits)
.github/workflows/morning-projections.yml:130, 151, 168, 262 (4 hits)
.github/workflows/nightly-settle.yml:102, 120, 144, 238 (4 hits)
.github/workflows/auto-refresh.yml:78, 99, 115 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: pipeline/game_context_test.py:assert_true, pipeline/snapshot_parlays_test.py:ok, pipeline/monte_carlo_props_test.py:ok, pipeline/world_cup_data_test.py:ok This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.h…
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: pipeline/grade_parlays.py:write_graded, pipeline/grade_curated.py:write_graded 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.
8 occurrences
repo-level (8 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: pipeline/fetch_game_markets_test.py:assert_true, pipeline/team_projection_test.py:assert_true, pipeline/team_rosters_test.py:assert_true This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: pipeline/fetch_game_markets_test.py:assert_eq, pipeline/team_projection_test.py:assert_eq, pipeline/playoff_context_test.py:assert_eq, pipeline/team_rosters_test.py:assert_eq This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: pipeline/snapshot_parlays_test.py:eq, pipeline/monte_carlo_props_test.py:eq, pipeline/world_cup_data_test.py:eq, pipeline/grade_parlays_test.py:eq This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-cod…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: pipeline/model_audit.py:to_dict, pipeline/model_audit.py:to_dict, pipeline/model_audit.py:to_dict, pipeline/model_audit.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
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: pipeline/game_context_test.py:assert_eq, pipeline/recent10_test.py:assert_eq, pipeline/settle_test.py:assert_eq, pipeline/model_audit_test.py:assert_eq This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/a…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `build_v1` in pipeline/ufc/build_v1.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 `build_v1` in pipeline/ufc/build_v1_test.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `classify_v2` in pipeline/world_cup/build_team_projections.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 `classify_v2` in pipeline/world_cup/projection_model.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `classify_v2` in pipeline/world_cup/soccer_policy.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 `classify_v2` in pipeline/world_cup/test_projection_model.py:218
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: as_dict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/parlay_optimizer.py:409
low System graph software Dead code conf 1.00 Possibly dead Python function: book_rank
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/ufc/providers/oddsapi.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_card_props
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/ufc/providers/prop_odds_base.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: final_game_pks_for_date
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/mlb/settle_mlb_results.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: is_suggested_parlay_eligible
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/parlay_optimizer.py:2697
low System graph software Dead code conf 1.00 Possibly dead Python function: now_utc_iso
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/validation/__init__.py:101
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 `team_strength` (body is just `pass`/`return`) — pipeline/world_cup/providers/sample.py:20
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: app/src/components/parlay-lab-builder.tsx (1408 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/src/components/projections-experience.tsx (1618 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/src/lib/parlay-suggested.test.mjs (1422 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/src/lib/parlay-suggested.ts (1445 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pipeline/generate_daily_board.py (1627 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pipeline/parlay_optimizer.py (2907 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pipeline/parlay_optimizer_test.py (2132 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/cea1e131-5787-43f1-9a24-ebd0d8ceb80d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/cea1e131-5787-43f1-9a24-ebd0d8ceb80d/

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.