celluloid-linuxmint
maintainer Santi-Burgos
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Linux Mint's official package repository, which is a plausible and project-specific host despite not being on the standard whitelist; the package builds from source and does not execute untrusted binaries.
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 source is a tarball from Linux Mint's official package repository, which is a plausible and project-specific host despite not being on the standard whitelist; the package builds from source and does not execute untrusted binaries.
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:33
source=("http://packages.linuxmint.com/pool/upstream/c/${_pkgname}/${_pkgname}_${pkgver}+mint2+${_pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Santiago Burgos <santiago.burgos1089@gmail.com>
2
# Contributor: Balló György <ballogyor+arch at gmail dot com>
3
# Contributor: Ainola
4
5
pkgname=celluloid-linuxmint
6
_pkgname=celluloid
7
pkgver=0.21
8
_pkgver=wilma
9
pkgrel=1
10
pkgdesc='Simple GTK+ frontend for mpv. Linux Mint version'
11
arch=('x86_64')
12
url='https://celluloid-player.github.io/'
13
license=('GPL3')
14
depends=(
15
'gtk3'
16
'mpv'
17
)
18
makedepends=(
19
'appstream-glib'
20
'meson'
21
)
22
provides=(
23
${_pkgname}
24
'celluloid-gtk3'
25
)
26
conflicts=(
27
${_pkgname}
28
'celluloid-gtk3'
29
)
30
replaces=(
31
'gnome-mpv'
32
)
33
source=("http://packages.linuxmint.com/pool/upstream/c/${_pkgname}/${_pkgname}_${pkgver}+mint2+${_pkgver}.tar.xz")
34
sha256sums=('4276366a2e3d731291129c77b249f49b9c0212a8f0654993d816abbe8a2dd841')
35
36
build() {
37
arch-meson $_pkgname build
38
meson compile -C build
39
}
40
41
check() {
42
meson test -C build --print-errorlogs
43
}
44
45
package() {
46
meson install -C build --destdir "$pkgdir"
47
}
48
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 |