volterra-firmware

MEDIUM
maintainer clover 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

Several prebuilt binary firmware blobs (.mbn, .bin) are downloaded from a personal/unofficial host (files.ironrobin.net) rather than any official Microsoft or upstream firmware repository; while checksums are provided and the files are installed as firmware data (not executed directly by the build), these are unverifiable proprietary binaries from a swappable third-party host with no official provenance.

Triggered rules

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:14 source=("https://files.ironrobin.net/microsoft/blackrock/qcadsp8280.mbn"
Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 60%): Several prebuilt binary firmware blobs (.mbn, .bin) are downloaded from a personal/unofficial host (files.ironrobin.net) rather than any official Microsoft or upstream firmware repository; while checksums are provided and the files are installed as firmware data (not executed directly by the build), these are unverifiable proprietary binaries from a swappable third-party host with no official provenance.

PKGBUILD

1 offending line(s) highlighted
1pkgname=volterra-firmware
2pkgdesc="Microsoft Dev Kit 2023 (Project Volterra) firmware"
3pkgver=0.1.0
4pkgrel=1
5arch=('any')
6license=('LicenseRef-proprietary')
7makedepends=('zstd')
8depends=(
9 'linux-firmware-atheros'
10 'linux-firmware-qcom'
11)
12options=(!strip)
13
14source=("https://files.ironrobin.net/microsoft/blackrock/qcadsp8280.mbn"
15 "https://files.ironrobin.net/microsoft/blackrock/qccdsp8280.mbn"
16 "qcdxkmsuc8280.mbn"
17 "https://files.ironrobin.net/microsoft/blackrock/qcvss8280.mbn"
18 "adspr.jsn"
19 "adspua.jsn"
20 "battmgr.jsn"
21 "cdspr.jsn"
22 "https://files.ironrobin.net/microsoft/blackrock/board-2.bin"
23)
24sha256sums=('bb8a55650bceaec09edadfde4bee54563f03fb072fa9807d91857e0a96b33310'
25 '5da3feeb5ca7231c14a3dcfa1a137644f2955dca46909897334bb4012df06320'
26 '38012c7a55da315f5ae345170da035be90d48b49d81eef9cdb982f5bcbce8e43'
27 '3f4975f9f074707fbd702cc3998d09568cdfd1008c5c2f7877f91137c38c9ed9'
28 '4b9566fcfdc1656c38d8158d79db6964e9c4b57a6e42b46241e8d63aabc42d8d'
29 'd65dc1aedce2c1131da8ffaed7dcffc05cc9c58da491e0c39acb2ac5b3f4bc1d'
30 'b8aad1d149128f414eb1fd6fcbb6e0a5b7dabcd2cba001599e1ce9a0e2e291a4'
31 '7e46c515ab1bb012768be6e961eca69b1c8aad9af1cbac886b3b5ae8d4228f64'
32 '736544b268c43181df3529ad0d8978a2c25bc5744d1bbcfae8bc4b0feb13687a')
33
34package() {
35 local _qcom_dir="${pkgdir}/usr/lib/firmware/updates/qcom/sc8280xp/microsoft/blackrock"
36 install -dm755 "${_qcom_dir}"
37 install -m644 adspr.jsn adspua.jsn battmgr.jsn cdspr.jsn "${_qcom_dir}"
38
39 zstd -19 -k -f qcadsp8280.mbn
40 zstd -19 -k -f qccdsp8280.mbn
41 zstd -19 -k -f qcdxkmsuc8280.mbn
42 zstd -19 -k -f qcvss8280.mbn
43 install -m644 qcadsp8280.mbn.zst qccdsp8280.mbn.zst qcdxkmsuc8280.mbn.zst qcvss8280.mbn.zst "${_qcom_dir}"
44
45 # Override the distro-provided ath11k board file without conflicting with
46 # linux-firmware-atheros, which owns the regular ath11k firmware tree.
47 local _ath11k_dir="${pkgdir}/usr/lib/firmware/updates/ath11k/WCN6855"
48 zstd -19 -k -f board-2.bin
49 install -Dm644 board-2.bin.zst "${_ath11k_dir}/hw2.0/board-2.bin.zst"
50
51 # Volterra's WiFi card identifies itself as hw2.1 but uses the hw2.0 data.
52 install -dm755 "${_ath11k_dir}/hw2.1"
53 ln -s ../hw2.0/board-2.bin.zst "${_ath11k_dir}/hw2.1/board-2.bin.zst"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion