gkrellmd-git
maintainer ssharunas
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a git repository from a non-whitelisted host (srcbox.net), but it is a legitimate project-owned forge for gkrellm, and the package builds from source, which is normal AUR practice; no unverifiable prebuilt binaries are involved.
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 uses a git repository from a non-whitelisted host (srcbox.net), but it is a legitimate project-owned forge for gkrellm, and the package builds from source, which is normal AUR practice; no unverifiable prebuilt binaries are involved.
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:26
'git+https://git.srcbox.net/gkrellm/gkrellm.git')
PKGBUILD
1 offending line(s) highlighted
1
## PKGBUILD adapted from community/gkrellm 2.3.5-5
2
# Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk>
3
# Contributor: Troy Engel <troyengel+arch@gmail.com>
4
# Contributor: Laurent Carlier <lordheavym@gmail.com>
5
# Contributor: dorphell <dorphell@archlinux.org>
6
# Contributor: Matt Smith (Majik) <darkknight@helpdesk.zaz.net>
7
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
8
# Contributor: Jozef Riha <jose1711@gmail.com>
9
# Contributor: Alexander Rødseth <rodseth@gmail.com>
10
11
_gitname=gkrellm
12
pkgname=${_gitname}d-git
13
pkgver=20250830.edad31a
14
pkgrel=1
15
pkgdesc="Headless version of system monitor package"
16
arch=('x86_64' 'i686')
17
url="http://gkrellm.srcbox.net/"
18
license=('GPL3')
19
depends=('lm_sensors')
20
makedepends=('gettext' 'git' 'make')
21
provides=('gkrellm')
22
conflicts=('gkrellm')
23
backup=('etc/gkrellmd.conf')
24
options=('emptydirs')
25
source=('gkrellmd.service'
26
'git+https://git.srcbox.net/gkrellm/gkrellm.git')
27
md5sums=('63c78daed61c82b933f558177f6d3721'
28
'SKIP')
29
30
31
pkgver() {
32
cd ${srcdir}/${_gitname}
33
echo $(date +%Y%m%d).$(git rev-parse --short HEAD)
34
}
35
36
build() {
37
cd ${srcdir}/${_gitname}/server
38
make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
39
}
40
41
package() {
42
cd ${srcdir}/${_gitname}/server
43
44
make DESTDIR="$pkgdir" PREFIX=/usr install
45
install -Dm644 "../data/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
46
install -Dm644 "../../gkrellmd.service" "$pkgdir/usr/lib/systemd/system/gkrellmd.service"
47
}
48
49
# vim:set ts=2 sw=2 et:
50
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 |