android-x86-libxmu
maintainer laszlonagy
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The source array includes a local file 'migrator' with SKIP'd checksum, which is executed via sudo in build(); this unverifiable script could contain malicious code, posing a supply-chain risk.
Triggered rules
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The source array includes a local file 'migrator' with SKIP'd checksum, which is executed via sudo in build(); this unverifiable script could contain malicious code, posing a supply-chain risk.
PKGBUILD
1
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2
# Contributor: Andreas Radke <andyrtr@archlinux.org>
3
# Contributor: Jan de Groot <jgc@archlinux.org>
4
5
_android_arch=x86
6
7
pkgname=android-${_android_arch}-libxmu
8
pkgver=1.3.1
9
pkgrel=1
10
arch=('any')
11
pkgdesc="X11 miscellaneous micro-utility library (Android ${_android_arch})"
12
url="https://gitlab.freedesktop.org/xorg/lib/libxmu"
13
license=('MIT-open-group AND SMLNJ AND X11 AND ISC')
14
groups=('android-libxmu')
15
depends=("android-${_android_arch}-libxext"
16
"android-${_android_arch}-libxt"
17
"android-${_android_arch}-libx11"
18
"android-${_android_arch}-xorgproto")
19
makedepends=('android-configure'
20
"android-${_android_arch}-xorg-util-macros")
21
options=(!strip !buildflags staticlibs !emptydirs)
22
source=(
23
'migrator'
24
)
25
md5sums=(
26
'SKIP'
27
)
28
29
build() {
30
sudo "$srcdir/migrator"
31
cd "${srcdir}/libXmu-${pkgver}"
32
source android-env ${_android_arch}
33
34
android-${_android_arch}-configure \
35
--sysconfdir="${ANDROID_PREFIX_ETC}"
36
make $MAKEFLAGS
37
}
38
39
package() {
40
cd "${srcdir}/libXmu-${pkgver}"
41
source android-env ${_android_arch}
42
43
make DESTDIR="${pkgdir}" install
44
rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
45
${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
46
${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
47
48
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
49
}
50
51
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-03 00:08@@ -19,10 +19,15 @@ makedepends=('android-configure' "android-${_android_arch}-xorg-util-macros") options=(!strip !buildflags staticlibs !emptydirs)-source=("https://xorg.freedesktop.org//archive/individual/lib/libXmu-${pkgver}.tar.xz")-md5sums=('1ef8065f0284e76c2238770365012ab2')+source=(+ 'migrator'+)+md5sums=(+ 'SKIP'+) build() {+ sudo "$srcdir/migrator" cd "${srcdir}/libXmu-${pkgver}" source android-env ${_android_arch} @@ -43,3 +48,4 @@ install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/" } +Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 19:16:23 | MEDIUM | 2 |
| 2026-07-30 17:15:21 | MEDIUM | 2 |
| 2026-06-18 16:11:54 | CLEAN | 0 |