firestorm-bin
The package downloads a prebuilt binary from the official project release host (downloads.firestormviewer.org), which is not on the whitelist but is plausibly the project's own infrastructure; the source is verifiable via b2sum, and no code execution or obfuscation occurs.
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 prebuilt binary from the official project release host (downloads.firestormviewer.org), which is not on the whitelist but is plausibly the project's own infrastructure; the source is verifiable via b2sum, and no code execution or obfuscation occurs.
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
source=("https://downloads.firestormviewer.org/release/linux/${tardir}.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: FennecTECH <fennectech@gmail.com>
pkgname=firestorm-bin
pkgver=7.2.4.80712
pkgrel=2
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
license=('GPL')
arch=('x86_64')
depends=(apr-util dbus-glib glu gtk2 lib32-libidn lib32-libsndfile
lib32-util-linux lib32-zlib libbsd libgl libidn libjpeg-turbo
libpng libxcrypt-compat libxss libxml2 mesa nss openal sdl
vlc zlib)
optdepends=(
'alsa-lib: for ALSA support'
'pepper-flash: for inworld Flash support'
'freealut: for OpenAL support'
'gstreamer: For video support - may need good, bad and ugly plugins'
'lib32-gst-plugins-good: for voice support'
'lib32-libidn11: for voice support'
'libpulse: for PulseAudio support'
'mesa-libgl: For Intel, Radeon, Nouveau support'
'nvidia-libgl: for NVIDIA support'
'nvidia-utils: for NVIDIA support')
install=firestorm.install
tardir="Phoenix-Firestorm-Releasex64_AVX2-${pkgver//./-}"
source=("https://downloads.firestormviewer.org/release/linux/${tardir}.tar.xz"
firestorm.desktop
firestorm.launcher)
b2sums=('b06c08f9d365501931e3553c4a52b11612c6c52797209166cc72e4be98daa80c7fce3728b68efe9b00e802a28c377b07feec49e55649469cfda6b7f5d7562963'
'225364d45839e61dd2ed3f3120e0c42111e72c07821180aa60de422731c61b3fc55cfb9977065d067e76a007461c05543441a30fcd8f9b1454f4b2e06e03a608'
'5b9342aa587e12bd03e8abd24e5d2d9c53cdddee949409045d20931b572d317de23c1eaea6efabe67683ca435bde428c0ab0706760eff0acf9b301f42abe38c4')
prepare() {
cd "${srcdir}/${tardir}"
for patch in ../*.patch; do
if [ ! -f "$patch" ]; then
break;
else
patch -p1 -i "$patch"
fi
done
}
package() {
install -d "${pkgdir}/usr/lib"
cp -a "${srcdir}/${tardir}" "${pkgdir}"/usr/lib/firestorm
cd "${pkgdir}/usr/lib/firestorm"
find app_settings skins -type f -execdir chmod 644 "{}" +
# find and remove broken symlinks
find -L . -type l -delete
# Install desktop file
install -D -m644 "${srcdir}"/firestorm.desktop \
"$pkgdir"/usr/share/applications/firestorm.desktop
# Install icon file
install -D -m644 firestorm_icon.png \
"$pkgdir"/usr/share/pixmaps/firestorm.png
# Install launcher
install -D -m755 "${srcdir}"/firestorm.launcher \
"$pkgdir"/usr/bin/firestorm
}
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-29 00:29@@ -1,7 +1,7 @@ # Maintainer: FennecTECH <fennectech@gmail.com> pkgname=firestorm-bin pkgver=7.2.4.80712-pkgrel=1+pkgrel=2 pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life." url="http://www.firestormviewer.org/" license=('GPL')@@ -27,7 +27,7 @@ firestorm.desktop firestorm.launcher) b2sums=('b06c08f9d365501931e3553c4a52b11612c6c52797209166cc72e4be98daa80c7fce3728b68efe9b00e802a28c377b07feec49e55649469cfda6b7f5d7562963'- 'd9343e4f93fc549fa3dc98bef3bfcd96ffae11e0fbdcc0ef604312e5fa1e0b5217a44e0988dac24fe2ce556c2737322ac66c8cc026aee471d2263743c4287f30'+ '225364d45839e61dd2ed3f3120e0c42111e72c07821180aa60de422731c61b3fc55cfb9977065d067e76a007461c05543441a30fcd8f9b1454f4b2e06e03a608' '5b9342aa587e12bd03e8abd24e5d2d9c53cdddee949409045d20931b572d317de23c1eaea6efabe67683ca435bde428c0ab0706760eff0acf9b301f42abe38c4') prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 00:29:17 | Low | 2 |
| 2026-08-28 23:36:57 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 18:55:24 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |