voiden-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 from a non-standard, non-whitelisted host (voiden.md), which is an unverifiable executable artifact that could be silently replaced, 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:15
source=("https://voiden.md/api/download/stable/linux/x64/${_appimage}")
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 non-standard, non-whitelisted host (voiden.md), which is an unverifiable executable artifact that could be silently replaced, 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}-appimage
5
pkgver=2.2.2
6
pkgrel=1
7
pkgdesc="Voiden 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
depends=('fuse2')
13
conflicts=('voiden-beta-appimage')
14
_appimage=Voiden-${pkgver}.AppImage
15
source=("https://voiden.md/api/download/stable/linux/x64/${_appimage}")
16
sha256sums=('dbd5d72566fd5a92746e10098f272e184db733a15f9693743fe5e28f0f201e89')
17
18
# install method based on https://wiki.archlinux.org/title/User:SergeyK/AppImage_package_guidelines
19
20
prepare() {
21
chmod +x "${_appimage}"
22
./"${_appimage}" --appimage-extract
23
}
24
25
build() {
26
# Adjust .desktop so it will work outside of AppImage container
27
sed -i -E "s|Exec=Voiden.*|Exec=/usr/bin/${pkgname}|" \
28
"${srcdir}/squashfs-root/Voiden.desktop"
29
}
30
31
package() {
32
# Install AppImage File and License
33
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${_appimage}"
34
install -Dm644 "${srcdir}/squashfs-root/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"
35
36
# Desktop file
37
install -Dm644 "${srcdir}/squashfs-root/Voiden.desktop" \
38
"${pkgdir}/usr/share/applications/Voiden.desktop"
39
40
# installs the one valid icon in the appimage
41
install -Dm644 "${srcdir}/squashfs-root/resources/logo-dark.png" "${pkgdir}/usr/share/pixmaps/Voiden.png"
42
43
# For later if they actually replace the electron icons with actual images
44
# install -dm755 "${pkgdir}/usr/share"
45
# cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
46
47
# Symlink executable - use pkgname so it doesn't conflict with voiden cli tool
48
install -dm755 "${pkgdir}/usr/bin"
49
ln -s "/opt/${pkgname}/${_appimage}" "${pkgdir}/usr/bin/${pkgname}"
50
51
# Symlink license
52
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
53
ln -s "/opt/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
54
}
55
Changes since previous scan
--- PKGBUILD @ 2026-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ _pkgname=voiden pkgname=${_pkgname}-appimage-pkgver=2.2.1+pkgver=2.2.2 pkgrel=1 pkgdesc="Voiden API Client" arch=('x86_64')@@ -13,7 +13,7 @@ conflicts=('voiden-beta-appimage') _appimage=Voiden-${pkgver}.AppImage source=("https://voiden.md/api/download/stable/linux/x64/${_appimage}")-sha256sums=('54f03185ae0c9106f4e353a868699b93f3c428b9e1d34901e2dacb3f288ec2ec')+sha256sums=('dbd5d72566fd5a92746e10098f272e184db733a15f9693743fe5e28f0f201e89') # 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 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 13:54:53 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |