voiden-beta-appimage
maintainer mikesimps
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage executable from a non-standard, non-whitelisted host (voiden.md), which is an unverifiable binary and could be trivially swapped by an unrelated party, 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:14
source=("https://voiden.md/api/download/beta/linux/x64/${_appimage}")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt AppImage executable from a non-standard, non-whitelisted host (voiden.md), which is an unverifiable binary and could be trivially swapped by an unrelated party, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike Simpson <voiden.t2tan@aleeas.com>
2
_pkgname=voiden
3
4
pkgname=${_pkgname}-beta-appimage
5
pkgver=2.3.0
6
pkgrel=1
7
pkgdesc="Voiden Beta API Client"
8
arch=('x86_64')
9
url="https://voiden.md"
10
license=('Apache-2.0')
11
options=('!strip' '!debug') # will not function if makepkg is allowed to strip chars from binary
12
conflicts=('voiden-appimage')
13
_appimage=Voiden-${pkgver}-beta.1.AppImage
14
source=("https://voiden.md/api/download/beta/linux/x64/${_appimage}")
15
sha256sums=('f8b6439933ec2e12ed8f7a0f225c0a4f555f135f1d39105fafba7a3ccbb49948')
16
17
# install method based on https://wiki.archlinux.org/title/User:SergeyK/AppImage_package_guidelines
18
19
prepare() {
20
chmod +x "${_appimage}"
21
./"${_appimage}" --appimage-extract
22
}
23
24
build() {
25
# Adjust .desktop so it will work outside of AppImage container
26
sed -i -E "s|Exec=Voiden.*|Exec=/usr/bin/${pkgname}|" \
27
"${srcdir}/squashfs-root/Voiden.desktop"
28
}
29
30
package() {
31
# Install AppImage File and License
32
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${_appimage}"
33
install -Dm644 "${srcdir}/squashfs-root/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"
34
35
# Desktop file
36
install -Dm644 "${srcdir}/squashfs-root/Voiden.desktop" \
37
"${pkgdir}/usr/share/applications/Voiden.desktop"
38
39
# installs the one valid icon in the appimage
40
install -Dm644 "${srcdir}/squashfs-root/resources/logo-dark.png" "${pkgdir}/usr/share/pixmaps/Voiden.png"
41
42
# For later if they actually replace the electron icons with actual images
43
# install -dm755 "${pkgdir}/usr/share"
44
# cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
45
46
# Symlink executable - use pkgname so it doesn't conflict with voiden cli tool
47
install -dm755 "${pkgdir}/usr/bin"
48
ln -s "/opt/${pkgname}/${_appimage}" "${pkgdir}/usr/bin/${pkgname}"
49
50
# Symlink license
51
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
52
ln -s "/opt/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
53
}
54
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ _pkgname=voiden pkgname=${_pkgname}-beta-appimage-pkgver=2.0.1+pkgver=2.3.0 pkgrel=1 pkgdesc="Voiden Beta API Client" arch=('x86_64')@@ -12,7 +12,7 @@ conflicts=('voiden-appimage') _appimage=Voiden-${pkgver}-beta.1.AppImage source=("https://voiden.md/api/download/beta/linux/x64/${_appimage}")-sha256sums=('8de415f1caf4772bf4f0a6b7dd63512495c4a24a9b158d65932cb493aa0003aa')+sha256sums=('f8b6439933ec2e12ed8f7a0f225c0a4f555f135f1d39105fafba7a3ccbb49948') # install method based on https://wiki.archlinux.org/title/User:SergeyK/AppImage_package_guidelines Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 13:18:10 | 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 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 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |