linux-firmware-valve
The package downloads prebuilt firmware files from Valve's official SteamOS repository domain; while the host is not a standard one, the content is non-executable firmware data used for hardware support, and the source is plausibly official and low-risk.
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 prebuilt firmware files from Valve's official SteamOS repository domain; while the host is not a standard one, the content is non-executable firmware data used for hardware support, and the source is plausibly official and low-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:13
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/linux-firmware-neptune-20230121.1f01c88-1-any.pkg.tar.zst"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Luke Short <ekultails@gmail.com>
pkgname=linux-firmware-valve
# There are two source packages that use a date version. Set the PKGBUILD version to mirror whichever source is newer.
pkgver=20250807
pkgrel=1
pkgdesc="Firmware files for Steam Deck devices from SteamOS"
url="https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/"
# Re-using the same license from the related SteamOS firmware packages.
license=('GPL2' 'GPL3' 'custom')
arch=(any)
depends=("linux-firmware-atheros")
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/linux-firmware-neptune-20230121.1f01c88-1-any.pkg.tar.zst"
"https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steamdeck-dsp-0.69-2-any.pkg.tar.zst")
sha256sums=("710e37390e86598630509ed9a2ece6e67cc53a479531dc1e2030199f64947a84"
"cb655d2d8ea96184e99433d819bac8468cd28a270e3a3da77cb5c3045cfe7ec2")
package() {
# Firmware files from the "linux-firmware-neptune" package.
mkdir -p "${pkgdir}/usr/lib/firmware/cirrus/"
for cirrus in \
"${srcdir}/usr/lib/firmware/cs35l41-dsp1-spk-cali.bin" \
"${srcdir}/usr/lib/firmware/cs35l41-dsp1-spk-cali.wmfw"
do zstd "${cirrus}"
cp "${cirrus}.zst" "${pkgdir}/usr/lib/firmware/cirrus/"
done
# Steam Deck OLED sound firmware files.
tar -xvf steamdeck-dsp-*-any.pkg.tar.zst -C "${srcdir}"
mkdir -p \
"${pkgdir}/usr/lib/firmware/amd/sof/" \
"${pkgdir}/usr/lib/firmware/amd/sof-tplg/"
cp "${srcdir}/usr/lib/firmware/amd/sof/sof-vangogh-data.bin" "${pkgdir}/usr/lib/firmware/amd/sof/"
cp "${srcdir}/usr/lib/firmware/amd/sof/sof-vangogh-code.bin" "${pkgdir}/usr/lib/firmware/amd/sof/"
cp "${srcdir}/usr/lib/firmware/amd/sof-tplg/sof-vangogh-nau8821-max.tplg" "${pkgdir}/usr/lib/firmware/amd/sof-tplg/"
}
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 |