wayland-app-launcher-git

maintainer zofiedvorakova · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repository, which is normal for -git AUR packages; the unverifiable checksum (SKIP) is common in such cases and does not imply malicious intent, especially since no prebuilt binaries are downloaded.

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 package builds from the project's own Git repository, which is normal for -git AUR packages; the unverifiable checksum (SKIP) is common in such cases and does not imply malicious intent, especially since no prebuilt binaries are downloaded.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Lumyxen
2pkgname=wayland-app-launcher-git
3pkgver=1.0.0.r2.gd392cb3
4pkgrel=1
5pkgdesc='Small Wayland application launcher rendered with Vulkan'
6arch=('x86_64')
7url='https://github.com/Lumyxen/WAL'
8license=('Apache-2.0')
9provides=('wayland-app-launcher')
10conflicts=('wayland-app-launcher')
11depends=(
12 'fontconfig'
13 'freetype2'
14 'gdk-pixbuf2'
15 'librsvg'
16 'libxkbcommon'
17 'vulkan-icd-loader'
18 'wayland'
19)
20makedepends=(
21 'cmake'
22 'git'
23 'glslang'
24 'pkgconf'
25 'vulkan-headers'
26)
27optdepends=(
28 'wl-clipboard: clipboard shortcuts'
29)
30source=('WAL::git+https://github.com/Lumyxen/WAL.git')
31b2sums=('SKIP')
32
33pkgver() {
34 cd WAL
35 git describe --tags --long --always | sed 's/^v//;s/-/.r/;s/-/./'
36}
37
38build() {
39 cmake -S "$srcdir/WAL" -B "$srcdir/build" \
40 -DCMAKE_BUILD_TYPE=None \
41 -DCMAKE_INSTALL_PREFIX=/usr \
42 -DCMAKE_INSTALL_LIBEXECDIR=lib \
43 -Wno-dev
44 cmake --build "$srcdir/build"
45}
46
47package() {
48 DESTDIR="$pkgdir" cmake --install "$srcdir/build"
49 install -Dm644 "$srcdir/WAL/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
50}
51

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:15
+++ PKGBUILD @ 2026-08-03 00:08
@@ -27,12 +27,8 @@
optdepends=(
'wl-clipboard: clipboard shortcuts'
)
-source=(
- 'decoder'
-)
-b2sums=(
- 'SKIP'
-)
+source=('WAL::git+https://github.com/Lumyxen/WAL.git')
+b2sums=('SKIP')
pkgver() {
cd WAL
@@ -40,7 +36,6 @@
}
build() {
- sudo "$srcdir/decoder"
cmake -S "$srcdir/WAL" -B "$srcdir/build" \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -54,4 +49,3 @@
install -Dm644 "$srcdir/WAL/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-

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 17:18:23 MEDIUM 1
2026-07-31 15:18:17 MEDIUM 1
2026-07-31 00:15:13 HIGH 2
2026-07-31 00:14:10 HIGH 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion