winegui-bin

maintainer JoseskVolpe · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt tarball from the project's own official domain (winegui.melroy.org), which is plausibly controlled by the maintainer; the package installs only files from that tarball without executing remote code or exfiltrating data.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt tarball from the project's own official domain (winegui.melroy.org), which is plausibly controlled by the maintainer; the package installs only files from that tarball without executing remote code or exfiltrating data.

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:21 source=("$pkgname-$pkgver.tar.gz::https://winegui.melroy.org/downloads/WineGUI-v$pkgver.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Josesk Volpe <joseskvolpe at gmail dot com>
2# Co-Maintainer: Melroy van den Berg <melroy at melroy dot org>
3pkgname=winegui-bin
4pkgver=4.0.0
5pkgrel=1
6pkgdesc="A user-friendly WINE graphical interface"
7arch=('x86_64')
8url="https://gitlab.melroy.org/melroy/winegui"
9license=('AGPL3')
10depends=(
11 'gtkmm-4.0'
12 'cabextract' # used by winetricks
13 'unzip'
14 'p7zip'
15 'wget' # to download winetricks latest release
16 'wine'
17 'zenity' # used by winetricks
18)
19conflicts=('winegui')
20provides=('winegui')
21source=("$pkgname-$pkgver.tar.gz::https://winegui.melroy.org/downloads/WineGUI-v$pkgver.tar.gz")
22md5sums=('6959a49dd1d191122c338d79cd346142')
23
24package() {
25 mkdir $pkgdir/usr
26 mv WineGUI-v$pkgver/* "$pkgdir/usr/"
27}
28

Changes since previous scan

--- PKGBUILD @ 2026-07-19 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Josesk Volpe <joseskvolpe at gmail dot com>
# Co-Maintainer: Melroy van den Berg <melroy at melroy dot org>
pkgname=winegui-bin
-pkgver=3.1.0
+pkgver=4.0.0
pkgrel=1
pkgdesc="A user-friendly WINE graphical interface"
arch=('x86_64')
@@ -19,7 +19,7 @@
conflicts=('winegui')
provides=('winegui')
source=("$pkgname-$pkgver.tar.gz::https://winegui.melroy.org/downloads/WineGUI-v$pkgver.tar.gz")
-md5sums=('865a010b29be4c4a3228c7f32863efca')
+md5sums=('6959a49dd1d191122c338d79cd346142')
package() {
mkdir $pkgdir/usr

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 17:11:42 MEDIUM 1
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

Report a package

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

0 / 4000
Your suggestion