libaero-qt-git

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

The package builds from source using git repositories, one hosted on a non-whitelisted but plausibly project-owned domain (gitgud.io); this is normal AUR packaging behavior with no evidence of malicious intent or execution of prebuilt binaries.

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 package builds from source using git repositories, one hosted on a non-whitelisted but plausibly project-owned domain (gitgud.io); this is normal AUR packaging behavior with no evidence of malicious intent or execution of prebuilt binaries.

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:28 "${pkgname}::git+https://gitgud.io/atmk/libaero-qt.git"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Aster O'Connor <archlinux dot anatomist477 at passmail dot net>
2pkgname=libaero-qt-git
3pkgver=r30.03bf5ee
4pkgrel=1
5pkgdesc="A library of reusable Aero-style widget components (QtWidgets and QML)"
6arch=('x86_64')
7url="https://gitgud.io/atmk/libaero-qt"
8license=('unknown') # will update this if/when the author puts a license file in their repo
9depends=(
10 'qt6-base'
11 'kwidgetsaddons'
12 'kwindowsystem'
13 'kcoreaddons'
14 'kcompletion'
15 'kio'
16 'kconfig'
17)
18makedepends=(
19 'git'
20 'cmake'
21 'extra-cmake-modules'
22 'qt6-tools'
23)
24options=('strip' '!debug')
25provides=("libaero-qt")
26conflicts=("libaero-qt")
27source=(
28 "${pkgname}::git+https://gitgud.io/atmk/libaero-qt.git"
29 "slidingstackedwidget::git+https://github.com/Qt-Widgets/SlidingStackedWidget-1.git"
30)
31sha256sums=('SKIP' 'SKIP')
32
33pkgver() {
34 cd "$srcdir/libaero-qt-git"
35 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
36}
37
38prepare() {
39 cd "$pkgname"
40
41 git submodule init deps/slidingstackedwidget
42 git config submodule.deps/slidingstackedwidget.url "$srcdir/slidingstackedwidget"
43 git -c protocol.file.allow=always submodule update deps/slidingstackedwidget
44}
45
46build() {
47 cmake -B build -G Ninja -S "$pkgname" \
48 -DCMAKE_BUILD_TYPE=Release \
49 -DCMAKE_INSTALL_PREFIX=/usr
50
51 cmake --build build
52}
53
54package() {
55 DESTDIR="$pkgdir" cmake --install build
56}
57

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