gaze-kde-bin
maintainer GunduLabs
· 0 votes
· scanned 2026-08-18 00:03:42.021799
MEDIUM
View on AUR ↗
Why flagged
Downloads a prebuilt binary package (.pkg.tar.zst) from a non-standard personal/company host (packages.gundulabs.com) that is not an official distribution channel, and the install hook runs the bundled /usr/bin/gaze-kde-pam binary with sudo-level PAM configuration changes; if the host were silently swapped the prebuilt could be replaced with arbitrary code that gets executed with elevated privileges during install/upgrade.
Triggered rules
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:19
source=("gaze-kde-0.2.10-1-x86_64.pkg.tar.zst::https://packages.gundulabs.com/arch/packages/gaze-kde-0.2.10-1-x86_64.pkg.tar.zst")
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt binary package (.pkg.tar.zst) from a non-standard personal/company host (packages.gundulabs.com) that is not an official distribution channel, and the install hook runs the bundled /usr/bin/gaze-kde-pam binary with sudo-level PAM configuration changes; if the host were silently swapped the prebuilt could be replaced with arbitrary code that gets executed with elevated privileges during install/upgrade.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Gundu Labs <maintainers@gundulabs.com>
2
# Auto-generated by the packages publish script (build_aur_repo.sh). Do not edit manually.
3
pkgname=gaze-kde-bin
4
pkgver=0.2.10
5
pkgrel=1
6
pkgdesc="KDE Plasma lock screen and System Settings integration for Gaze"
7
arch=('x86_64' )
8
url="https://gaze.gundulabs.com"
9
license=('GPL-3.0-or-later' )
10
depends=()
11
optdepends=()
12
# This wrapper installs the same files under the same names as gaze-kde, so it has
13
# to claim that name. Without it an AUR helper treats any other package called
14
# gaze-kde as an upgrade candidate and silently replaces this one.
15
provides=('gaze-kde=0.2.10-1')
16
conflicts=('gaze-kde')
17
backup=()
18
install='gaze-kde-bin.install'
19
source=("gaze-kde-0.2.10-1-x86_64.pkg.tar.zst::https://packages.gundulabs.com/arch/packages/gaze-kde-0.2.10-1-x86_64.pkg.tar.zst")
20
sha256sums=('b043c07793cc6e6079f1abbe1da859cc710edad03b9e4bde3d9bc6d5c7ef4874')
21
22
package() {
23
bsdtar -xpf "$srcdir/gaze-kde-0.2.10-1-x86_64.pkg.tar.zst" -C "$pkgdir"
24
# .PKGINFO/.MTREE/.INSTALL are pacman's metadata for the inner package and must not
25
# land in $pkgdir. The hooks .INSTALL carries are re-declared through install= above,
26
# which is the only way makepkg runs them for a wrapper package.
27
find "$pkgdir" -maxdepth 1 -type f -name '.*' -delete
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 3 |
| 2026-08-17 00:18:29 | MEDIUM | 3 |
| 2026-08-16 00:03:42 | MEDIUM | 3 |
| 2026-08-15 19:33:18 | MEDIUM | 3 |
| 2026-08-15 19:31:13 | MEDIUM | 3 |