slock-bgimage-cur

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

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

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 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)
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: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
1# Maintainer: Brate Z <brate kann karate at gmail dot com>
2# 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.
3
4pkgname=slock-bgimage-cur
5_pkgname=slock-bgimage
6pkgver=1.5
7pkgrel=1
8pkgdesc="A simple screen locker for X (patched to allow background images, using the latest upstream)"
9arch=('x86_64' 'i686' 'pentium4')
10url="https://git.jaytechlab.com/public/slock-bgimage"
11license=('MIT')
12depends=('libxext' 'libxrandr')
13providies=("slock=${pkgver}")
14conflicts=("slock")
15source=("${_pkgname}-${pkgver}.tar.gz::https://git.jaytechlab.com/api/v1/repos/public/slock-bgimage/archive/${pkgver}.tar.gz")
16#source=("slock-$pkgver.tar.bz2::https://hg.suckless.org/slock/archive/$_pkgver.tar.gz")
17sha256sums=('95ea8411dbc8f9e2a81277cb18b33760d292e9268e4344f3222012a219a6803a')
18
19prepare() {
20 cd "$srcdir/${_pkgname}"
21 # TODO: WTF? Why not in source code?
22 sed -i 's|static const char \*group = "nobody";|static const char *group = "nobody";|' config.def.h
23 sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk
24}
25
26build() {
27 cd "$srcdir/${_pkgname}"
28 make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
29}
30
31package() {
32 cd "$srcdir/${_pkgname}"
33 make PREFIX=/usr DESTDIR="$pkgdir" install
34 install -m644 -D LICENSE "$pkgdir/usr/share/licenses/_$pkgname/LICENSE"
35}
36
37

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