android-x86-zix

maintainer hipersayan_x · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a signed upstream tarball from the maintainer's personal domain, which is commonly used for project releases and not inherently malicious; the package builds from verifiable source code, 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 source is a signed upstream tarball from the maintainer's personal domain, which is commonly used for project releases and not inherently malicious; the package builds from verifiable source code, 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 source=("https://download.drobilla.net/zix-${pkgver}.tar.xz"{,.sig})

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2# Contributor: David Runge <dvzrv@archlinux.org>
3
4_android_arch=x86
5
6pkgname=android-${_android_arch}-zix
7pkgver=0.8.0
8pkgrel=1
9arch=('any')
10pkgdesc="A lightweight C99 portability and data structure library (Android ${_android_arch})"
11url="https://gitlab.com/drobilla/zix"
12license=('0BSD OR ISC')
13groups=('android-zix')
14depends=('android-ndk')
15makedepends=('android-meson')
16options=(!strip !buildflags staticlibs !emptydirs)
17source=("https://download.drobilla.net/zix-${pkgver}.tar.xz"{,.sig})
18md5sums=('d81fd986f727f4e4108e1b00e47cfcb6'
19 'SKIP')
20validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>
21
22build() {
23 cd "${srcdir}/zix-${pkgver}"
24 source android-env ${_android_arch}
25
26 android-${_android_arch}-meson build \
27 --default-library both \
28 -D benchmarks=disabled \
29 -D docs=disabled \
30 -D html=disabled \
31 -D lint=false \
32 -D singlehtml=disabled \
33 -D tests=disabled \
34 -D tests_cpp=disabled
35 ninja -C build
36}
37
38package() {
39 cd "${srcdir}/zix-${pkgver}"
40 source android-env ${_android_arch}
41
42 DESTDIR="${pkgdir}" ninja -C build install
43 ${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a || true
44 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
45 ${ANDROID_RANLIB} "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a || true
46
47 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
48}
49

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion