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.

talvola/generic_poker

https://github.com/talvola/generic_poker · scanned 2026-06-16 00:29 UTC (2 months, 2 weeks ago)

187 raw signals (0 security + 187 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 174 actionable findings from 1 signal source. 13 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 59.6/100 with 88.9% coverage. It contains 3849 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 187 findings — concentrated in api (71), quality (65), software (27). Risk profile is high: 1 critical, 22 high, 20 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 154 of 174 actionable findings. 187 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 tools/seed_db.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
tools/seed_db.py:221
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/api/sessions (static/js/admin.js:68)
`static/js/admin.js:68` calls `GET /admin/api/sessions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/sessions` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/api/stats (static/js/admin.js:67)
`static/js/admin.js:67` calls `GET /admin/api/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/api/tables (static/js/admin.js:276)
`static/js/admin.js:276` calls `GET /admin/api/tables` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/tables` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/api/users?${params} (static/js/admin.js:159)
`static/js/admin.js:159` calls `GET /admin/api/users?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/api/variants (static/js/admin.js:392)
`static/js/admin.js:392` calls `GET /admin/api/variants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/variants` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/games/tables/${this.store.tableId}/hand-history?limit=20 (static/js/table.js:1868)
`static/js/table.js:1868` calls `GET /api/games/tables/${this.store.tableId}/hand-history?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/games/tables/<p>/hand-history` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tables/${tableId}/seats (static/js/lobby.js:741)
`static/js/lobby.js:741` calls `GET /api/tables/${tableId}/seats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tables/<p>/seats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /game/sessions/${this.store.tableId}/actions (static/js/table.js:1553)
`static/js/table.js:1553` calls `GET /game/sessions/${this.store.tableId}/actions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game/sessions/<p>/actions` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /game/sessions/${this.store.tableId}/hand-result (static/js/table.js:451)
`static/js/table.js:451` calls `GET /game/sessions/${this.store.tableId}/hand-result` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game/sessions/<p>/hand-result` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /game/sessions/${this.store.tableId}/state (static/js/table.js:1536)
`static/js/table.js:1536` calls `GET /game/sessions/${this.store.tableId}/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game/sessions/<p>/state` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /table/variants (static/js/lobby.js:181)
`static/js/lobby.js:181` calls `GET /table/variants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/table/variants` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /table/variants/${variantId}/rules (static/js/lobby.js:1292)
`static/js/lobby.js:1292` calls `GET /table/variants/${variantId}/rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/table/variants/<p>/rules` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/tables/${tableId}/close (static/js/admin.js:315)
`static/js/admin.js:315` calls `POST /admin/api/tables/${tableId}/close` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/tables/<p>/close` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/tables/${tableId}/delete (static/js/admin.js:336)
`static/js/admin.js:336` calls `POST /admin/api/tables/${tableId}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/tables/<p>/delete` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/tables/purge-all (static/js/admin.js:357)
`static/js/admin.js:357` calls `POST /admin/api/tables/purge-all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/tables/purge-all` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/users/${this._bankrollUserId}/bankroll (static/js/admin.js:234)
`static/js/admin.js:234` calls `POST /admin/api/users/${this._bankrollUserId}/bankroll` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/users/<p>/bankroll` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/users/${userId}/toggle-active (static/js/admin.js:255)
`static/js/admin.js:255` calls `POST /admin/api/users/${userId}/toggle-active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/users/<p>/toggle-active` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/variants/${encodeURIComponent(name)}/disable (static/js/admin.js:503)
`static/js/admin.js:503` calls `POST /admin/api/variants/${encodeURIComponent(name)}/disable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/variants/<p>/disable` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/api/variants/${encodeURIComponent(name)}/enable (static/js/admin.js:466)
`static/js/admin.js:466` calls `POST /admin/api/variants/${encodeURIComponent(name)}/enable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api/variants/<p>/enable` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tables/${tableId}/leave (static/js/lobby.js:717)
`static/js/lobby.js:717` calls `POST /api/tables/${tableId}/leave` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tables/<p>/leave` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /game/sessions/${this.store.tableId}/action (static/js/table.js:1504)
`static/js/table.js:1504` calls `POST /game/sessions/${this.store.tableId}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game/sessions/<p>/action` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `login` without `@login_required` — run_server.py:106
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
run_server.py:106 securityAuth flask unauth route
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — static/js/admin.js:159
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 — static/js/lobby.js:741
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, ci, lockfile. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 'direct_innerhtml_assignment' in demo_enhanced_table.html:264
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
demo_enhanced_table.html:264 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/web/static/script.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/web/static/script.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/admin.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/admin.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/lobby.js:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/lobby.js:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/table.js:325
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/table.js:325 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/table/chat.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/table/chat.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/table/modals.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/table/modals.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/table/showdown.js:183
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/table/showdown.js:183 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/table/timer.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/table/timer.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in src/web/static/script.js:284
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
src/web/static/script.js:284 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in static/js/lobby.js:775
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
static/js/lobby.js:775 Insert adjacent html
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/generate_poker_test.py:11
`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 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 16 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 Maintenance conf 1.00 95 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 948 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 security security conf 1.00 Insecure pattern 'debug_true' in app.py:209
Found a known-risky pattern (debug_true). Review and replace if possible.
app.py:209 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in pyproject.toml:116
Found a known-risky pattern (debug_true). Review and replace if possible.
pyproject.toml:116 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in run_server.py:965
Found a known-risky pattern (debug_true). Review and replace if possible.
run_server.py:965 Debug true
low System graph security security conf 1.00 Insecure pattern 'debug_true' in src/web/server.py:1507
Found a known-risky pattern (debug_true). Review and replace if possible.
src/web/server.py:1507 Debug true
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: tools/generate_rankings/generate_three_card_27_ja_ffh_high_wild_bug_hand_rankings.py:read_hands_from_file, tools/generate_rankings/generate_low_a5_wild_hand_rankings.py:read_hands_from_file, tools/generate_rankings/generate_high_wild_bug_hand_rankings…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: examples/straight_poker.py:load_straight_poker_rules, examples/pineapple.py:load_straight_poker_rules 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'…
11 occurrences
repo-level (11 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: tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_high_two_card_hands, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_high_three_card_hands, tools/generate_rankings/generate_partial_hand_27_ja_f…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_three_of_a_kind, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_three_of_a_kind, tools/generate_rankings/generate_partial_hand_27_ja_ffh_ranking…
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: tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_one_pair, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_one_pair, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_…
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: tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_high_card_combos, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:generate_high_card, tools/generate_rankings/generate_partial_hand_27_ja_ffh_rankings.py:…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: tools/generate_rankings/generate_three_card_27_ja_ffh_high_wild_bug_hand_rankings.py:normalize_hand, tools/generate_rankings/generate_high_wild_bug_hand_rankings.py:normalize_hand, tools/generate_rankings/generate_two_card_27_ja_ffh_high_wild_bug_hand…
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 `card_copy` in src/generic_poker/game/showdown_manager.py:2436
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: create_tuples
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_49_0_6_21_hands.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: drop_tables
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/online_poker/database.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_card_values
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/compare_two_card_high_high.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_cards
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/compare_two_card_high_high.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:709
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_four_of_a_kinds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:485
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_full_houses
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:667
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_grand_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:222
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_grand_straight_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_grand_straights
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:447
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_high_cards
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:986
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_hotels
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:359
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_invite_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/seed_db.py:32
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_long_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:527
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_long_straight_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:172
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_long_straights
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:570
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_mansions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:260
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_one_pairs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:928
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_palaces
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_straight_flushes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:302
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_three_of_a_kinds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:805
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_three_pairs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:621
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_villas
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:398
low System graph software Dead code conf 1.00 Possibly dead Python function: init_migrations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/online_poker/migrations.py:10
low System graph software Dead code conf 1.00 Possibly dead Python function: load_hand_rankings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_quick_quads_hand_rankings.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: save_hands_to_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py:1041
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_hands_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/generate_rankings/generate_49_0_6_21_hands.py:26
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 — src/web/static/script.js:614
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 — static/js/lobby.js:129
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 — static/js/table.js:147
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 — tests/e2e/auth/setup-auth.ts:24
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 Integrity conf 1.00 Stub function `get_sample_hand` (body is just `pass`/`return`) — src/generic_poker/evaluation/eval_types/base.py:87
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /
`app.py` declares `ANY /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/games/sessions/<table_id>/action
`run_server.py` declares `ANY /api/games/sessions/<table_id>/action` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/games/sessions/<table_id>/actions
`run_server.py` declares `ANY /api/games/sessions/<table_id>/actions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/games/sessions/<table_id>/test
`run_server.py` declares `ANY /api/games/sessions/<table_id>/test` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/login
`src/online_poker/routes/auth_routes.py` declares `ANY /api/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/logout
`src/online_poker/routes/auth_routes.py` declares `ANY /api/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/register
`src/online_poker/routes/auth_routes.py` declares `ANY /api/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sessions
`src/online_poker/routes/admin_routes.py` declares `ANY /api/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/stats
`src/online_poker/routes/admin_routes.py` declares `ANY /api/stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tables/<table_id>/join
`src/online_poker/routes/lobby_routes.py` declares `ANY /api/tables/<table_id>/join` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tables/<table_id>/leave
`src/online_poker/routes/lobby_routes.py` declares `ANY /api/tables/<table_id>/leave` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tables/<table_id>/seats
`run_server.py` declares `ANY /api/tables/<table_id>/seats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tables/<table_id>/spectate
`src/online_poker/routes/lobby_routes.py` declares `ANY /api/tables/<table_id>/spectate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tables/private/join
`src/online_poker/routes/lobby_routes.py` declares `ANY /api/tables/private/join` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/users
`src/online_poker/routes/admin_routes.py` declares `ANY /api/users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/users/<user_id>
`src/online_poker/routes/admin_routes.py` declares `ANY /api/users/<user_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/users/<user_id>/bankroll
`src/online_poker/routes/admin_routes.py` declares `ANY /api/users/<user_id>/bankroll` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /check-auth
`src/online_poker/routes/auth_routes.py` declares `ANY /check-auth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /cleanup
`src/online_poker/routes/game_routes.py` declares `ANY /cleanup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /forgot-password
`src/online_poker/routes/auth_routes.py` declares `ANY /forgot-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /lobby
`run_server.py` declares `ANY /lobby` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /login
`run_server.py` declares `ANY /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /logout
`run_server.py` declares `ANY /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /me
`src/online_poker/routes/auth_routes.py` declares `ANY /me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /refresh
`src/online_poker/routes/auth_routes.py` declares `ANY /refresh` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /register
`src/online_poker/routes/auth_routes.py` declares `ANY /register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /reset-password
`src/online_poker/routes/auth_routes.py` declares `ANY /reset-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions
`src/online_poker/routes/game_routes.py` declares `ANY /sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/action
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/action` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/actions
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/actions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/actions/history
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/actions/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/actions/validate
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/actions/validate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/disconnect
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/disconnect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/hand-result
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/hand-result` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/info
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/info` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/join
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/join` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/leave
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/leave` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/players/<user_id>
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/players/<user_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/reconnect
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/reconnect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/state
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/state/updates
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/state/updates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sessions/<table_id>/validate-buyin
`src/online_poker/routes/game_routes.py` declares `ANY /sessions/<table_id>/validate-buyin` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /stats
`src/online_poker/routes/game_routes.py` declares `ANY /stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /table/<table_id>
`run_server.py` declares `ANY /table/<table_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /tables
`src/online_poker/routes/admin_routes.py` declares `ANY /tables` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /tables/<table_id>/hand-history
`src/online_poker/routes/game_routes.py` declares `ANY /tables/<table_id>/hand-history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /users
`src/online_poker/routes/admin_routes.py` declares `ANY /users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /validate-session
`src/online_poker/routes/auth_routes.py` declares `ANY /validate-session` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /variants
`src/online_poker/routes/admin_routes.py` declares `ANY /variants` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/generic_poker/game/game.py (1673 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/generic_poker/game/player_action_handler.py (1640 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/generic_poker/game/showdown_manager.py (2978 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/online_poker/services/player_action_manager.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: src/online_poker/services/websocket_manager.py (1505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/web/server.py (1507 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/js/lobby.js (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/js/table.js (2594 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/game/test_paradise_road_pickem.py (1505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/integration/test_socketio_integration.py (2262 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/test_pot.py (1587 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/test_showdown_manager.py (2535 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/generate_rankings/generate_ne_seven_card_high_hand_rankings.py (1055 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/af1de3ce-06bc-445f-a611-df2775e75fbc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/af1de3ce-06bc-445f-a611-df2775e75fbc/

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.