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.

Y-R-U/Y-R-U.github.io

https://github.com/Y-R-U/Y-R-U.github.io · scanned 2026-06-16 01:04 UTC (2 months, 1 week ago)

229 raw signals (0 security + 229 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 212 actionable findings from 1 signal source. 17 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 84.4/100 with 100.0% coverage. It contains 5578 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 229 findings — concentrated in security (112), quality (90), software (12). Risk profile is low: 0 critical, 0 high, 132 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 187 of 212 actionable findings. 229 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/caltrack/app.js:58
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 — app/pwa/fnote/sw.js:30
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 — app/pwa/khydro/js/store.js:38
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 — app/pwa/khydro/sw.js:38
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 — app/pwa/timezones/sw.js:20
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 — gms/failed/merge1/sw.js:37
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 — gms/pwa/cc1/sw.js:31
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 — gms/pwa/dodgybird/sw.js:39
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 — gms/pwa/idleTransport/sw.js:46
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 — gms/pwa/miniwar/js/sprites.js:96
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 — gms/pwa/orpg/sw.js:25
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 — gms/pwa/transport/sw.js:80
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 authority lacks a verifier contract: gms/2d/the_horrors/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
gms/2d/the_horrors/CLAUDE.md VerificationClaude instruction
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, operator-readme. 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 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 app/pwa/fnote/functions/api/notes.js:19
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/pwa/fnote/functions/api/notes.js:19 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/pwa/khydro/functions/api/khydro.js:9
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/pwa/khydro/functions/api/khydro.js:9 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in gms/2d/awake/regen_helper.py:1020
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
gms/2d/awake/regen_helper.py:1020 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in gms/2d/the_horrors/regen_helper.py:1020
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
gms/2d/the_horrors/regen_helper.py:1020 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/3d/spacehabitat/config-ui.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/3d/spacehabitat/config-ui.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/3d/spacehabitat/modal.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/3d/spacehabitat/modal.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/3d/spacehabitat/projects-ui.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/3d/spacehabitat/projects-ui.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/3d/spacehabitat/viewer.js:211
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/3d/spacehabitat/viewer.js:211 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/caltrack/app.js:222
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/caltrack/app.js:222 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/edit2d/js/layers.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/edit2d/js/layers.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/edit2d/js/modal.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/edit2d/js/modal.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/edit2d/js/palette.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/edit2d/js/palette.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/app.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/app.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/editor.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/editor.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/home.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/home.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/modal.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/modal.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/settings.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/settings.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/fnote/js/utils.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/fnote/js/utils.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/khydro/js/ui.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/khydro/js/ui.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/pwa/timezones/index.html:503
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/pwa/timezones/index.html:503 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/reader/js/app.js:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/reader/js/app.js:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/reader/js/library.js:296
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/reader/js/library.js:296 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/reader/js/notes.js:507
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/reader/js/notes.js:507 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/reader/js/sync.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/reader/js/sync.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/reader/js/ui.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/reader/js/ui.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in d2/js/ui/layer-panel.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
d2/js/ui/layer-panel.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in e/index.html:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
e/index.html:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in e2/index.html:406
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
e2/index.html:406 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/awake/js/game.js:708
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/awake/js/game.js:708 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/awake/js/puzzles/puzzles.js:577
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/awake/js/puzzles/puzzles.js:577 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/awake/js/ui.js:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/awake/js/ui.js:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/claude_horror/js/game.js:283
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/claude_horror/js/game.js:283 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/claude_horror/js/ui.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/claude_horror/js/ui.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/codex_horror/js/game.js:308
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/codex_horror/js/game.js:308 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/codex_horror/js/ui.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/codex_horror/js/ui.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/game.js:220
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/game.js:220 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit65.js:269
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit65.js:269 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit66.js:212
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit66.js:212 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit67.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit67.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit68.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit68.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit69.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit69.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/emeraldplace/units/unit_birds.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/emeraldplace/units/unit_birds.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/glade_bros/js/ui.js:5
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/glade_bros/js/ui.js:5 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/paperant/js/ui.js:224
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/paperant/js/ui.js:224 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/the_hollow/js/game.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/the_hollow/js/game.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/the_horrors/js/game.js:784
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/the_horrors/js/game.js:784 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/the_horrors/js/puzzles/puzzles.js:577
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/the_horrors/js/puzzles/puzzles.js:577 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/2d/the_horrors/js/ui.js:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/2d/the_horrors/js/ui.js:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/bouncem/js/ui.js:208
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/bouncem/js/ui.js:208 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/claude_3d_tank/game.js:835
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/claude_3d_tank/game.js:835 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/claude_3d_tank_battle/src/ui.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/claude_3d_tank_battle/src/ui.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/codex_gate_tank_runner/game.js:666
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/codex_gate_tank_runner/game.js:666 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/crowd/ui.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/crowd/ui.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/fable5_glade/js/debug.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/fable5_glade/js/debug.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/fable5_glade/js/ui.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/fable5_glade/js/ui.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/glade_bros/js/ui.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/glade_bros/js/ui.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/3d/outpace/game.mjs:1467
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/3d/outpace/game.mjs:1467 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/a/index.html:532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/a/index.html:532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/c/index.html:373
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/c/index.html:373 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/driverc/js/main.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/driverc/js/main.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/failed/merge1/js/ui.js:202
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/failed/merge1/js/ui.js:202 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/k/kc/index.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/k/kc/index.html:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/k/kg/index.html:283
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/k/kg/index.html:283 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/o/index.html:825
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/o/index.html:825 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/o/old/index.html:267
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/o/old/index.html:267 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/cc1/game.js:392
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/cc1/game.js:392 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/main.js:120
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/main.js:120 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/ui/dungeonEntry.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/ui/dungeonEntry.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/ui/inventory.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/ui/inventory.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/ui/lootPopup.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/ui/lootPopup.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/ui/menuNav.js:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/ui/menuNav.js:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/crpg/js/ui/skillsPanel.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/crpg/js/ui/skillsPanel.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/dicey/js/ui.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/dicey/js/ui.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/dodgybird/js/ui.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/dodgybird/js/ui.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/drace/js/board.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/drace/js/board.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/drace/js/dice.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/drace/js/dice.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/drace/js/game.js:373
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/drace/js/game.js:373 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/drace/js/ui.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/drace/js/ui.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleLife/js/ui.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleLife/js/ui.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleTransport/js/ui.js:217
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleTransport/js/ui.js:217 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleWestern/js/app.js:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleWestern/js/app.js:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleWestern/js/effects.js:56
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleWestern/js/effects.js:56 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleWestern/js/events.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleWestern/js/events.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleWestern/js/story.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleWestern/js/story.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/idleWestern/js/ui.js:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/idleWestern/js/ui.js:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/miniwar/js/ui.js:116
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/miniwar/js/ui.js:116 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/orpg/js/ui.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/orpg/js/ui.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/pirate2d/js/debug.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/pirate2d/js/debug.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/pirate2d/js/island-editor.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/pirate2d/js/island-editor.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/pirate2d/js/ui.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/pirate2d/js/ui.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/snake/js/main.js:446
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/snake/js/main.js:446 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/sudoku/js/game.js:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/sudoku/js/game.js:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/sudoku/js/panels.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/sudoku/js/panels.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/transport/js/ui.js:160
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/transport/js/ui.js:160 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/wl/js/ui/hud.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/wl/js/ui/hud.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/wl/js/ui/input.js:385
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/wl/js/ui/input.js:385 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/pwa/wl/js/ui/screens.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/pwa/wl/js/ui/screens.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/s/index.html:539
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/s/index.html:539 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/z/game.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/z/game.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gms/z/game1.js:1078
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gms/z/game1.js:1078 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in i2.html:406
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
i2.html:406 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:617
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:617 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in m/index.html:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
m/index.html:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in m2/index.html:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
m2/index.html:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in m2/T.html:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
m2/T.html:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in t5/index.html:322
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
t5/index.html:322 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in gms/2d/emeraldplace/game.js:333
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
gms/2d/emeraldplace/game.js:333 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in gms/2d/emeraldplace/units/unit66.js:259
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
gms/2d/emeraldplace/units/unit66.js:259 Insert adjacent html
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/awake/gen_event_videos.py:71
`subprocess.check_output(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/awake/gen_images.py:49
`subprocess.check_output(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/awake/gen_transitions.py:46
`subprocess.check_output(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/awake/regen_helper.py:794
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/the_hollow/gen_images.py:88
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gms/2d/the_horrors/regen_helper.py:794
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 33 placeholder/mock markers across 18 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 Tests conf 1.00 Very low test-to-source ratio
14 test file(s) for 493 source file(s) (ratio 0.03). 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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 70 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 20, 23
.github/workflows/deploy-fnote.yml:20, 23 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — gms/pwa/crpg/js/ui/inventory.js:108
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 — gms/pwa/drace/js/board.js:54
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 e/index.html:42
Found a known-risky pattern (document_write). Review and replace if possible.
e/index.html:42 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in m/index.html:18
Found a known-risky pattern (document_write). Review and replace if possible.
m/index.html:18 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in q/index.html:9
Found a known-risky pattern (document_write). Review and replace if possible.
q/index.html:9 Document write
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: gms/2d/the_horrors/gen_event_videos.py:load_metadata, gms/2d/awake/gen_event_videos.py:load_metadata 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'r…
13 occurrences
repo-level (13 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: gms/2d/codex_horror/gen_images.py:generate, gms/2d/the_horrors/gen_images.py:generate, gms/2d/awake/gen_images.py:generate This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: gms/2d/the_horrors/gen_event_videos.py:post_json, gms/2d/the_horrors/gen_transitions.py:post_json, gms/2d/awake/gen_event_videos.py:post_json, gms/2d/awake/gen_transitions.py:post_json This is *the* AI-coder failure mode (4× more duplication in vibe-…
4 occurrences
repo-level (4 hits)
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: gms/2d/codex_horror/gen_images.py:log, gms/2d/the_horrors/gen_images.py:log, gms/2d/the_horrors/gen_event_videos.py:log, gms/2d/the_horrors/gen_transitions.py:log This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see http…
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 `crpg_save_v1` in gms/pwa/crpg/js/state.js:4
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crpg_save_v1` in gms/pwa/crpg/js/tests/test.state.js:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `idle_transport_empire_v1` in gms/pwa/idleTransport/js/config.js:155
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `lifeIdle_v2` in gms/pwa/idleLife/js/storage.js:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `rcell_test_v1` in gms/pwa/rcell/tests/test-meta.js:155
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `rcell_v1` in gms/pwa/rcell/src/utils/storage.js:3
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: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/the_horrors/regen_helper.py:1060
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/regen_helper.py:1060
low System graph software Dead code conf 1.00 Possibly dead Python function: do_HEAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/the_horrors/regen_helper.py:1029
low System graph software Dead code conf 1.00 Possibly dead Python function: do_HEAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/regen_helper.py:1029
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/the_horrors/regen_helper.py:1025
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/regen_helper.py:1025
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/the_horrors/regen_helper.py:1192
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/regen_helper.py:1192
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/the_horrors/regen_helper.py:1317
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/regen_helper.py:1317
low System graph software Dead code conf 1.00 Possibly dead Python function: threat_attack_prompt
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/gen_event_videos.py:83
low System graph software Dead code conf 1.00 Possibly dead Python function: threat_release_prompt
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gms/2d/awake/gen_event_videos.py:75
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — app/caltrack/app.js:116
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Docs conf 1.00 README lacks setup or run instructions
A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin.
ReadmeRepo hardeningGenerated repo pattern
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 — app/pwa/edit2d/js/app.js:75
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 — gms/driverc/js/input.js:93
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 — gms/driverc/js/main.js:6
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 — gms/pwa/idleLife/tests/game.test.js:16
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 — gms/pwa/idleWestern/js/app.js:198
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 — gms/pwa/miniwar/js/sprites.js:119
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 — gms/pwa/rcell/src/main.js:68
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 — gms/pwa/sudoku/js/game.js:97
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 — gms/z/game1.js:1974
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 Complexity conf 1.00 Very large file: gms/2d/awake/js/game.js (2442 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/2d/awake/js/story.js (1955 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/2d/awake/regen_helper.py (1336 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/2d/the_horrors/js/game.js (2667 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/2d/the_horrors/js/story.js (2119 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/2d/the_horrors/regen_helper.py (1336 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/3d/codex_gate_tank_runner/game.js (2487 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/3d/fable5_3d_tank/game.js (1746 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/3d/outpace/game.mjs (2527 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/pwa/pirate2d/js/ui.js (1118 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gms/z/game1.js (2769 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/0603d4fa-ac22-488a-8cde-dbe6c68662fd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0603d4fa-ac22-488a-8cde-dbe6c68662fd/

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.