gnome-system-monitor-linuxmint
maintainer Santi-Burgos
· 3 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 pool, which is a plausible project-owned host; building from this source is normal packaging behavior and not inherently dangerous.
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 pool, which is a plausible project-owned host; building from this source is normal packaging behavior and not inherently dangerous.
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:50
source=("http://packages.linuxmint.com/pool/upstream/g/${_pkgname}/${_pkgname}_${pkgver}-1+${_pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Santiago Burgos <santiago.burgos1089@gmail.com>
2
# Contributor: Fabian Bornschein <fabiscafe@archlinux.org>
3
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
4
# Contributor: Jan de Groot <jgc@archlinux.org>
5
6
pkgname=gnome-system-monitor-linuxmint
7
_pkgname=gnome-system-monitor
8
pkgver=45.0.2
9
_pkgver=wilma
10
pkgrel=2
11
pkgdesc="View current processes and monitor system state. Linux Mint version"
12
url="https://wiki.gnome.org/Apps/SystemMonitor"
13
arch=(x86_64)
14
license=(GPL-2.0-or-later)
15
depends=(
16
'cairo'
17
'dconf'
18
'gcc-libs'
19
'gdk-pixbuf2'
20
'glib2'
21
'glibc'
22
'glibmm-2.68'
23
'graphene'
24
'gtk3'
25
'gtkmm3'
26
'hicolor-icon-theme'
27
'libgtop'
28
'librsvg'
29
'libsigc++-3.0'
30
'pango'
31
'polkit'
32
'systemd'
33
'systemd-libs'
34
)
35
makedepends=(
36
'appstream-glib'
37
'glib2-devel'
38
'meson'
39
'yelp-tools'
40
)
41
provides=(
42
${_pkgname}
43
gnome-system-monitor-gtk3
44
)
45
conflicts=(
46
${_pkgname}
47
gnome-system-monitor-gtk3
48
)
49
#source=("http://packages.linuxmint.com/pool/upstream/g/${_pkgname}/${_pkgname}_${pkgver}-${pkgrel}+${_pkgver}.tar.xz")
50
source=("http://packages.linuxmint.com/pool/upstream/g/${_pkgname}/${_pkgname}_${pkgver}-1+${_pkgver}.tar.xz")
51
sha256sums=('700c60314b195bcee08c5e73b439bb5e41e8fc28e5732c02e4a36386bcd5742d')
52
53
prepare() {
54
cd $_pkgname
55
}
56
57
build() {
58
arch-meson $_pkgname build
59
meson compile -C build
60
}
61
62
check() {
63
meson test -C build --print-errorlogs
64
}
65
66
package() {
67
meson install -C build --destdir "$pkgdir"
68
}
69
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 |