android-google-apis-x86-system-image-28

maintainer Kernald · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a system image from Google's official Android repository, which is a legitimate and expected source for this package; the non-whitelisted host is part of Google's standard distribution infrastructure, and the checksums are provided and verified.

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 system image from Google's official Android repository, which is a legitimate and expected source for this package; the non-whitelisted host is part of Google's standard distribution infrastructure, and the checksums are provided and verified.

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:16 source=("https://dl-ssl.google.com/android/repository/sys-img/google_apis/${_arch}-${_apilevel}_${pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Marc Plano-Lesay <kernald@enoent.fr>
2# Contributor: Muflone
3
4_apilevel=28
5_arch=x86
6pkgname=android-google-apis-${_arch/_/-}-system-image-${_apilevel}
7pkgver=r12
8pkgrel=1
9pkgdesc="Android with Google APIs ${_arch} Atom System Image, API-${_apilevel}"
10arch=('any')
11url='https://software.intel.com/en-us/android/tools'
12license=('custom')
13provides=("${pkgname}")
14conflicts=("${pkgname}")
15options=('!strip')
16source=("https://dl-ssl.google.com/android/repository/sys-img/google_apis/${_arch}-${_apilevel}_${pkgver}.zip"
17 "package.xml")
18sha256sums=('5c5473ca8f214425106fa957e6648068ad949e7cadce3cc0e16549721bfdad3b'
19 'd237c1b3d87ea2919eac23c897043c0fa907cb5cc5881364eb775188a9f87248')
20
21prepare() {
22 # Fix permissions
23 cd "${_arch}"
24 find . -type f -print0 | xargs --null chmod -R u=rw,go=r
25 find . -type d -print0 | xargs --null chmod -R u=rwx,go=rx
26}
27
28package() {
29 # Run dependencies
30 depends=("android-platform-${_apilevel}")
31 optdepends=('qemu' 'libvirt')
32 # Install files
33 install -d -m 755 "${pkgdir}/opt/android-sdk/system-images/android-${_apilevel}/google_apis"
34 cp -r "${_arch}" "${pkgdir}/opt/android-sdk/system-images/android-${_apilevel}/google_apis/"
35 # Install license
36 install -D -m 644 "package.xml" "${pkgdir}/usr/share/licenses/${pkgname}/package.xml"
37 ln -s "/usr/share/licenses/${pkgname}/package.xml" \
38 "${pkgdir}/opt/android-sdk/system-images/android-${_apilevel}/google_apis/${_arch}/"
39}
40

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