uqmi-git
The source is a git checkout from the project's official OpenWrt repository, which is a legitimate and expected source for this package; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git checkout from the project's official OpenWrt repository, which is a legitimate and expected source for this package; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low risk.
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:29
"${_gitname}::git+https://git.openwrt.org/project/${_gitname}.git"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dreieck
# Contributor (umbim-git): Jared Baldridge <jrb@expunge.us>
_pkgname=uqmi
pkgname="${_pkgname}-git"
_gitname="${_pkgname}"
pkgver=r191.7914da4
pkgrel=1
pkgdesc='OpenWrt QMI modem utility'
url='https://git.openwrt.org/project/uqmi.git'
arch=('i686' 'x86_64' 'armv5te' 'armv6' 'armv7' 'armv8' 'aarch64')
license=('GPL-2.0-or-later')
depends=(
'glibc'
'json-c'
'libubox'
)
makedepends=(
'git'
'cmake'
'gcc'
'make'
'patch'
'pkg-config'
)
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
source=(
"${_gitname}::git+https://git.openwrt.org/project/${_gitname}.git"
'001-sbin-fix.patch'
)
sha256sums=(
'SKIP'
'9ca8dc8eff58f6c01029a1f663bf232f10b48ca078f6c325236042fa13f7dac5'
)
pkgver() {
cd "$srcdir/$_gitname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "$srcdir/$_gitname"
patch -p1 -i "$srcdir/001-sbin-fix.patch"
git log > git.log
}
build() {
cd "$srcdir"
_CFLAGSADDITIONS+=" -Wno-dangling-pointer"
CFLAGS+="${_CFLAGSADDITIONS}"
CXXFLAGS+="${_CFLAGSADDITIONS}"
export CFLAGS
export CXXFLAGS
cmake -S "${_gitname}" -B build \
-DCMAKE_INSTALL_PREFIX=/usr
make -C build
}
package() {
cd "$srcdir"
make -C build DESTDIR="$pkgdir" install
install -Dvm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" "${_gitname}/git.log"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-23 00:28@@ -26,7 +26,7 @@ conflicts=("${_pkgname}") provides=("${_pkgname}=${pkgver}") source=(- "${_gitname}::git+git://git.openwrt.org/project/${_gitname}.git"+ "${_gitname}::git+https://git.openwrt.org/project/${_gitname}.git" '001-sbin-fix.patch' ) sha256sums=(Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 00:28:13 | Low | 2 |
| 2026-09-22 23:39:22 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-19 18:54:17 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |