gaze-cinnamon-extension-bin
This package downloads a prebuilt binary package (.pkg.tar.zst) from a personal/project-owned but non-official host (packages.gundulabs.com) and extracts it directly into pkgdir, bypassing normal AUR build transparency; while a checksum is provided, the host is a self-operated package server that could silently swap the binary, making this an unverifiable prebuilt executable from a potentially swappable source.
Triggered rules
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-cinnamon-extension-0.3.0-1-x86_64.pkg.tar.zst::https://packages.gundulabs.com/arch/packages/gaze-cinnamon-extension-0.3.0-1-x86_64.pkg.tar.zst")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): This package downloads a prebuilt binary package (.pkg.tar.zst) from a personal/project-owned but non-official host (packages.gundulabs.com) and extracts it directly into pkgdir, bypassing normal AUR build transparency; while a checksum is provided, the host is a self-operated package server that could silently swap the binary, making this an unverifiable prebuilt executable from a potentially swappable source.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Gundu Labs <maintainers@gundulabs.com>
# Auto-generated by the packages publish script (build_aur_repo.sh). Do not edit manually.
pkgname=gaze-cinnamon-extension-bin
pkgver=0.3.0
pkgrel=1
pkgdesc="Cinnamon Spices extension for Gaze"
arch=('x86_64' )
url="https://gaze.gundulabs.com"
license=('GPL-3.0-or-later' )
depends=('cinnamon' )
optdepends=()
# This wrapper installs the same files under the same names as gaze-cinnamon-extension, so it has
# to claim that name. Without it an AUR helper treats any other package called
# gaze-cinnamon-extension as an upgrade candidate and silently replaces this one.
provides=('gaze-cinnamon-extension=0.3.0-1')
conflicts=('gaze-cinnamon-extension')
backup=()
# upstream package ships no install hooks
source=("gaze-cinnamon-extension-0.3.0-1-x86_64.pkg.tar.zst::https://packages.gundulabs.com/arch/packages/gaze-cinnamon-extension-0.3.0-1-x86_64.pkg.tar.zst")
sha256sums=('d8da3cd9ed675ce0adba82f3662626dfbf46ea2da97bfee9a4fc12f03960cf19')
package() {
bsdtar -xpf "$srcdir/gaze-cinnamon-extension-0.3.0-1-x86_64.pkg.tar.zst" -C "$pkgdir"
# .PKGINFO/.MTREE/.INSTALL are pacman's metadata for the inner package and must not
# land in $pkgdir. The hooks .INSTALL carries are re-declared through install= above,
# which is the only way makepkg runs them for a wrapper package.
find "$pkgdir" -maxdepth 1 -type f -name '.*' -delete
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 01:14:25 | Medium | 3 |
| 2026-09-07 01:12:52 | Medium | 3 |