wayvr-actions-bin

maintainer he3als · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from a CI run on nightly.link, which is not the project's official release infrastructure; if the source were swapped, it could execute arbitrary code, posing a supply-chain risk despite otherwise legitimate use.

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 not the project's official release infrastructure; if the source were swapped, it could execute arbitrary code, posing a supply-chain risk despite otherwise legitimate use.

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=30166087451
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=('83463d55fe9fe9f7a9c3792084014dc3d0c7f90120d60f48b3f2da6b1c7ea33b')
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-07-25 00:13
+++ PKGBUILD @ 2026-08-03 00:08
@@ -5,7 +5,7 @@
_pkgowner=wayvr-org
pkgname="${_pkgname}-actions-bin"
branch=main
-pkgver=29629980090
+pkgver=30166087451
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=('26a10f31c3d3bf91515b36161b23c83c109b1740426239d552853d00d8b74dbc')
+sha256sums=('83463d55fe9fe9f7a9c3792084014dc3d0c7f90120d60f48b3f2da6b1c7ea33b')
prepare() {
cd "${srcdir}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 23:31:22 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 02:00:03 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 13:57:59 MEDIUM 2
2026-07-18 00:14:48 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