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.

andreidavid03/League-Custom-Game-Helper

https://github.com/andreidavid03/League-Custom-Game-Helper · scanned 2026-06-17 01:33 UTC (1 month, 2 weeks ago)

43 raw signals (0 security + 43 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -9.0 (diff) · 43 actionable findings from 1 signal source. 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

All 234 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
startIndex software healthy backend/src/routes/match-history.ts:startIndex
won software healthy backend/src/routes/match-history.ts:won
RootLayout software healthy frontend/src/app/layout.tsx:RootLayout
Home software healthy frontend/src/app/page.tsx:Home
TabButton software healthy frontend/src/app/page.tsx:TabButton
RoleIcon software healthy frontend/src/components/ui.tsx:RoleIcon
HexPanel software healthy frontend/src/components/ui.tsx:HexPanel
HexButton software healthy frontend/src/components/ui.tsx:HexButton
SectionTitle software healthy frontend/src/components/ui.tsx:SectionTitle
Modal software healthy frontend/src/components/ui.tsx:Modal
EmptyState software healthy frontend/src/components/ui.tsx:EmptyState
Avatar software healthy frontend/src/components/ui.tsx:Avatar
h2 software healthy frontend/src/components/ui.tsx:h2
useAvatarLookup software healthy frontend/src/components/ui.tsx:useAvatarLookup
RankBadge software healthy frontend/src/components/ui.tsx:RankBadge
RolePill software healthy frontend/src/components/ui.tsx:RolePill
TeamCard software healthy frontend/src/components/ui.tsx:TeamCard
PlayTab software healthy frontend/src/components/tabs/PlayTab.tsx:PlayTab
toggle software healthy frontend/src/components/tabs/PlayTab.tsx:toggle
startMode software healthy frontend/src/components/tabs/PlayTab.tsx:startMode
handleModeComplete software healthy frontend/src/components/tabs/PlayTab.tsx:handleModeComplete
rerollChampion software healthy frontend/src/components/tabs/PlayTab.tsx:rerollChampion
update software healthy frontend/src/components/tabs/PlayTab.tsx:update
copyTeams software healthy frontend/src/components/tabs/PlayTab.tsx:copyTeams
report software healthy frontend/src/components/tabs/PlayTab.tsx:report
resetFlow software healthy frontend/src/components/tabs/PlayTab.tsx:resetFlow
iconFor software healthy frontend/src/components/tabs/PlayTab.tsx:iconFor
ToggleRow software healthy frontend/src/components/tabs/PlayTab.tsx:ToggleRow
fileToAvatar software healthy frontend/src/components/tabs/PlayersTab.tsx:fileToAvatar
PlayersTab software healthy frontend/src/components/tabs/PlayersTab.tsx:PlayersTab
handleAdd software healthy frontend/src/components/tabs/PlayersTab.tsx:handleAdd
handleBulkAdd software healthy frontend/src/components/tabs/PlayersTab.tsx:handleBulkAdd
EditPlayerModal software healthy frontend/src/components/tabs/PlayersTab.tsx:EditPlayerModal
toggleRole software healthy frontend/src/components/tabs/PlayersTab.tsx:toggleRole
save software healthy frontend/src/components/tabs/PlayersTab.tsx:save
SettingsTab software healthy frontend/src/components/tabs/SettingsTab.tsx:SettingsTab
handleExport software healthy frontend/src/components/tabs/SettingsTab.tsx:handleExport
handleImport software healthy frontend/src/components/tabs/SettingsTab.tsx:handleImport
wipeAll software healthy frontend/src/components/tabs/SettingsTab.tsx:wipeAll
active software healthy frontend/src/components/tabs/SettingsTab.tsx:active
SettingRow software healthy frontend/src/components/tabs/SettingsTab.tsx:SettingRow
Toggle software healthy frontend/src/components/tabs/SettingsTab.tsx:Toggle
aggregate software healthy frontend/src/components/tabs/StatsTab.tsx:aggregate
won software healthy frontend/src/components/tabs/StatsTab.tsx:won
StatsTab software healthy frontend/src/components/tabs/StatsTab.tsx:StatsTab
OverviewCard software healthy frontend/src/components/tabs/StatsTab.tsx:OverviewCard
HistoryTab software healthy frontend/src/components/tabs/HistoryTab.tsx:HistoryTab
MatchRow software healthy frontend/src/components/tabs/HistoryTab.tsx:MatchRow
WheelMode software healthy frontend/src/components/modes/WheelMode.tsx:WheelMode
indexAtPointer software healthy frontend/src/components/modes/WheelMode.tsx:indexAtPointer

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
README.md software healthy README.md
package.json software healthy package.json
vercel.json software healthy backend/vercel.json
drizzle.config.ts software healthy backend/drizzle.config.ts
package.json software healthy backend/package.json
tsconfig.json software healthy backend/tsconfig.json
index.ts software healthy backend/api/index.ts
index.ts software healthy backend/src/index.ts
index.ts software healthy backend/src/db/index.ts
schema.ts software healthy backend/src/db/schema.ts
service.ts software healthy backend/src/db/service.ts
games.ts software healthy backend/src/routes/games.ts
matches.ts software healthy backend/src/routes/matches.ts
match-history.ts software healthy backend/src/routes/match-history.ts
players.ts software healthy backend/src/routes/players.ts
0001_white_sage.sql software healthy backend/drizzle/0001_white_sage.sql
0000_fantastic_sleeper.sql software healthy backend/drizzle/0000_fantastic_sleeper.sql
0001_snapshot.json software healthy backend/drizzle/meta/0001_snapshot.json
_journal.json software healthy backend/drizzle/meta/_journal.json
0000_snapshot.json software healthy backend/drizzle/meta/0000_snapshot.json
desktop.yml software healthy .github/workflows/desktop.yml
deploy.yml software healthy .github/workflows/deploy.yml
next.config.js software healthy frontend/next.config.js
eslint.config.mjs software healthy frontend/eslint.config.mjs
package-lock.json software healthy frontend/package-lock.json
README.md software healthy frontend/README.md
postcss.config.mjs software healthy frontend/postcss.config.mjs
package.json software healthy frontend/package.json
tsconfig.json software healthy frontend/tsconfig.json
globals.css software healthy frontend/src/app/globals.css
layout.tsx software healthy frontend/src/app/layout.tsx
page.tsx software healthy frontend/src/app/page.tsx
ui.tsx software healthy frontend/src/components/ui.tsx
PlayTab.tsx software healthy frontend/src/components/tabs/PlayTab.tsx
PlayersTab.tsx software healthy frontend/src/components/tabs/PlayersTab.tsx
SettingsTab.tsx software healthy frontend/src/components/tabs/SettingsTab.tsx
StatsTab.tsx software healthy frontend/src/components/tabs/StatsTab.tsx
HistoryTab.tsx software healthy frontend/src/components/tabs/HistoryTab.tsx
WheelMode.tsx software healthy frontend/src/components/modes/WheelMode.tsx
CardsMode.tsx software healthy frontend/src/components/modes/CardsMode.tsx
RevealMode.tsx software healthy frontend/src/components/modes/RevealMode.tsx
CaseMode.tsx software healthy frontend/src/components/modes/CaseMode.tsx
SlotsMode.tsx software healthy frontend/src/components/modes/SlotsMode.tsx
DraftMode.tsx software healthy frontend/src/components/modes/DraftMode.tsx
common.tsx software healthy frontend/src/components/modes/common.tsx
store.ts software healthy frontend/src/lib/store.ts
ddragon.ts software healthy frontend/src/lib/ddragon.ts
sound.ts software healthy frontend/src/lib/sound.ts
types.ts software healthy frontend/src/lib/types.ts
basePath.ts software healthy frontend/src/lib/basePath.ts

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
GET /health api healthy backend/api/index.ts
GET / api healthy backend/api/index.ts
POST /random api healthy backend/src/routes/games.ts
POST /captain api healthy backend/src/routes/games.ts
POST /wheel api healthy backend/src/routes/games.ts
GET /:id api healthy backend/src/routes/games.ts
DELETE / api healthy backend/src/routes/games.ts
POST / api healthy backend/src/routes/matches.ts
PATCH /:id/complete api healthy backend/src/routes/matches.ts
GET /statistics api healthy backend/src/routes/matches.ts
GET /statistics/overview api healthy backend/src/routes/matches.ts
PATCH /:id api healthy backend/src/routes/matches.ts
DELETE /:id api healthy backend/src/routes/matches.ts
GET /export/:playerId api healthy backend/src/routes/matches.ts
POST /:gameId/complete api healthy backend/src/routes/match-history.ts
GET /stats/players api healthy backend/src/routes/match-history.ts
GET /stats/overview api healthy backend/src/routes/match-history.ts
GET /inactive api healthy backend/src/routes/players.ts
POST /bulk api healthy backend/src/routes/players.ts
PUT /:id api healthy backend/src/routes/players.ts
PATCH /:id/reactivate api healthy backend/src/routes/players.ts

LabelLayerStatusPath
backend software healthy backend
api software healthy backend/api
src software healthy backend/src
db software healthy backend/src/db
routes software healthy backend/src/routes
drizzle software healthy backend/drizzle
meta software healthy backend/drizzle/meta
.github software healthy .github
workflows software healthy .github/workflows
frontend software healthy frontend
src software healthy frontend/src
app software healthy frontend/src/app
components software healthy frontend/src/components
tabs software healthy frontend/src/components/tabs
modes software healthy frontend/src/components/modes
lib software healthy frontend/src/lib
src-tauri software healthy frontend/src-tauri
src software healthy frontend/src-tauri/src
public software healthy frontend/public

LabelLayerStatusPath
RootLayout frontend healthy frontend/src/app/layout.tsx
Home frontend healthy frontend/src/app/page.tsx
PlayTab frontend healthy frontend/src/components/tabs/PlayTab.tsx
PlayersTab frontend healthy frontend/src/components/tabs/PlayersTab.tsx
SettingsTab frontend healthy frontend/src/components/tabs/SettingsTab.tsx
StatsTab frontend healthy frontend/src/components/tabs/StatsTab.tsx
HistoryTab frontend healthy frontend/src/components/tabs/HistoryTab.tsx
WheelMode frontend healthy frontend/src/components/modes/WheelMode.tsx
CardsMode frontend healthy frontend/src/components/modes/CardsMode.tsx
RevealMode frontend healthy frontend/src/components/modes/RevealMode.tsx
CaseMode frontend healthy frontend/src/components/modes/CaseMode.tsx
SlotsMode frontend healthy frontend/src/components/modes/SlotsMode.tsx
DraftMode frontend healthy frontend/src/components/modes/DraftMode.tsx

LabelLayerStatusPath
match_participants data healthy backend/drizzle/0000_fantastic_sleeper.sql
matches data healthy backend/drizzle/0000_fantastic_sleeper.sql
player_stats data healthy backend/drizzle/0000_fantastic_sleeper.sql
players data healthy backend/drizzle/0000_fantastic_sleeper.sql

LabelLayerStatusPath
build cicd healthy .github/workflows/desktop.yml
build cicd healthy .github/workflows/deploy.yml
deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
gha::desktop cicd healthy .github/workflows/desktop.yml
gha::deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
andreidavid03__League-Custom-Game-Helper software healthy /data/fable5_failed_archive/andreidavid03__League-Custom-Ga…

LabelLayerStatusPath
DatabaseService software healthy backend/src/db/service.ts:DatabaseService

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
/page.tsx frontend healthy frontend/src/app/page.tsx

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
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/8fee231f-e00b-400f-b4c2-586c492c57e2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8fee231f-e00b-400f-b4c2-586c492c57e2/

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.