gkrellm-themes
maintainer mpento
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgname=gkrellm-themes
4
pkgver=20030109
5
pkgrel=1
6
arch=('any')
7
url="http://www.muhri.net/gkrellm/"
8
license=('GPL')
9
pkgdesc="Themes from muhri.net for GKrellM"
10
depends=('gkrellm')
11
source=('http://www.muhri.net/gkrellm/GKrellM-Skins.tar.gz')
12
sha256sums=('a0d2d00410cc2290df6c89cba9a204a0592e8c18ba9e13e967dbf021937d30d1')
13
14
# No binaries - speed up the package build (except emptydirs - needed)
15
options=('!emptydirs' '!strip' 'libtool' 'staticlibs' '!zipman')
16
17
prepare() {
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
25
package(){
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) | 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 |