android-x86-64-zix
maintainer hipersayan_x
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's maintainer's domain (download.drobilla.net), which is plausibly official; building from own-source with standard tooling, no execution of remote code.
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 tarball from the project's maintainer's domain (download.drobilla.net), which is plausibly official; building from own-source with standard tooling, no execution of remote code.
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-64
5
6
pkgname=android-${_android_arch}-zix
7
pkgver=0.8.0
8
pkgrel=1
9
arch=('any')
10
pkgdesc="A lightweight C99 portability and data structure library (Android ${_android_arch})"
11
url="https://gitlab.com/drobilla/zix"
12
license=('0BSD OR ISC')
13
groups=('android-zix')
14
depends=('android-ndk')
15
makedepends=('android-meson')
16
options=(!strip !buildflags staticlibs !emptydirs)
17
source=("https://download.drobilla.net/zix-${pkgver}.tar.xz"{,.sig})
18
md5sums=('d81fd986f727f4e4108e1b00e47cfcb6'
19
'SKIP')
20
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>
21
22
build() {
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
38
package() {
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) | 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 |