gkrellm-themes
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
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)
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# Maintainer: Troy Engel <troyengel+arch@gmail.com>
pkgname=gkrellm-themes
pkgver=20030109
pkgrel=1
arch=('any')
url="http://www.muhri.net/gkrellm/"
license=('GPL')
pkgdesc="Themes from muhri.net for GKrellM"
depends=('gkrellm')
source=('http://www.muhri.net/gkrellm/GKrellM-Skins.tar.gz')
sha256sums=('a0d2d00410cc2290df6c89cba9a204a0592e8c18ba9e13e967dbf021937d30d1')
# No binaries - speed up the package build (except emptydirs - needed)
options=('!emptydirs' '!strip' 'libtool' 'staticlibs' '!zipman')
prepare() {
cd "${srcdir}/GKrellM-skins"
# Deduped tarballs
rm -f aliens.tgz cyrus.gkrellm.tar.gz glass.gkrellm.tar.gz IReX.tar.gz
# Corrupted tarballs
rm -f Crux_chaos.tar.gz egan-gkrellm.tar.gz
}
package(){
# Unpack the tarballs, omitting trash
cd "${srcdir}/GKrellM-skins"
install -dm 755 "${pkgdir}/usr/share/gkrellm2/themes"
for file in *gz ; do
tar zxC "${pkgdir}/usr/share/gkrellm2/themes" -f $file \
--exclude CVS \
--exclude "*~" \
--exclude "*.swp" \
--exclude .xvpics \
--no-same-owner \
--no-same-permissions
done
# Several directories in the tarballs are 777 and files 755, some SGID.
# The tar extract options should have fixed this, let's be 100% sure.
cd "${pkgdir}/usr/share/gkrellm2/themes"
find . -type d -print0 | xargs -0 chmod 0755
find . -type f -print0 | xargs -0 chmod 0644
# Random fixes
cd "${pkgdir}/usr/share/gkrellm2/themes/twilite"
rm -f './.png' && ln -s 'green/frame_right.png' './.png'
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |