gwenhywfar-git

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

The source is a Git repository from a project-owned host (aquamaniac.de), which is plausibly the official upstream; building from source is normal for AUR packages, and no untrusted prebuilt binaries are executed.

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 Git repository from a project-owned host (aquamaniac.de), which is plausibly the official upstream; building from source is normal for AUR packages, and no untrusted prebuilt binaries are executed.

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=(git+https://git.aquamaniac.de/git/gwenhywfar)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
2# Contributor: Sebastian J. Bronner <waschtl@sbronner.com>
3
4pkgname=gwenhywfar-git
5pkgver=5.14.1+14+gadc29497
6pkgrel=1
7pkgdesc="OS abstraction functions for various projects"
8arch=(x86_64 i686)
9url='https://www.aquamaniac.de/rdm/'
10license=(LGPL-2.1-only)
11depends=(bash gcc-libs glib2 glibc gnutls libgcrypt libgpg-error openssl)
12makedepends=(git gtk3 qt6-base)
13optdepends=('gtk3: for the GTK3 UI' 'qt6-base: for the Qt6 UI')
14provides=(gwenhywfar)
15conflicts=(gwenhywfar)
16source=(git+https://git.aquamaniac.de/git/gwenhywfar)
17sha256sums=(SKIP)
18_sourcedir=gwenhywfar
19
20pkgver() {
21 # In the gwenhywfar repository, the Git tag that we want is
22 # usually not reachable from the current HEAD.
23 # To work around that issue, extract the version number from
24 # configure.ac instead.
25 _version_base="$(
26 awk -F= \
27 -e '/^GWENHYWFAR_VERSION_(MAJOR|MINOR|PATCHLEVEL)=/ {
28 a[substr($1, 20)] = $2
29 }' \
30 -e 'END {
31 if (length(a) < 3) {
32 exit 64 + length(a)
33 }
34 print a["MAJOR"]"."a["MINOR"]"."a["PATCHLEVEL"]
35 }' \
36 "$_sourcedir/configure.ac"
37 )"
38 _tag="$(git -C "$_sourcedir" tag --list "${_version_base}*" | head -1)"
39 if [[ -z "${_tag}" ]]; then
40 printf >&2 'Unable to find tag that starts with %s\n' "${_tag}"
41 return 1
42 fi
43
44 printf "%s+%s+g%s\n" \
45 "${_version_base}" \
46 "$(git -C "$_sourcedir" rev-list --count "^${_tag}" @)" \
47 "$(git -C "$_sourcedir" describe --always --exclude='*')"
48}
49
50prepare() {
51 cd $_sourcedir
52 autopoint -f
53 autoreconf -fi
54}
55
56build() {
57 cd $_sourcedir
58 GPGRT_CONFIG='/usr/bin/gpgrt-config' \
59 PATH="/usr/lib/qt6:/usr/lib/qt6/bin:$PATH" \
60 ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs --with-guis="gtk3 qt6"
61 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
62 make
63}
64
65package() {
66 cd $_sourcedir
67 make DESTDIR="${pkgdir}" install
68}
69

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