gaze-cinnamon-extension-bin

MEDIUM
maintainer GunduLabs 0 votes scanned 2026-09-07 01:14:25.439915
View on AUR
Why flagged

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

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-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")
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 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
1# Maintainer: Gundu Labs <maintainers@gundulabs.com>
2# Auto-generated by the packages publish script (build_aur_repo.sh). Do not edit manually.
3pkgname=gaze-cinnamon-extension-bin
4pkgver=0.3.0
5pkgrel=1
6pkgdesc="Cinnamon Spices extension for Gaze"
7arch=('x86_64' )
8url="https://gaze.gundulabs.com"
9license=('GPL-3.0-or-later' )
10depends=('cinnamon' )
11optdepends=()
12# This wrapper installs the same files under the same names as gaze-cinnamon-extension, so it has
13# to claim that name. Without it an AUR helper treats any other package called
14# gaze-cinnamon-extension as an upgrade candidate and silently replaces this one.
15provides=('gaze-cinnamon-extension=0.3.0-1')
16conflicts=('gaze-cinnamon-extension')
17backup=()
18# upstream package ships no install hooks
19source=("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")
20sha256sums=('d8da3cd9ed675ce0adba82f3662626dfbf46ea2da97bfee9a4fc12f03960cf19')
21
22package() {
23 bsdtar -xpf "$srcdir/gaze-cinnamon-extension-0.3.0-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)SeverityRules
2026-09-07 01:14:25 Medium 3
2026-09-07 01:12:52 Medium 3

Report a package

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

0 / 4000
Your suggestion