slock-bgimage-cur
The source is a tarball from a public Git repository plausibly owned by the maintainer, building a modified version of slock; the non-whitelisted host does not imply malicious intent as the content is source code built locally, and the checksum is verified.
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 source is a tarball from a public Git repository plausibly owned by the maintainer, building a modified version of slock; the non-whitelisted host does not imply malicious intent as the content is source code built locally, and the checksum is verified.
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:15
source=("${_pkgname}-${pkgver}.tar.gz::https://git.jaytechlab.com/api/v1/repos/public/slock-bgimage/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Brate Z <brate kann karate at gmail dot com>
# This is a variant of slock-bgimage of GI_Jack. However, the original source of https://github.com/GIJack/slock-bgimage has been used to patch the actual suckless source repository, keeping a common merge base with upstream.
pkgname=slock-bgimage-cur
_pkgname=slock-bgimage
pkgver=1.5
pkgrel=1
pkgdesc="A simple screen locker for X (patched to allow background images, using the latest upstream)"
arch=('x86_64' 'i686' 'pentium4')
url="https://git.jaytechlab.com/public/slock-bgimage"
license=('MIT')
depends=('libxext' 'libxrandr')
providies=("slock=${pkgver}")
conflicts=("slock")
source=("${_pkgname}-${pkgver}.tar.gz::https://git.jaytechlab.com/api/v1/repos/public/slock-bgimage/archive/${pkgver}.tar.gz")
#source=("slock-$pkgver.tar.bz2::https://hg.suckless.org/slock/archive/$_pkgver.tar.gz")
sha256sums=('95ea8411dbc8f9e2a81277cb18b33760d292e9268e4344f3222012a219a6803a')
prepare() {
cd "$srcdir/${_pkgname}"
# TODO: WTF? Why not in source code?
sed -i 's|static const char \*group = "nobody";|static const char *group = "nobody";|' config.def.h
sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk
}
build() {
cd "$srcdir/${_pkgname}"
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
package() {
cd "$srcdir/${_pkgname}"
make PREFIX=/usr DESTDIR="$pkgdir" install
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/_$pkgname/LICENSE"
}
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 |