wayvr-actions-bin
MEDIUM
maintainer he3als
1 votes
scanned 2026-09-17 07:25:15.887874
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
6
pkgname="${_pkgname}-actions-bin"
7
branch=main
8
pkgver=34681948373
9
pkgrel=1
10
pkgdesc="Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR, CI build)"
11
arch=('x86_64')
12
url="https://github.com/${_pkgowner}/${_pkgname}"
13
license=('GPL')
14
replaces=("wlx-overlay-s")
15
options=('!debug')
16
17
provides=(
18
"${_pkgname}"
19
"${_pkgname}=git"
20
)
21
22
conflicts=(
23
"${_pkgname}"
24
"${_pkgname}-bin"
25
"${_pkgname}-git"
26
)
27
28
depends=(
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
47
zipName="${pkgname}-${CARCH}-${pkgver}.zip"
48
source=(
49
"${zipName}::https://nightly.link/${_pkgowner}/${_pkgname}/actions/runs/${pkgver}/${_appimageprefix}-${branch}-${CARCH}.AppImage.zip"
50
)
51
52
sha256sums=('2d2439b50a097791606927fd910069bdb681c137acfa3a350dfd1651b8604d28')
53
54
prepare() {
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
63
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |