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
12pkgname=${_gitname}d-git
13pkgver=20250830.edad31a
14pkgrel=1
15pkgdesc="Headless version of system monitor package"
16arch=('x86_64' 'i686')
17url="http://gkrellm.srcbox.net/"
18license=('GPL3')
19depends=('lm_sensors')
20makedepends=('gettext' 'git' 'make')
21provides=('gkrellm')
22conflicts=('gkrellm')
23backup=('etc/gkrellmd.conf')
24options=('emptydirs')
25source=('gkrellmd.service'
26 'git+https://git.srcbox.net/gkrellm/gkrellm.git')
27md5sums=('63c78daed61c82b933f558177f6d3721'
28 'SKIP')
29
30
31pkgver() {
32 cd ${srcdir}/${_gitname}
33 echo $(date +%Y%m%d).$(git rev-parse --short HEAD)
34}
35
36build() {
37 cd ${srcdir}/${_gitname}/server
38 make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
39}
40
41package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion