← Back to scan
File as GitHub Issue repo: jellyfin/jellyfin

Push this scan report to jellyfin/jellyfin

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

Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger

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… MediaBrowser.Providers/Plugins/Tmdb/Tmd…:29
CRIT SEC002 [SEC002] Hardcoded API Key: Hardcoded API key found in source code. Jellyfin.Api/Constants/InternalClaimTyp…:41
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/commands.yml:60
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/commands.yml:35
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/commands.yml:29
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/commands.yml:22
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/project-automation.yml:66
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/project-automation.yml:57
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/project-automation.yml:43
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/project-automation.yml:34
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/project-automation.yml:25
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/ci-compat.yml:151
CRIT MINED116 Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger .github/workflows/ci-compat.yml:132
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… MediaBrowser.Controller/IServerApplicat…:51
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… MediaBrowser.Controller/Entities/Extens…:18
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… Emby.Server.Implementations/SystemManag…:77
HIGH SEC025 [SEC025] XML External Entity (XXE) — .NET XmlDocument / XmlTextReader: .NET XmlDocument a… MediaBrowser.Providers/Books/OpenPackag…:93
HIGH SEC025 [SEC025] XML External Entity (XXE) — .NET XmlDocument / XmlTextReader: .NET XmlDocument a… MediaBrowser.Providers/Books/OpenPackag…:114
HIGH SEC025 [SEC025] XML External Entity (XXE) — .NET XmlDocument / XmlTextReader: .NET XmlDocument a… Emby.Server.Implementations/Serializati…:45
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Emby.Server.Implementations/ScheduledTa…:127
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Emby.Server.Implementations/Library/Ext…:63
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Emby.Server.Implementations/Data/CleanD…:86
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). src/Jellyfin.LiveTv/Listings/SchedulesD…:31
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). MediaBrowser.Common/Extensions/BaseExte…:33
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). Emby.Server.Implementations/Cryptograph…:48
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … Jellyfin.Server/Startup.cs:179
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… MediaBrowser.Controller/Providers/Direc…:37
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… Emby.Server.Implementations/Library/Dot…:161
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… Emby.Server.Implementations/Chapters/Ch…:282
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/Jellyfin.LiveTv/TunerHosts/SharedHt…:66
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/Jellyfin.LiveTv/TunerHosts/HdHomeru…:150
LOW AIC003 Duplicated implementation block across source files Jellyfin.Server.Implementations/Events/…:57
LOW AIC003 Duplicated implementation block across source files Jellyfin.Server.Implementations/Events/…:32
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/ModelBinders/PipeDelimited…:12
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Helpers/DynamicHlsHelper.cs:93
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/VideosControll…:197
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/VideosControll…:71
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/TrailersContro…:26
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/StudiosControl…:59
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/MusicGenresCon…:78
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/MusicGenresCon…:42
LOW AIC003 Duplicated implementation block across source files Jellyfin.Api/Controllers/GenresControll…:77
LOW AIC003 Duplicated implementation block across source files Emby.Server.Implementations/ScheduledTa…:28
LOW AIC003 Duplicated implementation block across source files Emby.Server.Implementations/ScheduledTa…:57
LOW AIC003 Duplicated implementation block across source files Emby.Server.Implementations/ScheduledTa…:30
LOW AIC003 Duplicated implementation block across source files Emby.Server.Implementations/Library/Val…:43
LOW AIC003 Duplicated implementation block across source files Emby.Server.Implementations/Library/Med…:628
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… MediaBrowser.XbmcMetadata/Savers/Series…:73
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… MediaBrowser.Providers/TV/Zap2ItExterna…:21
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… Emby.Server.Implementations/IO/FileRefr…:136
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… Emby.Server.Implementations/Data/CleanD…:116
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… Emby.Server.Implementations/Collections…:85
Reset to top 5 52 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `jellyfin/jellyfin`

**Score: 87/100 (B-)**  ·  52 findings  ·  scanned 2026-06-05 11:21 UTC  ·  317,821 LOC

| Severity | Count |
|---|---|
| CRITICAL | 13 |
| HIGH | 12 |
| MEDIUM | 4 |
| LOW | 18 |

📊 [Full filterable report](https://repobility.com/scan/a70bcbd1-42f2-48f6-b39c-abd3a111a809/)  ·  ![scorecard](https://repobility.com/scan/a70bcbd1-42f2-48f6-b39c-abd3a111a809/report.png?v=1780658514-s2)

### Top findings

1. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs:29`
2. **CRITICAL** `SEC002` — Hardcoded API Key
   `Jellyfin.Api/Constants/InternalClaimTypes.cs:41` · A07:2021 Identification & Authentication Failures
3. **CRITICAL** `MINED116` — Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger
   `.github/workflows/commands.yml:60` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger
   `.github/workflows/commands.yml:35` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.JF_BOT_TOKEN` on a `pull_request` trigger
   `.github/workflows/commands.yml:29` · ✓ 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/a70bcbd1-42f2-48f6-b39c-abd3a111a809/_
Megaproject â high spam risk
Could not determine 'jellyfin/jellyfin' 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.