rtl8852-eco4-dkms
Downloads a Lenovo firmware installer from Lenovo's official domain (download.lenovo.com) with a pinned SHA256 checksum, extracts a firmware blob (non-executed data) using innoextract, and installs a DKMS kernel module from the project's own GitHub repo; no obfuscation, no untrusted hosts, no credential exfiltration.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a Lenovo firmware installer from Lenovo's official domain (download.lenovo.com) with a pinned SHA256 checksum, extracts a firmware blob (non-executed data) using innoextract, and installs a DKMS kernel module from the project's own GitHub repo; no obfuscation, no untrusted hosts, no credential exfiltration.
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:12
https://download.lenovo.com/consumer/mobiles/50s5010fpm3t3cj0.exe)
PKGBUILD
1 offending line(s) highlighted_pkgbase=rtl8852-eco4
pkgname=rtl8852-eco4-dkms
pkgver=7.2
pkgrel=2
pkgdesc="Bluetooth driver for RTL8852 ECO Version 4 (DKMS)"
arch=('x86_64')
url="https://github.com/q234rty/rtl8852be-eco4-dkms"
license=('GPL-2.0-only' 'LicenseRef-Lenovo')
depends=('dkms')
makedepends=('git' 'innoextract')
source=("${_pkgbase}::git+https://github.com/q234rty/rtl8852be-eco4-dkms.git#tag=$pkgver"
https://download.lenovo.com/consumer/mobiles/50s5010fpm3t3cj0.exe)
sha256sums=('d8eeee2ad06f4113025192adbe27c487197704e70c9859d5e7fd593918037310'
'1cbafaf1e2b224271ad05aacd0229929a2aadfb996a5e3ee6e1649d8a24a4c1e')
prepare() {
innoextract 50s5010fpm3t3cj0.exe
}
package() {
install -dm755 "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/
install -dm755 "${pkgdir}"/usr/lib/firmware/rtl_bt
install -m644 'code$GetExtractPath$'/rtl8852bd_mp_chip_new.dat "${pkgdir}"/usr/lib/firmware/rtl_bt/rtl8852bu_fw.bin
cp -r ${_pkgbase}/* "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 11:12:46 | Low | 3 |
| 2026-09-06 11:10:51 | Medium | 3 |