linux-firmware-valve

LOW
maintainer LukeShortCloud 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=linux-firmware-valve
4# There are two source packages that use a date version. Set the PKGBUILD version to mirror whichever source is newer.
5pkgver=20250807
6pkgrel=1
7pkgdesc="Firmware files for Steam Deck devices from SteamOS"
8url="https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/"
9# Re-using the same license from the related SteamOS firmware packages.
10license=('GPL2' 'GPL3' 'custom')
11arch=(any)
12depends=("linux-firmware-atheros")
13source=("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")
15sha256sums=("710e37390e86598630509ed9a2ece6e67cc53a479531dc1e2030199f64947a84"
16 "cb655d2d8ea96184e99433d819bac8468cd28a270e3a3da77cb5c3045cfe7ec2")
17
18package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion