← Back to scan
File as GitHub Issue repo: mautrix/meta

Push this scan report to mautrix/meta

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: child_process.exec 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 generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… pkg/connector/push.go:46
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… pkg/msgconv/media_notls.go:14
HIGH SEC088 [SEC088] Go: TLS InsecureSkipVerify=true: tls.Config{InsecureSkipVerify:true} disables ce… pkg/msgconv/media_notls.go:14
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… pkg/msgconv/media.go:45
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… pkg/metadb/database.go:57
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. pkg/metadb/database.go:57
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. pkg/messagix/threads.go:64
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. pkg/messagix/byter/write.go:104
HIGH MINED115 Action `dessant/lock-threads` pinned to mutable ref `@v6` .github/workflows/stale.yml:20
HIGH MINED115 Action `pre-commit/action` pinned to mutable ref `@v3.0.1` .github/workflows/go.yml:36
HIGH MINED115 Action `actions/setup-go` pinned to mutable ref `@v6` .github/workflows/go.yml:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/go.yml:18
HIGH MINED131 pre-commit hook `https://github.com/beeper/pre-commit-go` pinned to mutable rev `v0.4.2` .pre-commit-config.yaml:21
HIGH MINED131 pre-commit hook `https://github.com/tekwizely/pre-commit-golang` pinned to mutable rev `v… .pre-commit-config.yaml:10
HIGH MINED131 pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v… .pre-commit-config.yaml:2
HIGH MINED118 Dockerfile FROM `alpine:3.23` not pinned by digest Dockerfile:8
HIGH MINED118 Dockerfile FROM `golang:1-alpine3.23` not pinned by digest Dockerfile:1
HIGH GO-2026-5039 stdlib: GO-2026-5039 go.mod
HIGH GO-2026-5038 stdlib: GO-2026-5038 go.mod
HIGH GO-2026-5037 stdlib: GO-2026-5037 go.mod
HIGH GO-2026-5030 golang.org/x/net: GO-2026-5030 go.mod
HIGH GO-2026-5029 golang.org/x/net: GO-2026-5029 go.mod
HIGH GO-2026-5028 golang.org/x/net: GO-2026-5028 go.mod
HIGH GO-2026-5027 golang.org/x/net: GO-2026-5027 go.mod
HIGH GO-2026-5026 golang.org/x/net: GO-2026-5026 go.mod
HIGH GO-2026-5025 golang.org/x/net: GO-2026-5025 go.mod
HIGH GO-2026-5032 golang.org/x/image: GO-2026-5032 go.mod
HIGH GO-2026-5031 golang.org/x/image: GO-2026-5031 go.mod
HIGH GO-2026-5033 golang.org/x/crypto: GO-2026-5033 go.mod
HIGH GO-2026-5023 golang.org/x/crypto: GO-2026-5023 go.mod
HIGH GO-2026-5021 golang.org/x/crypto: GO-2026-5021 go.mod
HIGH GO-2026-5020 golang.org/x/crypto: GO-2026-5020 go.mod
HIGH GO-2026-5019 golang.org/x/crypto: GO-2026-5019 go.mod
HIGH GO-2026-5018 golang.org/x/crypto: GO-2026-5018 go.mod
HIGH GO-2026-5017 golang.org/x/crypto: GO-2026-5017 go.mod
HIGH GO-2026-5016 golang.org/x/crypto: GO-2026-5016 go.mod
HIGH GO-2026-5015 golang.org/x/crypto: GO-2026-5015 go.mod
HIGH GO-2026-5014 golang.org/x/crypto: GO-2026-5014 go.mod
HIGH GO-2026-5013 golang.org/x/crypto: GO-2026-5013 go.mod
HIGH GO-2026-5006 golang.org/x/crypto: GO-2026-5006 go.mod
HIGH GO-2026-5005 golang.org/x/crypto: GO-2026-5005 go.mod
HIGH CORE_NO_TESTS No test files found
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … pkg/metadb/database.go:57
MED DKR001 Docker final stage has no non-root USER Dockerfile.ci:3
MED DKR001 Docker final stage has no non-root USER Dockerfile:9
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:5
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… pkg/messagix/useragent/useragent.go:7
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. pkg/messagix/lightspeed/decode.go:261
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/lscli/lscli.go:51
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. pkg/messagix/bloks/script.go:319
Reset to top 5 51 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `mautrix/meta`

**Score: 69/100 (C)**  ·  51 findings  ·  scanned 2026-06-05 17:40 UTC  ·  29,131 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 41 |
| MEDIUM | 4 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/71e2ff02-42ce-44a5-bdbc-87593cc371ba/)  ·  ![scorecard](https://repobility.com/scan/71e2ff02-42ce-44a5-bdbc-87593cc371ba/report.png?v=1780681251-s2)

### Top findings

1. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `pkg/connector/push.go:46`
2. **HIGH** `MINED014` — Disabled Tls Verify
   `pkg/msgconv/media_notls.go:14` · CWE-295 · ✓ Repobility
3. **HIGH** `SEC088` — Go: TLS InsecureSkipVerify=true
   `pkg/msgconv/media_notls.go:14`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `pkg/msgconv/media.go:45` · A10:2021 SSRF
5. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `pkg/metadb/database.go:57`

---

**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/71e2ff02-42ce-44a5-bdbc-87593cc371ba/_
Megaproject â high spam risk
Could not determine 'mautrix/meta' 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.