wayvr-actions-bin

MEDIUM
maintainer he3als 1 votes scanned 2026-09-17 07:25:15.887874
View on AUR
Why flagged

The package downloads a prebuilt AppImage from a CI run on nightly.link, which is an unofficial, unverifiable source; if compromised, the binary could execute arbitrary code, posing a supply-chain risk.

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:49 "${zipName}::https://nightly.link/${_pkgowner}/${_pkgname}/actions/runs/${pkgver}/${_appimageprefix}-${branch}-${CARCH}.AppImage.zip"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a CI run on nightly.link, which is an unofficial, unverifiable source; if compromised, the binary could execute arbitrary code, posing a supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Amy <me at he3als dot xyz>
2
3_pkgname=wayvr
4_appimageprefix=WayVR
5_pkgowner=wayvr-org
6pkgname="${_pkgname}-actions-bin"
7branch=main
8pkgver=34681948373
9pkgrel=1
10pkgdesc="Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR, CI build)"
11arch=('x86_64')
12url="https://github.com/${_pkgowner}/${_pkgname}"
13license=('GPL')
14replaces=("wlx-overlay-s")
15options=('!debug')
16
17provides=(
18 "${_pkgname}"
19 "${_pkgname}=git"
20)
21
22conflicts=(
23 "${_pkgname}"
24 "${_pkgname}-bin"
25 "${_pkgname}-git"
26)
27
28depends=(
29 'glibc'
30 'gcc-libs'
31 'libx11'
32 'libxrandr'
33 'libxinerama'
34 'libxkbcommon'
35 'wayland'
36 'libdrm'
37 'vulkan-icd-loader'
38 'fontconfig'
39 'freetype2'
40 'dbus'
41 'libpipewire'
42 'alsa-lib'
43 'openvr'
44 'openxr'
45)
46
47zipName="${pkgname}-${CARCH}-${pkgver}.zip"
48source=(
49 "${zipName}::https://nightly.link/${_pkgowner}/${_pkgname}/actions/runs/${pkgver}/${_appimageprefix}-${branch}-${CARCH}.AppImage.zip"
50)
51
52sha256sums=('2d2439b50a097791606927fd910069bdb681c137acfa3a350dfd1651b8604d28')
53
54prepare() {
55 cd "${srcdir}"
56 appimage="${_appimageprefix}-${CARCH}.AppImage"
57
58 msg "Extracting AppImage contents..."
59 chmod +x ${appimage}
60 ./${appimage} --appimage-extract > /dev/null
61}
62
63package() {
64 cd "${srcdir}/squashfs-root"
65
66 # main binary
67 install -Dm0755 usr/bin/${_pkgname} \
68 "${pkgdir}/usr/bin/${_pkgname}"
69
70 # .desktop file
71 install -Dm0644 usr/share/applications/${_pkgname}.desktop \
72 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
73
74 # icons
75 install -dm755 "${pkgdir}/usr/share/"
76 cp -a \
77 "${srcdir}/squashfs-root/usr/share/icons" \
78 "${pkgdir}/usr/share/"
79}
80

Changes since previous scan

--- PKGBUILD @ 2026-09-14 19:17
+++ PKGBUILD @ 2026-09-17 07:25
@@ -5,7 +5,7 @@
_pkgowner=wayvr-org
pkgname="${_pkgname}-actions-bin"
branch=main
-pkgver=30166087451
+pkgver=34681948373
pkgrel=1
pkgdesc="Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR, CI build)"
arch=('x86_64')
@@ -49,7 +49,7 @@
"${zipName}::https://nightly.link/${_pkgowner}/${_pkgname}/actions/runs/${pkgver}/${_appimageprefix}-${branch}-${CARCH}.AppImage.zip"
)
-sha256sums=('83463d55fe9fe9f7a9c3792084014dc3d0c7f90120d60f48b3f2da6b1c7ea33b')
+sha256sums=('2d2439b50a097791606927fd910069bdb681c137acfa3a350dfd1651b8604d28')
prepare() {
cd "${srcdir}"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 07:25:15 Medium 2
2026-09-17 05:24:46 Medium 2
2026-09-17 03:24:22 Medium 2
2026-09-17 00:27:14 Medium 2
2026-09-16 23:24:19 Medium 2
2026-09-16 21:23:45 Medium 2
2026-09-16 19:23:36 Medium 2
2026-09-16 01:20:46 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 23:20:44 Medium 2
2026-09-15 21:20:38 Medium 2
2026-09-15 19:20:17 Medium 2
2026-09-15 17:20:16 Medium 2
2026-09-15 15:19:57 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 21:18:01 Medium 2
2026-09-14 19:17:46 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2

Report a package

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

0 / 4000
Your suggestion