mxu11x0-dkms
maintainer dteod
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver source archive from Moxa's official website, which is a legitimate but non-whitelisted host; the source is built locally and not executed directly, posing minimal 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 a driver source archive from Moxa's official website, which is a legitimate but non-whitelisted host; the source is built locally and not executed directly, posing minimal 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:17
"https://www.moxa.com/getmedia/502ff380-9944-4af7-8ed2-20883d2ae702/moxa-uport-1100-series-linux-kernel-5.x-driver-v5.0.zip"
PKGBUILD
1 offending line(s) highlighted
1
_pkgbase=mxu11x0
2
pkgname=${_pkgbase}-dkms
3
pkgver=5.14.6
4
pkgrel=1
5
pkgdesc="Kernel module for Moxa UPort 11x0 serial to USB converters"
6
url="http://www.moxa.com"
7
license=("GPL")
8
arch=('i686' 'x86_64')
9
depends=('glibc' 'dkms')
10
makedepends=('unzip' 'tar')
11
conflicts=("${_pkgbase}")
12
optdepends=('linux-headers: build module against the Arch kernel'
13
'linux-lts-headers: build module against the LTS kernel'
14
'linux-zen-headers: build module against the ZEN kernel'
15
'linux-hardened-headers: build module against the HARDENED kernel')
16
source=(
17
"https://www.moxa.com/getmedia/502ff380-9944-4af7-8ed2-20883d2ae702/moxa-uport-1100-series-linux-kernel-5.x-driver-v5.0.zip"
18
'dkms.conf'
19
'mxu11x0.c.patch')
20
sha512sums=('019de09b4aee3d0c5ed5a0393e42e52768780fc1611bce4c21c3496584e294be303dbf896456cbcdf6c4be8ad94e6b44d8f4537b546fa6c356f0cd8b7835f9a1'
21
'd321cb599264f3efb2a6f5bb50048aa95cd823f18e65bf5b709db06313f59266a44ccb9bc460a502457de418b8cbacef6b96c23c144f7695785ebe74b5e13a4c'
22
'63c6340ca06a2e2a0a2522e9ba36860670fdb9366ede1d908d4f9a95850165cb53015ccf08c0ef291a2c26b372fa81f1338650b65195307b6c204a4e0c0c2ddf'
23
)
24
25
prepare() {
26
tar -xzf driv_linux_uport_v5.0_build_19110614.tgz
27
[[ -d ${_pkgbase}-${pkgver} ]] || mkdir ${_pkgbase}-${pkgver}
28
mv mxu11x0/driver/Makefile mxu11x0/driver/*.[hc] ${_pkgbase}-${pkgver}
29
patch ${_pkgbase}-${pkgver}/mxu11x0.c mxu11x0.c.patch
30
}
31
32
package() {
33
install -Dm644 dkms.conf "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/dkms.conf"
34
mkdir -p "${pkgdir}/etc/modules-load.d/"
35
echo "${_pkgname}" > "${pkgdir}/etc/modules-load.d/${_pkgbase}.conf"
36
37
sed -e "s/@PKGNAME@/${_pkgbase}/g" \
38
-e "s/@PKGVER@/${_pkgbase}/g" \
39
-i "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/dkms.conf"
40
41
cp -dr "${_pkgbase}-${pkgver}" "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/src"
42
}
43
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 |