qemu-android-x86

maintainer jillkamper · 10 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source RPM and an SVG icon from non-whitelisted hosts, but the RPM is from the official android-x86 project via OSDN (a legitimate forge), and the SVG is non-executable data; the build process installs only extracted files and generates icons locally, with no remote code execution or untrusted binary execution.

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 package downloads a source RPM and an SVG icon from non-whitelisted hosts, but the RPM is from the official android-x86 project via OSDN (a legitimate forge), and the SVG is non-executable data; the build process installs only extracted files and generates icons locally, with no remote code execution or untrusted binary execution.

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:13 source=("android-x86-${_pkgver}.${arch}.rpm::https://osdn.net/frs/redir.php?m=constant&f=android-x86%2F71931%2Fandroid-x86-${_pkgver}.${arch}.rpm"
  • PKGBUILD:14 "https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Sam Mulvey <archlinux -at- sammulvey.com>
2pkgname=qemu-android-x86
3_pkgver="9.0-r2"
4pkgver=9.0.r2
5pkgrel=2
6pkgdesc="Android-x86 environment via QEMU and VirGL"
7arch=("x86_64")
8url="http://www.android-x86.org/"
9license=('Apache' 'GPL2' 'custom:Creative Commons 3.0 Attribution Unported')
10depends=('rxvt-unicode' 'zenity' 'qemu' 'hicolor-icon-theme')
11makedepends=('inkscape')
12install="qemu-android-x86.install"
13source=("android-x86-${_pkgver}.${arch}.rpm::https://osdn.net/frs/redir.php?m=constant&f=android-x86%2F71931%2Fandroid-x86-${_pkgver}.${arch}.rpm"
14 "https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"
15 "qemu-android"
16 "config"
17 "qemu-android.desktop")
18sha256sums=('6e54e25d945e050cf6a6ad2ac3e0775add04b1d586989e29276499c8d11e629f'
19 '8c80b881727efc8831c8ef53806e7c1d0427607e145aae09061c4870b6cd402f'
20 'e53911e378a6048d88d4fbaeb870c58f57c44142450527ee99b3c12baa15099a'
21 'e9524cdb27c57e6650af763b2231d67ff3e2beb12f52133e7e95eda4f16b0881'
22 '8a5ed6a6c1a4dfd1c8af0ff5de48965ec2dc6b50f87e5f990d33c7025f63c8ec')
23
24#PKGEXT=".pkg.tar"
25
26package() {
27
28 mkdir -p $pkgdir/usr/share/android-x86 $pkgdir/usr/bin $pkgdir/usr/share/applications
29 install -m0644 $srcdir/android-${_pkgver}/* $pkgdir/usr/share/android-x86
30 install -m0644 $srcdir/usr/bin/qemu-android $pkgdir/usr/share/android-x86/original.qemu-android
31 install -m0644 $srcdir/config $pkgdir/usr/share/android-x86
32 install -m0644 $srcdir/qemu-android.desktop $pkgdir/usr/share/applications
33 install -m0755 $srcdir/qemu-android $pkgdir/usr/bin/qemu-android
34
35 iconsizes=(16 32 64 128 256 512)
36 for size in "${iconsizes[@]}"; do
37 mkdir -p $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps
38 inkscape -o $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/qemu-android.png -w $size -h $size $srcdir/Android_robot.svg
39 done
40
41}
42

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