qemu-android-x86

LOW
maintainer jillkamper 10 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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