gkrellmd-git

LOW
maintainer ssharunas 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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