xdialog
The source is downloaded from the project's official domain (xdialog.free.fr), which is plausibly the project's own hosting; building from official source is normal AUR practice, even if the host is not on a standard whitelist.
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 downloaded from the project's official domain (xdialog.free.fr), which is plausibly the project's own hosting; building from official source is normal AUR practice, even if the host is not on a standard whitelist.
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:14
source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xdialog
pkgver=2.3.1
pkgrel=10
pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs"
url="http://xdialog.free.fr/"
arch=('x86_64')
depends=('gtk2')
license=('GPL')
source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"
"xdialog-2.3.1-gtk2.patch"
"Xdialog-2.3.1-compilation.patch")
sha512sums=('2a0f6e15297ae3ef54a41da1b1fe2ef376d28757d47433df2b8e9918cd4f95871a630b94ec544bd848e518df7f86934030a71bf0371a1466286bf7d912335525'
'3dd571b61a70a7215096c0973e9ba88a26d38e0f93e9149c9a386c7d2dee96a3539f27b3654e701b3fb496f245313e6a1ad6e67f95a142b76ede60f054c50ab5'
'034b50d9f90e8e47392d584cbf87f9cafcea72145a28caa07f7b7a8da65cc6c1b0e33810452c181a1197030902683882ed1f247c41b259129a663204ec020d5b')
build() {
cd "$srcdir"/Xdialog-$pkgver
patch -p1 <../xdialog-$pkgver-gtk2.patch
patch -p1 <../Xdialog-2.3.1-compilation.patch
./configure --prefix=/usr \
--mandir="$pkgdir"/usr/share/man --with-gtk2
# Fix bugs in automake - see Xdialog.spec
sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
make
}
package() {
cd "$srcdir"/Xdialog-${pkgver}
make prefix="$pkgdir"/usr install
}
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 |