boosteroid
The package downloads a .deb and its MD5 from the official boosteroid.com domain, verifies the checksum and version, then extracts and installs it; this is a normal build process for a proprietary binary from the project's official source, not a supply-chain risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a .deb and its MD5 from the official boosteroid.com domain, verifies the checksum and version, then extracts and installs it; this is a normal build process for a proprietary binary from the project's official source, not a supply-chain risk.
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:26
"${_custom_name}.deb::https://boosteroid.com/linux/installer/boosteroid-install-x64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dj_pask
# former maintainer: envolution
# Contributor: Felix Braun <hazzl@falix.de>
# Contributor: Laurinyecz Zalán <laurinyeczzalan@gmail.com>
# Contributor: Ernesto Castellotti <mail@ernestocastellotti.it>
# shellcheck shell=bash disable=SC2034,SC2154
# 14.04.2026 dj_pask new mantainer
pkgname=boosteroid
pkgver=1.10.22
pkgrel=1
pkgdesc="Boosteroid client desktop"
arch=('x86_64')
url="https://boosteroid.com/downloads"
license=('custom')
options=(!debug)
depends=("libva" "libvdpau" "libxcb" "traceroute" "ocl-icd" "pcre2" "libxi" "xcb-util-wm" "xcb-util-image" "xcb-util-renderutil" "xcb-util-keysyms" "xcb-util-keysyms" "fontconfig" "alsa-lib" "pulseaudio-alsa")
makedepends=("binutils" "tar" "coreutils" "wget")
_custom_name="${pkgname^}-${pkgver}-${CARCH}"
# Set Mozilla as curl useragent to circumvent 403 using curl
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
source=(
"${_custom_name}.deb::https://boosteroid.com/linux/installer/boosteroid-install-x64.deb"
"${_custom_name}.md5::https://boosteroid.com/linux/installer/boosteroid-install-x64.md5"
boosteroid.sh
)
md5sums=('8b568c6b6eb6b72148c2615b705241e6'
'3ae22a527747a4dde6bb2652e9cdca15'
'033cc5b68298d0fe7d36887b5db6f200')
noextract=("${_custom_name}.deb")
prepare() {
#prep deb file for installation
msg2 "Decompressing Debian package..."
ar xv "${_custom_name}.deb" >/dev/null
#tar -xf data.tar.bz2 >/dev/null
tar -xf data.tar.xz >/dev/null
tar -xf control.tar.gz >/dev/null
#Versioning confirmation and MD5 verification
local _version
_version=$(grep -oP "Version: \K[0-9.]+" ./control)
msg2 "Detected Debian package version ${_version} ..."
msg2 "PKGBUILD package version ${pkgver} ..."
[ "${_version}" != "${pkgver}" ] && exit 1
msg2 "Checking boosteroid accompanied archive md5 against downloaded installer..."
md5sum -c "${_custom_name}.md5" >/dev/null
#this is the system desktop, which later becomes obsolete as the binary creates a user version in $HOME
msg2 "Customising desktop file..."
sed -i "s/Exec=.*/Exec=\/usr\/bin\/${pkgname}/g" usr/share/applications/Boosteroid.desktop
sed -i "s/Icon=.*/Icon=\/usr\/share\/icons\/hicolor\/scalable\/apps\/${pkgname}.svg/g" usr/share/applications/Boosteroid.desktop
}
package() {
install -dm755 "$pkgdir"/usr/bin
install -dm755 "$pkgdir"/usr/share/icons/hicolor/scalable/apps
install -dm755 "$pkgdir"/usr/share/{applications,icons/Boosteroid,licenses/Boosteroid}
install -m755 "opt/BoosteroidGamesS.R.L./bin/Boosteroid" "$pkgdir"/usr/bin/"$pkgname".bin #Isolate the binary for our wrapper boosteroid.sh
install -m755 boosteroid.sh "$pkgdir"/usr/bin/"${pkgname^}" #The program binary creates a user desktop file pointing to /usr/bin/Boosteroid
ln -s "${pkgname^}" "$pkgdir"/usr/bin/"${pkgname}" #we link to /usr/bin/boosteroid
install -m644 usr/share/applications/Boosteroid.desktop "$pkgdir"/usr/share/applications/Boosteroid.desktop
install -m644 usr/share/icons/Boosteroid/icon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/boosteroid.svg
install -m644 opt/BoosteroidGamesS.R.L./bin/ToU.txt "$pkgdir"/usr/share/licenses/Boosteroid/ToU.txt
}
# vim:set ts=2 sw=2 et:
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 |