libaero-qt-git

maintainer wrenwreu · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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 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
2026-07-15 00:09:25 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