blacknut-appimage
The package downloads a prebuilt AppImage from the official project release domain (blacknut.com), which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, it is not a personal or swappable file host, and the AppImage is installed as data without being executed during build, so the risk is limited to supply-chain trust in the official vendor.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the official project release domain (blacknut.com), which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, it is not a personal or swappable file host, and the AppImage is installed as data without being executed during build, so the risk is limited to supply-chain trust in the official vendor.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:19
source=("https://releases.blacknut.com/player/${_appimage}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Albin Kauffmann <albinou@kauff.org>
pkgname=blacknut-appimage
pkgver=2.7.9
pkgrel=1
pkgdesc="Cloud gaming client (binary AppImage)"
arch=('x86_64')
url="https://www.blacknut.com"
license=('unknown')
depends=('fuse')
makedepends=('p7zip')
optdepends=('pulseaudio-alsa: play sound using pulseaudio'
'firejail: run Blacknut within a jail')
conflicts=('blacknut')
options=('!strip')
install=
changelog=
_appimage="Blacknut-${pkgver}.AppImage"
source=("https://releases.blacknut.com/player/${_appimage}"
"blacknut"
"blacknut-firejail.profile")
sha256sums=('f8e0db029a0f5029935b3b1da632d8ba7ac4b81636c6ffcb65849622c2f464b8'
'5375ab65818f53ee6893f78a323a1732199b7f252d87a1fc3a81e3f495aae77c'
'0ee0415a3aa51916286ae22a319cac74569d5a63011f2f110e63937fe6e0260d')
prepare() {
cd "$srcdir"
7z x "$_appimage" blacknut.desktop usr/share/icons/hicolor
}
build() {
cd "$srcdir"
sed -i "s/^Exec=AppRun$/Exec=blacknut/" blacknut.desktop
sed -i "s/BLACKNUT_VERSION=\"x.y.z\"/BLACKNUT_VERSION=\"${pkgver}\"/" blacknut
}
package() {
cd "$srcdir"
install -d -m755 $pkgdir/usr/share/{applications,icons/hicolor}
install -d -m755 $pkgdir/opt/appimages
# TODO find a decent license
#install -d -m755 $pkgdir/usr/share/licenses/$pkgname
hicolor="usr/share/icons/hicolor"
for size in $(ls -1 $hicolor); do
install -d -m755 $pkgdir/usr/share/icons/hicolor/$size/apps
install -D -m644 $hicolor/$size/apps/blacknut.png $pkgdir/usr/share/icons/hicolor/$size/apps/blacknut.png
done
install -D -m644 blacknut.desktop $pkgdir/usr/share/applications/blacknut.desktop
install -D -m755 blacknut $pkgdir/usr/bin/blacknut
install -D -m755 $_appimage $pkgdir/opt/appimages/$_appimage
install -D -m644 blacknut-firejail.profile $pkgdir/opt/appimages/blacknut-firejail.profile
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |