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.

colbylfarrar-ai/basketball_event_logger

https://github.com/colbylfarrar-ai/basketball_event_logger · scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)

62 raw signals (0 security + 62 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +16.5 (diff) · 57 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 93.2/100 with 88.9% coverage. It contains 1050 nodes across 18 cross-layer flows, written primarily in mixed languages. Engine surfaced 62 findings — concentrated in quality (36), software (24), security (1). Risk profile is low: 0 critical, 0 high, 6 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 43 of 57 actionable findings. 62 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 — APP5.0/tracker/static/sw.js:71
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 security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in APP5.0/tracker/static/app.js:279
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
APP5.0/tracker/static/app.js:279 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — APP5.0/run.py:16
`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 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 12 placeholder/mock markers across 9 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 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 Tests conf 1.00 Low test-to-source ratio
9 tests / 69 src (ratio 0.13).
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: APP5.0/helpers/stats.py:percentile, APP5.0/helpers/stats.py:per 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.
6 occurrences
repo-level (6 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 `g_old` in APP5.0/tracker/test_seasons.py:48
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 `mig_shares_pool_v1` in APP5.0/database/db.py:422
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: app
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/stats.py:503
low System graph software Dead code conf 1.00 Possibly dead Python function: archive_open
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/seasons.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: chart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:357
low System graph software Dead code conf 1.00 Possibly dead Python function: current_api_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/tracker/api.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: fmt
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/cards.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: gauge_dial
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/cards.py:179
low System graph software Dead code conf 1.00 Possibly dead Python function: grid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:325
low System graph software Dead code conf 1.00 Possibly dead Python function: has_tracked_access
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/auth.py:305
low System graph software Dead code conf 1.00 Possibly dead Python function: hot_zones
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/court.py:295
low System graph software Dead code conf 1.00 Possibly dead Python function: kpi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:313
low System graph software Dead code conf 1.00 Possibly dead Python function: load_teams
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/pages/1_Input_Hub.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: loading
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:393
low System graph software Dead code conf 1.00 Possibly dead Python function: onoff_html
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/cards.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: paint_fga
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/stats.py:310
low System graph software Dead code conf 1.00 Possibly dead Python function: pctile_bar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/cards.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: player_unit_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/lineups.py:164
low System graph software Dead code conf 1.00 Possibly dead Python function: pool_team_ids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/entitlement.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: rgb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:161
low System graph software Dead code conf 1.00 Possibly dead Python function: season_picker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: set_team
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/auth.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: style_df
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/cards.py:207
low System graph software Dead code conf 1.00 Possibly dead Python function: style_fig
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/ui.py:243
low System graph software Dead code conf 1.00 Possibly dead Python function: team_game_ids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/stats.py:1209
low System graph software Dead code conf 1.00 Possibly dead Python function: zone_leader_map
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
APP5.0/helpers/court.py:167
low System graph quality Complexity conf 1.00 Very large file: APP5.0/helpers/box_score.py (1344 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/helpers/stats.py (1630 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/helpers/team_analytics.py (1808 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/pages/5_Rankings.py (2001 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/pages/6_Team_Dashboard.py (4452 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/pages/7_Players.py (2219 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: APP5.0/tracker/static/app.js (1546 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/25753cf2-4cdb-4852-89cf-a68f3d9a1be7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/25753cf2-4cdb-4852-89cf-a68f3d9a1be7/

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.