xautolock

LOW
maintainer envolution 12 votes scanned 2026-09-17 00:27:14.276658
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-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