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.

Sterenna-studio/pokegang-game

https://github.com/Sterenna-studio/pokegang-game · scanned 2026-06-16 00:22 UTC (2 months, 2 weeks ago)

157 raw signals (38 security + 119 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 127 actionable findings from 2 signal sources. 94 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 56.4/100 with 66.7% coverage. It contains 1795 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 119 findings — concentrated in quality (55), security (49), frontend (13). Risk profile is low: 0 critical, 0 high, 57 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 90 of 127 actionable findings. 221 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 Security checks quality Practices conf 0.82 3 occurrences Foundry mined mock as real or placeholder: Sterenna-studio/pokegang-game
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
3 occurrences
repo-level (3 hits)
critical Security checks security auth conf 0.78 2 occurrences Foundry mined security auth guardrail gaps: Sterenna-studio/pokegang-game
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
2 occurrences
repo-level (2 hits)
high Security checks quality Practices conf 0.84 5 occurrences Foundry mined bad chains: Sterenna-studio/pokegang-game
Comment chain pattern product: bad_chains Repo: Sterenna-studio/pokegang-game Thread: Sterenna-studio/pokegang-game#48 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_a…
5 occurrences
repo-level (5 hits)
high Security checks quality Practices conf 0.80 Foundry mined docs only runtime fix: Sterenna-studio/pokegang-game
Graph query export: Docs-only response to runtime or integration issue Query id: docs_only_runtime_fix Query type: motif_query Intent: Assumption-check examples where docs or claims are not enough proof. Motif: docs_only_runtime_fix Training usage: assumption_check Graph gold label: assumption_chec…
high Security checks quality Quality conf 0.76 9 occurrences Foundry mined schema ui api mismatch: Sterenna-studio/pokegang-game
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: weak_supervision_needs_review Repo: S…
9 occurrences
repo-level (9 hits)
medium Security checks quality Practices conf 0.62 43 occurrences Foundry mined assumption checks: Sterenna-studio/pokegang-game
Comment chain pattern product: assumption_checks Repo: Sterenna-studio/pokegang-game Thread: Sterenna-studio/pokegang-game#9 Outcome: claimed_resolved_unverified Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_…
43 occurrences
repo-level (43 hits)
medium Security checks quality maintenance conf 0.70 22 occurrences Foundry mined blueprint gap alignment: Sterenna-studio/pokegang-game
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
22 occurrences
repo-level (22 hits)
medium Security checks quality Practices conf 0.70 17 occurrences Foundry mined unresolved feedback: Sterenna-studio/pokegang-game
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
17 occurrences
repo-level (17 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app.js:2057
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 — modules/systems/cloudAccount.js:104
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, tests. 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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/pokegang-api/index.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/pokegang-api/index.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/pokegang-leaderboard-submit/index.ts:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/pokegang-leaderboard-submit/index.ts:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app.js:978
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app.js:978 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/secretCodes.js:290
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/secretCodes.js:290 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/agent.js:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/agent.js:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/cloudAccount.js:808
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/cloudAccount.js:808 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/deoxysMission.js:391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/deoxysMission.js:391 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/hoenn.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/hoenn.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/johto.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/johto.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/johtoMissions.js:672
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/johtoMissions.js:672 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/kantoMissions.js:481
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/kantoMissions.js:481 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/legendaryMissions.js:436
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/legendaryMissions.js:436 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/market.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/market.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/offlineReport.js:230
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/offlineReport.js:230 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/pension.js:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/pension.js:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/sinnoh.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/sinnoh.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/sinnohMissions.js:179
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/sinnohMissions.js:179 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/titles.js:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/titles.js:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/systems/trainingRoom.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/systems/trainingRoom.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/agentSheet.js:251
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/agentSheet.js:251 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/agentsTab.js:201
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/agentsTab.js:201 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/bagTab.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/bagTab.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/cosmetics.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/cosmetics.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/cosmeticsTab.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/cosmeticsTab.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/darkraiEvent.js:276
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/darkraiEvent.js:276 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/gangBase.js:229
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/gangBase.js:229 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/gangCompetitionTab.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/gangCompetitionTab.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/gangTab.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/gangTab.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/hoennEvent.js:371
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/hoennEvent.js:371 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/hubModals.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/hubModals.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/intro.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/intro.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/johtoEvent.js:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/johtoEvent.js:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/labTab.js:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/labTab.js:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/marketTab.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/marketTab.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/missionsTab.js:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/missionsTab.js:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/modals.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/modals.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/notifPanel.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/notifPanel.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/pcPokedex.js:346
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/pcPokedex.js:346 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/pcTopPower.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/pcTopPower.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/pickers.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/pickers.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/settingsModal.js:295
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/settingsModal.js:295 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/tabRouter.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/tabRouter.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/zoneSelector.js:215
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/zoneSelector.js:215 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ui/zoneWindows.js:195
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ui/zoneWindows.js:195 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in state/saveRepair.js:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
state/saveRepair.js:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in state/saveSlots.js:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
state/saveSlots.js:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/zone-editor.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/zone-editor.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in modules/ui/gangBase.js:289
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
modules/ui/gangBase.js:289 Insert adjacent html
medium System graph data Coverage conf 1.00 ORM models found but no DB engine detected
The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read.
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 31 placeholder/mock markers across 13 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 73 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests. 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 cicd CI/CD security conf 1.00 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.
.github/workflows/deploy-ovh.yml:20 CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app.js:1549
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/systems/sinnohMissions.js:183
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/systems/titles.js:204
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/gangBase.js:1171
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/gangCompetitionTab.js:234
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/gangTab.js:766
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/hubModals.js:48
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/intro.js:314
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/labTab.js:96
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/modals.js:209
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/pcPokedex.js:2461
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — modules/ui/tabRouter.js:135
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/ui/gangBase.js:1673
Found a known-risky pattern (document_write). Review and replace if possible.
modules/ui/gangBase.js:1673 Document write
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 `isLegacy` in modules/ui/modals.js:166
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 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 Complexity conf 1.00 Very large file: app.js (2931 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/systems/cloudAccount.js (1332 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/systems/zoneSystem.js (1386 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ui/gangBase.js (2090 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ui/gangTab.js (1127 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ui/pcPokedex.js (3281 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ui/zoneWindows.js (2578 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/46a2aea3-3bdc-4543-bd5a-e5de87d426cb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/46a2aea3-3bdc-4543-bd5a-e5de87d426cb/

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.