gkrellm-themes

LOW
maintainer mpento 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads theme files (non-executable data) from the project maintainer's personal domain for installation into a GKrellM themes directory; the worst case of a swapped source is theme corruption or defacement, not code execution.

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 package downloads theme files (non-executable data) from the project maintainer's personal domain for installation into a GKrellM themes directory; the worst case of a swapped source is theme corruption or defacement, not code execution.

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:11 source=('http://www.muhri.net/gkrellm/GKrellM-Skins.tar.gz')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Troy Engel <troyengel+arch@gmail.com>
2
3pkgname=gkrellm-themes
4pkgver=20030109
5pkgrel=1
6arch=('any')
7url="http://www.muhri.net/gkrellm/"
8license=('GPL')
9pkgdesc="Themes from muhri.net for GKrellM"
10depends=('gkrellm')
11source=('http://www.muhri.net/gkrellm/GKrellM-Skins.tar.gz')
12sha256sums=('a0d2d00410cc2290df6c89cba9a204a0592e8c18ba9e13e967dbf021937d30d1')
13
14# No binaries - speed up the package build (except emptydirs - needed)
15options=('!emptydirs' '!strip' 'libtool' 'staticlibs' '!zipman')
16
17prepare() {
18 cd "${srcdir}/GKrellM-skins"
19 # Deduped tarballs
20 rm -f aliens.tgz cyrus.gkrellm.tar.gz glass.gkrellm.tar.gz IReX.tar.gz
21 # Corrupted tarballs
22 rm -f Crux_chaos.tar.gz egan-gkrellm.tar.gz
23}
24
25package(){
26 # Unpack the tarballs, omitting trash
27 cd "${srcdir}/GKrellM-skins"
28 install -dm 755 "${pkgdir}/usr/share/gkrellm2/themes"
29 for file in *gz ; do
30 tar zxC "${pkgdir}/usr/share/gkrellm2/themes" -f $file \
31 --exclude CVS \
32 --exclude "*~" \
33 --exclude "*.swp" \
34 --exclude .xvpics \
35 --no-same-owner \
36 --no-same-permissions
37 done
38
39 # Several directories in the tarballs are 777 and files 755, some SGID.
40 # The tar extract options should have fixed this, let's be 100% sure.
41 cd "${pkgdir}/usr/share/gkrellm2/themes"
42 find . -type d -print0 | xargs -0 chmod 0755
43 find . -type f -print0 | xargs -0 chmod 0644
44
45 # Random fixes
46 cd "${pkgdir}/usr/share/gkrellm2/themes/twilite"
47 rm -f './.png' && ln -s 'green/frame_right.png' './.png'
48}
49
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