xdialog

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

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

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 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)
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:14 source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
2# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
3# Contributor: Juergen Hoetzel <juergen@archlinux.org>
4# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5
6pkgname=xdialog
7pkgver=2.3.1
8pkgrel=10
9pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs"
10url="http://xdialog.free.fr/"
11arch=('x86_64')
12depends=('gtk2')
13license=('GPL')
14source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"
15 "xdialog-2.3.1-gtk2.patch"
16 "Xdialog-2.3.1-compilation.patch")
17sha512sums=('2a0f6e15297ae3ef54a41da1b1fe2ef376d28757d47433df2b8e9918cd4f95871a630b94ec544bd848e518df7f86934030a71bf0371a1466286bf7d912335525'
18 '3dd571b61a70a7215096c0973e9ba88a26d38e0f93e9149c9a386c7d2dee96a3539f27b3654e701b3fb496f245313e6a1ad6e67f95a142b76ede60f054c50ab5'
19 '034b50d9f90e8e47392d584cbf87f9cafcea72145a28caa07f7b7a8da65cc6c1b0e33810452c181a1197030902683882ed1f247c41b259129a663204ec020d5b')
20
21build() {
22 cd "$srcdir"/Xdialog-$pkgver
23 patch -p1 <../xdialog-$pkgver-gtk2.patch
24 patch -p1 <../Xdialog-2.3.1-compilation.patch
25 ./configure --prefix=/usr \
26 --mandir="$pkgdir"/usr/share/man --with-gtk2
27 # Fix bugs in automake - see Xdialog.spec
28 sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
29 sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
30 make
31}
32
33package() {
34 cd "$srcdir"/Xdialog-${pkgver}
35 make prefix="$pkgdir"/usr install
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