gpupaper

LOW
maintainer bendork 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt binaries from a project-owned host (project.uhhm.no), which is not whitelisted but plausibly official; checksums are provided and match the architecture-specific tarballs, reducing supply-chain risk.

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 downloads prebuilt binaries from a project-owned host (project.uhhm.no), which is not whitelisted but plausibly official; checksums are provided and match the architecture-specific tarballs, reducing supply-chain risk.

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:18 source_x86_64=("gpupaper-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-x86_64.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
2pkgname=gpupaper
3pkgver=0.1.4
4pkgrel=1
5pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)"
6arch=('x86_64' 'aarch64')
7options=('!strip')
8url="https://project.uhhm.no/bl/gpupaper"
9license=('MIT')
10depends=('wayland' 'libglvnd')
11optdepends=(
12 'vulkan-icd-loader: Vulkan backend (generic loader)'
13 'mesa: open-source Vulkan/OpenGL for AMD, Intel, and Raspberry Pi'
14 'nvidia-utils: NVIDIA Vulkan/OpenGL support'
15)
16provides=('gpupaper')
17conflicts=('gpupaper-git' 'gpupaper-bin')
18source_x86_64=("gpupaper-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-x86_64.tar.gz")
19source_aarch64=("gpupaper-v${pkgver}-aarch64.tar.gz::https://project.uhhm.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-aarch64.tar.gz")
20sha256sums_x86_64=('3ec7c0e733351c47fc3d4030e7a51483da9de20fc0fce4d13a201e2e7a60e0bb')
21sha256sums_aarch64=('e5fe30eb629d277650950316ab03116a627288c876a94233e2189790d38af8a7')
22
23package() {
24 install -Dm755 gpupaper "$pkgdir/usr/bin/gpupaper"
25
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
28 install -dm755 "$pkgdir/usr/share/gpupaper/shaders"
29 install -Dm644 shaders/*.frag "$pkgdir/usr/share/gpupaper/shaders/"
30}
31

Changes since previous scan

--- PKGBUILD @ 2026-09-13 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,10 +1,11 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=gpupaper
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)"
arch=('x86_64' 'aarch64')
-url="https://prosjekt.klingenbergbygg.no/bl/gpupaper"
+options=('!strip')
+url="https://project.uhhm.no/bl/gpupaper"
license=('MIT')
depends=('wayland' 'libglvnd')
optdepends=(
@@ -14,10 +15,10 @@
)
provides=('gpupaper')
conflicts=('gpupaper-git' 'gpupaper-bin')
-source_x86_64=("gpupaper-v${pkgver}-x86_64.tar.gz::https://prosjekt.klingenbergbygg.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-x86_64.tar.gz")
-source_aarch64=("gpupaper-v${pkgver}-aarch64.tar.gz::https://prosjekt.klingenbergbygg.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-aarch64.tar.gz")
-sha256sums_x86_64=('38f543f2c71a8ef3a0496acf3dbd67361fe53a7fb5f011a6e0fd9199d8c44ec6')
-sha256sums_aarch64=('477021e223b03fa59a2255fea80c1a7140d2c08d11edf544bc2822b839f7dd7d')
+source_x86_64=("gpupaper-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-x86_64.tar.gz")
+source_aarch64=("gpupaper-v${pkgver}-aarch64.tar.gz::https://project.uhhm.no/bl/gpupaper/releases/download/v${pkgver}/gpupaper-v${pkgver}-aarch64.tar.gz")
+sha256sums_x86_64=('3ec7c0e733351c47fc3d4030e7a51483da9de20fc0fce4d13a201e2e7a60e0bb')
+sha256sums_aarch64=('e5fe30eb629d277650950316ab03116a627288c876a94233e2189790d38af8a7')
package() {
install -Dm755 gpupaper "$pkgdir/usr/bin/gpupaper"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 11:14:35 Medium 1
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 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