← Back to scan
File as GitHub Issue repo: jeplaguitlla24/divieto-mundial-2026

Push this scan report to jeplaguitlla24/divieto-mundial-2026

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

JS: new RegExp() with non-literal

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. scripts/fetch-fotos.js:40
CRIT SEC049 [SEC049] GCP API key: Google Cloud API key (AIza prefix). Ported from gitleaks gcp-api-ke… public/js/config.js:6
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… scripts/generate-card-explainer-image.js:76
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… scripts/fetch-fotos.js:186
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… scripts/convert-to-webp.js:32
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/fetch-fotos.js:40
MED AGT007 localStorage write failures are swallowed silently public/app/draft/index.html:785
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB015 Public web app has no Content Security Policy index.html
MED CORE_NO_CI No CI/CD configuration found
MED CORE_NO_README No README file found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… scripts/bump.cjs:41
LOW AIC003 Duplicated implementation block across source files scripts/sync-sofascore-worldcup.js:76
LOW AIC003 Duplicated implementation block across source files scripts/scoring.js:28
LOW AIC003 Duplicated implementation block across source files scripts/poller.js:47
LOW AIC003 Duplicated implementation block across source files scripts/generate-chemistry-image.js:167
LOW AIC003 Duplicated implementation block across source files public/js/selecciones-data.js:1
LOW AIC003 Duplicated implementation block across source files public/js/cartas.js:10
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB011 Public web app has no humans.txt humans.txt
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/cleanup-users.js:49
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… public/shared/nav.js:56
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … functions/triggers.js:18
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … functions/poller.js:64
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … functions/apertura.js:15
Reset to top 5 27 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `jeplaguitlla24/divieto-mundial-2026`

**Score: 76/100 (C-)**  ·  27 findings  ·  scanned 2026-05-26 21:53 UTC  ·  22,903 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 3 |
| MEDIUM | 6 |
| LOW | 11 |

📊 [Full filterable report](https://repobility.com/scan/42fb2c1d-c507-40c7-b0d8-603561297e97/)  ·  ![scorecard](https://repobility.com/scan/42fb2c1d-c507-40c7-b0d8-603561297e97/report.png?v=1779832430-s2)

### Top findings

1. **CRITICAL** `MINED024` — Js Eval Usage
   `scripts/fetch-fotos.js:40` · CWE-95 · ✓ Repobility
2. **CRITICAL** `SEC049` — GCP API key
   `public/js/config.js:6` · A07:2021 Identification & Authentication Failures
3. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `scripts/generate-card-explainer-image.js:76` · CWE-79 · A03:2021 Injection (XSS)
4. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `scripts/fetch-fotos.js:186` · CWE-79 · A03:2021 Injection (XSS)
5. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `scripts/convert-to-webp.js:32`

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/42fb2c1d-c507-40c7-b0d8-603561297e97/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'jeplaguitlla24/divieto-mundial-2026' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.