linux-firmware-valve
maintainer LukeShortCloud
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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: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
1
# Maintainer: Luke Short <ekultails@gmail.com>
2
3
pkgname=linux-firmware-valve
4
# There are two source packages that use a date version. Set the PKGBUILD version to mirror whichever source is newer.
5
pkgver=20250807
6
pkgrel=1
7
pkgdesc="Firmware files for Steam Deck devices from SteamOS"
8
url="https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/"
9
# Re-using the same license from the related SteamOS firmware packages.
10
license=('GPL2' 'GPL3' 'custom')
11
arch=(any)
12
depends=("linux-firmware-atheros")
13
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/linux-firmware-neptune-20230121.1f01c88-1-any.pkg.tar.zst"
14
"https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steamdeck-dsp-0.69-2-any.pkg.tar.zst")
15
sha256sums=("710e37390e86598630509ed9a2ece6e67cc53a479531dc1e2030199f64947a84"
16
"cb655d2d8ea96184e99433d819bac8468cd28a270e3a3da77cb5c3045cfe7ec2")
17
18
package() {
19
# Firmware files from the "linux-firmware-neptune" package.
20
mkdir -p "${pkgdir}/usr/lib/firmware/cirrus/"
21
for cirrus in \
22
"${srcdir}/usr/lib/firmware/cs35l41-dsp1-spk-cali.bin" \
23
"${srcdir}/usr/lib/firmware/cs35l41-dsp1-spk-cali.wmfw"
24
do zstd "${cirrus}"
25
cp "${cirrus}.zst" "${pkgdir}/usr/lib/firmware/cirrus/"
26
done
27
28
# Steam Deck OLED sound firmware files.
29
tar -xvf steamdeck-dsp-*-any.pkg.tar.zst -C "${srcdir}"
30
mkdir -p \
31
"${pkgdir}/usr/lib/firmware/amd/sof/" \
32
"${pkgdir}/usr/lib/firmware/amd/sof-tplg/"
33
cp "${srcdir}/usr/lib/firmware/amd/sof/sof-vangogh-data.bin" "${pkgdir}/usr/lib/firmware/amd/sof/"
34
cp "${srcdir}/usr/lib/firmware/amd/sof/sof-vangogh-code.bin" "${pkgdir}/usr/lib/firmware/amd/sof/"
35
cp "${srcdir}/usr/lib/firmware/amd/sof-tplg/sof-vangogh-nau8821-max.tplg" "${pkgdir}/usr/lib/firmware/amd/sof-tplg/"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |