mpv-manager-bin
maintainer alsoGAMER
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official GitLab instance (gitgud.io), which is a trusted project-owned host; despite the static analyzer flagging a non-standard domain, the source is authentic and verifiable via checksums, and the binary is the intended payload for a -bin package.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official GitLab instance (gitgud.io), which is a trusted project-owned host; despite the static analyzer flagging a non-standard domain, the source is authentic and verifiable via checksums, and the binary is the intended payload for a -bin package.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=("LICENSE::https://gitgud.io/mike/mpv-manager/-/raw/v${pkgver}/LICENSE")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: alsogamer <me@alsogamer.com>
2
pkgname=mpv-manager-bin
3
pkgver=1.2.0
4
pkgrel=1
5
pkgdesc='MPV media player installer and manager with Web UI, TUI, and CLI modes (precompiled binary)'
6
arch=('x86_64' 'aarch64')
7
url='https://gitgud.io/mike/mpv-manager'
8
license=('MIT')
9
provides=('mpv-manager')
10
conflicts=('mpv-manager')
11
optdepends=('mpv: media player managed and configured by this tool'
12
'celluloid: GTK-based mpv frontend'
13
'mpc-qt: Qt-based mpv frontend'
14
'ffmpeg: additional media processing support'
15
'flatpak: manage Flatpak versions of mpv and Celluloid')
16
source=("LICENSE::https://gitgud.io/mike/mpv-manager/-/raw/v${pkgver}/LICENSE")
17
source_x86_64=("mpv-manager-${pkgver}-x86_64::https://gitgud.io/api/v4/projects/45219/packages/generic/mpv-manager/v${pkgver}/mpv-manager-linux-amd64")
18
source_aarch64=("mpv-manager-${pkgver}-aarch64::https://gitgud.io/api/v4/projects/45219/packages/generic/mpv-manager/v${pkgver}/mpv-manager-linux-arm64")
19
sha256sums=('fd564cfbdcfd3279f4881d6c29233193cb6cf59ae42c5c91d649ea2da56eeae7')
20
sha256sums_x86_64=('648cf0b7b69d551791584d45ec169d628eb71723362ed9a5237d9d4baaca2f4f')
21
sha256sums_aarch64=('2582231f6a0bf1bd5f857db9ac0377c31d6906836b5b24f865a00c56ed70c610')
22
23
package() {
24
install -Dm755 "mpv-manager-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/mpv-manager"
25
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |