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.

csilvasantin/01.-AdmiraXperience-Game

https://github.com/csilvasantin/01.-AdmiraXperience-Game · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

100 raw signals (0 security + 100 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -20.5 (diff) · 100 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
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.2/100 with 77.8% coverage. It contains 1125 nodes across 1 cross-layer flows, written primarily in mixed languages. Engine surfaced 100 findings — concentrated in quality (50), security (37), frontend (10). Risk profile is high: 2 critical, 0 high, 51 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 78 of 100 actionable findings. 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 2026-03-25/elgato-proxy.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
2026-03-25/elgato-proxy.js:19
critical System graph security Secrets conf 1.00 Possible secret in 2026-03-25/game.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
2026-03-25/game.html:637
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — 2026-04-26/index.js:84
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 — 2026-04-29/xtanco-loyalty-client.js:24
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 — 2026-04-30/xtanco-loyalty-client.js:24
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 — suno-local/server.js:227
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 — sw.js:82
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 — workers/admira-grok-proxy/src/index.js:100
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 — workers/admira-telegram-bridge/src/index.js:269
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 — workers/admira-tts/src/index.js:55
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 — xtanco-loyalty-client.js:24
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: CODEX.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.
CODEX.md VerificationCodex 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, 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 2026-03-25/elgato-proxy.js:36
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-03-25/elgato-proxy.js:36 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in 2026-04-26/elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-04-26/elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in 2026-04-28/elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-04-28/elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in 2026-04-29/elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-04-29/elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in 2026-04-30/elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-04-30/elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in 2026-05-05/elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
2026-05-05/elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in elgato-proxy.js:434
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
elgato-proxy.js:434 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-26/game.html:2953
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-26/game.html:2953 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-28/game.html:2953
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-28/game.html:2953 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-29/game.html:3075
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-29/game.html:3075 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-29/loyalty-app/app.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-29/loyalty-app/app.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-29/qrcode.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-29/qrcode.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-29/xtanco-loyalty-client.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-29/xtanco-loyalty-client.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-30/game.html:3081
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-30/game.html:3081 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-30/loyalty-app/app.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-30/loyalty-app/app.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-30/marketplace/app.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-30/marketplace/app.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-30/qrcode.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-30/qrcode.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-04-30/xtanco-loyalty-client.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-04-30/xtanco-loyalty-client.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 2026-05-05/game.html:3499
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
2026-05-05/game.html:3499 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in conectar.html:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
conectar.html:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in loyalty-app/app.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
loyalty-app/app.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in marketplace/app.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
marketplace/app.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pantalla.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pantalla.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in qrcode.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
qrcode.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in remote.html:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
remote.html:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in xtanco-loyalty-client.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
xtanco-loyalty-client.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in assets/js/session-ping.js:109
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
assets/js/session-ping.js:109 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in 2026-04-26/elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
2026-04-26/elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in 2026-04-28/elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
2026-04-28/elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in 2026-04-29/elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
2026-04-29/elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in 2026-04-30/elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
2026-04-30/elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in 2026-05-05/elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
2026-05-05/elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in drawthings-local/server.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
drawthings-local/server.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in elgato-proxy.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
elgato-proxy.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in suno-local/server.js:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
suno-local/server.js:20 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — drawthings-local/server.py:134
`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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 12 placeholder/mock markers across 4 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
0 test file(s) for 67 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 20 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `DRAWTHINGS_BRIDGE_HOST`, `DRAWTHINGS_BRIDGE_PORT`, `DRAWTHINGS_CLI`, `DRAWTHINGS_MODEL`, `DRAWTHINGS_OUTPUT_DIR`, `SMOKE_URL`, `STOCK_PUBLISH_URL`, `SUNO_ALLOWED_ORIGINS` + 12 more. Add them (with a placeholder/comment) to .env.example so onboardi…
config drift
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 quality Debug conf 1.00 Debug logging residue appears in source files
Found 183 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 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 `eleven_multilingual_v2` in workers/admira-tts/src/index.js:67
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 `eleven_multilingual_v2` in workers/omnipublicity-api/src/index.js:281
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.
drawthings-local/server.py:75
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.
drawthings-local/server.py:71
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.
drawthings-local/server.py:85
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — 2026-03-25/elgato-proxy.js:79
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 — 2026-03-25/sw.js:5
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 — 2026-04-26/elgato-proxy.js:658
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 — 2026-04-28/elgato-proxy.js:658
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 — 2026-04-29/elgato-proxy.js:658
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 — 2026-04-30/elgato-proxy.js:658
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 — 2026-05-05/elgato-proxy.js:658
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 — drawthings-local/server.js:154
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 — elgato-proxy.js:658
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 — suno-local/server.js:132
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: 2026-04-26/elgato-proxy.js (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 2026-04-28/elgato-proxy.js (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 2026-04-29/elgato-proxy.js (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 2026-04-30/elgato-proxy.js (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: 2026-05-05/elgato-proxy.js (1674 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: elgato-proxy.js (2128 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/7ca20316-24f5-44c4-b963-76d81751111b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7ca20316-24f5-44c4-b963-76d81751111b/

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.