xautolock

maintainer envolution · 12 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a plausible project-hosting archive (ibiblio.org) for a well-known X11 utility; building from source is normal AUR practice, and the checksums are provided and verifiable.

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 plausible project-hosting archive (ibiblio.org) for a well-known X11 utility; building from source is normal AUR practice, and the checksums are provided and verifiable.

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:16 source=("https://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: envolution
2# Contributor: Florian Pritz <f-p@gmx.at>
3# Contributor: dorphell <dorphell@archlinux.org>
4# Contributor: Judd Vinet <jvinet@zeroflux.org>
5# shellcheck shell=bash disable=SC2034,SC2154
6
7pkgname=xautolock
8pkgver=2.2
9pkgrel=8
10pkgdesc="An automatic X screen-locker/screen-saver"
11arch=(x86_64 i686)
12url="https://ibiblio.org/pub/Linux/X11/screensavers/"
13license=('GPL-2.0-only')
14depends=('libxss')
15makedepends=('imake')
16source=("https://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz"
17 10-fix-memory-corruption.patch
18 11-fix-no-dpms.patch
19 12-fix-manpage.patch
20 13-fix-hppa-build.patch
21 14-do-not-use-union-wait-type.patch
22 15-rephrase-manpage.patch
23 16-unlimit-maxtimes.patch
24)
25sha256sums=('11f0275175634e6db756e96f5713ec91b8b1c41f8663df54e8a5d27dc71c4da2'
26 '1a2f8a91b4f93e3fb7b4dd936b22921bd4d1e767e8048fe8584f4105b0e33876'
27 '21cbb175120e9fa6f88868a2a7de2f14a91f4105db140463944eb19cbd34e903'
28 'c33de1a16efee4fdf3c8da82b9e52b0170969d9aa6f590eef8dbeb4c749e1d7a'
29 '199aff2615bcdae8de0008e1af47a510fca4e305341cd3ab129846adde71fab1'
30 '891d4967f771a32fa7416c7fbc1d3587b1e6532f81676869e230e1adb4a36b2f'
31 '35bc2fc9ed8cdb424de990af4840718da0e1ed10286abbf16c774002738b140e'
32 '7cf8ac467dc263c6a6edbdca5ee34bded213bfb7b069f386df417a50fb663b12')
33
34prepare() {
35 cd "$srcdir/$pkgname-$pkgver"
36 patch -Np1 -i ../10-fix-memory-corruption.patch
37 patch -Np1 -i ../11-fix-no-dpms.patch
38 patch -Np1 -i ../12-fix-manpage.patch
39 patch -Np1 -i ../13-fix-hppa-build.patch
40 patch -Np1 -i ../14-do-not-use-union-wait-type.patch
41 patch -Np1 -i ../15-rephrase-manpage.patch
42 patch -Np1 -i ../16-unlimit-maxtimes.patch
43}
44
45build() {
46 cd "$srcdir/$pkgname-$pkgver"
47 xmkmf
48 make
49}
50
51package() {
52 cd "$srcdir/$pkgname-$pkgver"
53 make DESTDIR="$pkgdir" install
54 make DESTDIR="$pkgdir" install.man
55 install -Dm644 License -t "${pkgdir}/usr/share/licenses/${pkgname}/"
56}
57# vim:set ts=2 sw=2 et:
58

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion