winegui
The source is a tarball from the project's own domain used to build the software, which is normal for AUR packages; the host is not whitelisted but plausibly official, and no untrusted executable is run.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's own domain used to build the software, which is normal for AUR packages; the host is not whitelisted but plausibly official, and no untrusted executable is run.
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:34
source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Josesk Volpe <joseskvolpe at gmail dot com>
# Co-Maintainer: Melroy van den Berg <melroy at melroy dot org>
# Contributor: yochananmarqos <mark dot wagie at tutanota dot com>
pkgname=winegui
pkgver=4.3.0
pkgrel=1
pkgdesc="A user-friendly WINE graphical interface (build from source)"
arch=('x86_64')
url="https://gitlab.melroy.org/melroy/winegui"
license=('AGPL3')
depends=(
'cabextract' # used by winetricks
'gtkmm-4.0'
'p7zip'
'unzip'
'wget' # to download winetricks/Wine runner latest release
'wine'
'zenity' # used by winetricks
'tar' # used to untar Wine runenr downloads
'xz' # used to untar/xz/lzma Wine runner downloads
'python' # used for UMU launcher (when using GE-Proton)
)
optdepends=(
'ccache: Speeds up rebuilds'
'graphviz'
)
makedepends=(
'cmake'
'git'
'json-glib'
'ninja'
)
source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")
sha256sums=('973724d0087edcc9e38122bb667262eed1ccedec074422af0346b97db9f595bc')
build() {
cmake -GNinja -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATE=OFF -DGSETTINGS_COMPILE:BOOL=FALSE -B build_prod
cmake --build ./build_prod --config Release
}
package() {
DESTDIR="$pkgdir" cmake --install build_prod
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -3,7 +3,7 @@ # Contributor: yochananmarqos <mark dot wagie at tutanota dot com> pkgname=winegui-pkgver=4.2.1+pkgver=4.3.0 pkgrel=1 pkgdesc="A user-friendly WINE graphical interface (build from source)" arch=('x86_64')@@ -19,6 +19,7 @@ 'zenity' # used by winetricks 'tar' # used to untar Wine runenr downloads 'xz' # used to untar/xz/lzma Wine runner downloads+ 'python' # used for UMU launcher (when using GE-Proton) ) optdepends=( 'ccache: Speeds up rebuilds'@@ -31,7 +32,7 @@ 'ninja' ) source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")-sha256sums=('96ca36e776ea48e1182becf3ad6fabb58b9c51981d9abef2308145fe813390a7')+sha256sums=('973724d0087edcc9e38122bb667262eed1ccedec074422af0346b97db9f595bc') build() { cmake -GNinja -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATE=OFF -DGSETTINGS_COMPILE:BOOL=FALSE -B build_prodScan 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 13:14:45 | Medium | 1 |
| 2026-09-13 00:19:54 | Medium | 1 |
| 2026-09-12 00:25:17 | Medium | 1 |
| 2026-09-11 00:19:22 | Medium | 1 |
| 2026-09-10 00:22:44 | Medium | 1 |
| 2026-09-09 00:04:09 | Medium | 1 |
| 2026-09-08 00:18:08 | Medium | 1 |
| 2026-09-07 00:30:15 | Medium | 1 |
| 2026-09-06 00:17:06 | Medium | 1 |
| 2026-09-05 00:16:27 | Medium | 1 |
| 2026-09-04 00:03:13 | Medium | 1 |
| 2026-09-03 00:15:47 | Medium | 1 |
| 2026-09-02 00:02:31 | Medium | 1 |
| 2026-09-01 00:11:19 | Medium | 1 |
| 2026-08-31 00:19:57 | Medium | 1 |
| 2026-08-30 00:04:14 | Medium | 1 |