← Back to scan
File as GitHub Issue repo: GoMudEngine/GoMud

Push this scan report to GoMudEngine/GoMud

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

Go Error Ignored

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 MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… internal/web/admin_items.go:59
CRIT MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. _datafiles/html/public/static/js/trigge…:193
CRIT MINED116 [MINED116] Workflow uses `secrets.DISCORD_WEBHOOK_URL` on a `pull_request` trigger: This … .github/workflows/discord-notify.yml:26
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… internal/copyover/copyover.go:152
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/pets/pets.go:399
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/hooks/NewRound_UserRoundTick.go:151
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/connections/connections.go:197
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cmd/modmanager/registry.go:36
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cmd/modmanager/install.go:58
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… _datafiles/html/public/static/js/trigge…:177
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … internal/hooks/NewRound_UpdateZoneMutat…:19
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … copyover.go:22
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … _datafiles/html/public/static/js/mp3.js:51
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… _datafiles/html/admin/static/js/select-…:112
HIGH DKR006 Dockerfile pipes a remote script into a shell .github/Dockerfile.act:31
HIGH MINED118 [MINED118] Dockerfile FROM `alpine:latest` not pinned by digest: `FROM alpine:latest` res… provisioning/terminal/Dockerfile:1
HIGH MINED118 [MINED118] Dockerfile FROM `alpine:latest` not pinned by digest: `FROM alpine:latest` res… provisioning/Dockerfile:23
HIGH MINED118 [MINED118] Dockerfile FROM `golang:1.25` not pinned by digest: `FROM golang:1.25` resolve… .github/Dockerfile.act:5
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… cmd/reset-admin-pw/main.go:83
MED SEC094 [SEC094] Go: world-writable file permissions: File or directory created with world-writab… internal/fileloader/fileloader.go:245
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … _datafiles/world/default/mobs/frostfang…:13
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… _datafiles/html/public/static/js/trigge…:126
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … _datafiles/html/public/static/js/trigge…:193
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. _datafiles/html/admin/static/js/api.js:55
MED DKR003 Dockerfile base image uses the latest tag provisioning/terminal/Dockerfile:1
MED DKR003 Dockerfile base image uses the latest tag provisioning/Dockerfile:24
MED DKR002 Compose service `busybox` image has no explicit tag compose.yml:35
MED WEB004 robots.txt blocks the full public site _datafiles/html/public/robots.txt
MED AGT007 localStorage write failures are swallowed silently _datafiles/html/public/static/js/window…:65
MED AGT007 localStorage write failures are swallowed silently _datafiles/html/public/static/js/webcli…:585
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore provisioning/Dockerfile:20
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/inputhandlers/systemcommands.go:145
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/conversations/admin.go:173
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/audio/audio.go:77
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… _datafiles/sample-scripts/spells/harmmu…:43
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… _datafiles/sample-scripts/spells/harmar…:43
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… _datafiles/html/admin/static/js/theme-s…:77
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:80
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:8
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:87
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/rooms/tutorial/9…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/empty/buffs/24-death_r…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/spells/sparks.…:3
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/spells/illum.js:1
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/spells/healall…:6
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/spells/healall…:3
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/spells/heal.js:3
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/tutorial…:76
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/tutorial…:67
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/tutorial…:80
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/tutorial…:8
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/tutorial…:87
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/rooms/dark_for…:3
LOW AIC003 Duplicated implementation block across source files _datafiles/world/default/mobs/whisperin…:18
LOW AIC003 Duplicated implementation block across source files _datafiles/sample-scripts/spells/helpmu…:7
LOW AIC003 Duplicated implementation block across source files _datafiles/sample-scripts/spells/helpmu…:4
LOW AIC003 Duplicated implementation block across source files _datafiles/sample-scripts/spells/helpar…:4
LOW AIC003 Duplicated implementation block across source files _datafiles/sample-scripts/spells/harmmu…:4
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:16
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:4
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:15
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:1
LOW AIC003 Duplicated implementation block across source files _datafiles/html/public/static/js/window…:8
LOW WEB005 robots.txt does not advertise a sitemap _datafiles/html/public/robots.txt
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening compose.yml:52
LOW DKC010 Compose service lacks no-new-privileges hardening compose.yml:3
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… internal/term/telnet.go:78
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… internal/mudlog/mudlog.go:83
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. internal/colorpatterns/colorpatterns.go:348
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. internal/buffs/buffspec.go:190
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. internal/audio/audio.go:128
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. cmd/reset-admin-pw/main.go:83
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … _datafiles/html/public/static/js/trigge…:135
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … _datafiles/html/public/static/js/mp3.js:32
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … _datafiles/html/admin/static/js/api.js:80
Reset to top 5 80 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `GoMudEngine/GoMud`

**Score: 65/100 (B)**  ·  80 findings  ·  scanned 2026-06-05 19:31 UTC  ·  140,818 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 16 |
| MEDIUM | 12 |
| LOW | 40 |

📊 [Full filterable report](https://repobility.com/scan/63642899-838f-4db3-a169-ca87d89f1d50/)  ·  ![scorecard](https://repobility.com/scan/63642899-838f-4db3-a169-ca87d89f1d50/report.png?v=1780687918-s2)

### Top findings

1. **CRITICAL** `MINED019` — Ssti Jinja From String
   `internal/web/admin_items.go:59` · CWE-94 · ✓ Repobility
2. **CRITICAL** `MINED035` — Js New Function
   `_datafiles/html/public/static/js/triggers.js:193` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.DISCORD_WEBHOOK_URL` on a `pull_request` trigger
   `.github/workflows/discord-notify.yml:26` · ✓ Repobility
4. **HIGH** `SEC093` — Go: exec.Command with non-literal
   `internal/copyover/copyover.go:152`
5. **HIGH** `MINED016` — Go Error Ignored
   `internal/pets/pets.go:399` · CWE-754 · ✓ Repobility

---

**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/63642899-838f-4db3-a169-ca87d89f1d50/_
Megaproject â high spam risk
Could not determine 'GoMudEngine/GoMud' 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.