upd72020x-fw
The package downloads a firmware tarball from a project-owned Git repository on a non-whitelisted host, but firmware files are non-executable data; the worst case of a swapped source is limited to data tampering, not code execution.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a firmware tarball from a project-owned Git repository on a non-whitelisted host, but firmware files are non-executable data; the worst case of a swapped source is limited to data tampering, not code execution.
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:14
"uPD72020x-Firmware-$_tarballver.tar.gz::https://git.disroot.org/glektarssza/aur-upd72020x-fw/releases/download/v1.0.0-3/uPD72020x-Firmware-$_tarballver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: M. Damian "G'lek" Mulligan <glek (at) glektarssza (dot) com>
# Contributor: Jack Chen <redchenjs@live.com>
pkgname=upd72020x-fw
pkgver=1.1.0
pkgrel=2
epoch=1
pkgdesc="Renesas uPD720201 / uPD720202 USB 3.0 chipsets firmware"
arch=('any')
url="https://git.disroot.org/glektarssza/aur-upd72020x-fw"
license=('custom')
_tarballver=1.0.0
source=(
"uPD72020x-Firmware-$_tarballver.tar.gz::https://git.disroot.org/glektarssza/aur-upd72020x-fw/releases/download/v1.0.0-3/uPD72020x-Firmware-$_tarballver.tar.gz"
"remove.hook"
)
sha512sums=(
'9d7e61c99a0f46d0ae96505317e763a468d3e8006f7398d10899ab78532b1ace608662b8a1b410a5577b268dc1f9275d1ebe3d03d209b85b2c4307ceb48dd261'
'47aa4c4c3a0014df79b7a7998edfbc7b436ae6e966432f3787d9f1655c986591c73165de6fad52ebb5cefd4f8101b9b094d117f0508cd1f8f0d2c7396bbd3f91'
)
package() {
install -Dm644 "uPD72020x-Firmware-$_tarballver/UPDATE.mem" "$pkgdir/usr/lib/firmware/renesas_usb_fw.mem"
install -Dm644 "uPD72020x-Firmware-$_tarballver/License.rtf" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rtf"
# firmware install & remove hooks
install -Dm644 /dev/null "$pkgdir/usr/lib/initcpio/hooks/$pkgname"
install -Dm644 remove.hook "$pkgdir/usr/share/libalpm/hooks/$pkgname.hook"
}
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 |