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.

warped-pinball/vector

https://github.com/warped-pinball/vector · scanned 2026-06-16 00:54 UTC (2 months, 1 week ago)

121 raw signals (0 security + 121 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 90 actionable findings from 1 signal source. 31 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 50.7/100 with 66.7% coverage. It contains 1520 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 121 findings — concentrated in quality (56), software (28), cicd (15). Risk profile is high: 1 critical, 0 high, 32 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 82 of 90 actionable findings. 121 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 src/common/phew/__init__.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/common/phew/__init__.py:63
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/common/web/js/admin.js:652
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 — src/common/web/js/configure.js:43
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 — src/common/web/js/install_warning.js:2
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 — src/common/web/js/main.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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/common/web/js/scores.js:132
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 — src/common/web/js/utils.js:64
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 — src/em/web/js/admin.js:623
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
5 files, 5 locations
.github/workflows/build_release.yml
.github/workflows/deploy_docs.yml
.github/workflows/docs-on-pr.yml
.github/workflows/specialfeatures-on-pr.yml
.github/workflows/version-bump-guard.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/admin.js:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/admin.js:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/configure.js:178
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/configure.js:178 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/install_warning.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/install_warning.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/main.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/main.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/players.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/players.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/common/web/js/scores.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/common/web/js/scores.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/em/web/js/admin.js:355
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/em/web/js/admin.js:355 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in dev/build.py:113
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
dev/build.py:113 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in dev/flash.py:22
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
dev/flash.py:22 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in src/common/rsa/pkcs1.py:51
Found a known-risky pattern (weak_hash). Review and replace if possible.
src/common/rsa/pkcs1.py:51 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — dev/auto_flash.py:15
`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 — dev/build.py:113
`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 — dev/ci/validate_json_configs.py:21
`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 — dev/ci/version_bump_guard.py:104
`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 — dev/ci/workflow_helpers.py:123
`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 — dev/flash.py:55
`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 53 placeholder/mock markers across 10 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
9 test file(s) for 141 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 652 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 10 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.
5 files, 10 locations
.github/workflows/deploy_docs.yml:16, 19 (2 hits)
.github/workflows/docs-on-pr.yml:18, 25 (2 hits)
.github/workflows/specialfeatures-on-pr.yml:19, 26 (2 hits)
.github/workflows/validate-json-configs.yml:17, 20 (2 hits)
.github/workflows/version-bump-guard.yml:19, 26 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: frozen/common/Memory_Main.py:go, src/wpc/Memory_Main.py:go This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: frozen/common/reset_control.py:init, src/data_east/reset_control.py:init, src/wpc/reset_control.py:init 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 the…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dma_address_copy` in src/wpc/Ram_Intercept.py:353
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 `files_to_copy` in dev/utilities/RunMe.py:58
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 `wpc_vector_v1` in dev/build_update.py:78
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: adr_activity_ok
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/main.py:68
low System graph software Dead code conf 1.00 Possibly dead Python function: auth_wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/backend.py:266
low System graph software Dead code conf 1.00 Possibly dead Python function: base64_decode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/FileIO.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: CheckForNewScores
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/ScoreTrack.py:431
low System graph software Dead code conf 1.00 Possibly dead Python function: crc16
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/FileIO.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/backend.py:182
low System graph software Dead code conf 1.00 Possibly dead Python function: download_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/FileIO.py:79
low System graph software Dead code conf 1.00 Possibly dead Python function: error_toggle
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/main.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: four_oh_four
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/backend.py:206
low System graph software Dead code conf 1.00 Possibly dead Python function: hex_dump_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/dmaprint.py:81
low System graph software Dead code conf 1.00 Possibly dead Python function: ping_random_peer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/discovery.py:374
low System graph software Dead code conf 1.00 Possibly dead Python function: poll_fast
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/GameStatus.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: poll_switches
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/Switches.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: print_dma6_registers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/dmaprint.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: printdma
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/dmaprint.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: push_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/origin.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: rbit8
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/SPI_Store.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: reg_read
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/SPI_Store.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: reg_write
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/SPI_Store.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: save_ram
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
frozen/common/Memory_Main.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: score_export_0_to_1
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/FileIO.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: set_file_size
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/FileIO.py:155
low System graph software Dead code conf 1.00 Possibly dead Python function: supports_live_scores
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/export_game_feature_csvs.py:114
low System graph software Dead code conf 1.00 Possibly dead Python function: supports_special_formats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/export_game_feature_csvs.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: supports_switch_diagnostics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/utilities/export_game_feature_csvs.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: toggle_led
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
frozen/common/Pico_Led.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapped_route
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/common/backend.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev/build.py:43
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/common/web/js/admin.js:512
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 — src/common/web/js/configure.js:125
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 — src/common/web/js/install_warning.js: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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/common/web/js/main.js:100
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 — src/common/web/js/players.js:101
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 — src/common/web/js/scores.js:327
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 — src/common/web/js/utils.js:58
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 — src/em/web/js/admin.js:621
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 `blank_all` (body is just `pass`/`return`) — src/em/Adjustments.py:13
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `bus_activity_fault_check` (body is just `pass`/`return`) — src/em/main.py:52
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `fixAdjustmentChecksum` (body is just `pass`/`return`) — src/data_east/displayMessage.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `fixAdjustmentChecksum` (body is just `pass`/`return`) — src/em/displayMessage.py:63
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `fixAdjustmentChecksum` (body is just `pass`/`return`) — src/wpc/displayMessage.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `place_machine_scores` (body is just `pass`/`return`) — src/em/ScoreTrack.py:1091
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `release` (body is just `pass`/`return`) — src/em/reset_control.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: src/common/backend.py (2314 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/em/ScoreTrack.py (1863 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/c29a05a4-ef28-4df9-8d40-b639e60822c7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c29a05a4-ef28-4df9-8d40-b639e60822c7/

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.