qemu-android-x86
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
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)
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# Maintainer: Sam Mulvey <archlinux -at- sammulvey.com>
pkgname=qemu-android-x86
_pkgver="9.0-r2"
pkgver=9.0.r2
pkgrel=2
pkgdesc="Android-x86 environment via QEMU and VirGL"
arch=("x86_64")
url="http://www.android-x86.org/"
license=('Apache' 'GPL2' 'custom:Creative Commons 3.0 Attribution Unported')
depends=('rxvt-unicode' 'zenity' 'qemu' 'hicolor-icon-theme')
makedepends=('inkscape')
install="qemu-android-x86.install"
source=("android-x86-${_pkgver}.${arch}.rpm::https://osdn.net/frs/redir.php?m=constant&f=android-x86%2F71931%2Fandroid-x86-${_pkgver}.${arch}.rpm"
"https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"
"qemu-android"
"config"
"qemu-android.desktop")
sha256sums=('6e54e25d945e050cf6a6ad2ac3e0775add04b1d586989e29276499c8d11e629f'
'8c80b881727efc8831c8ef53806e7c1d0427607e145aae09061c4870b6cd402f'
'e53911e378a6048d88d4fbaeb870c58f57c44142450527ee99b3c12baa15099a'
'e9524cdb27c57e6650af763b2231d67ff3e2beb12f52133e7e95eda4f16b0881'
'8a5ed6a6c1a4dfd1c8af0ff5de48965ec2dc6b50f87e5f990d33c7025f63c8ec')
#PKGEXT=".pkg.tar"
package() {
mkdir -p $pkgdir/usr/share/android-x86 $pkgdir/usr/bin $pkgdir/usr/share/applications
install -m0644 $srcdir/android-${_pkgver}/* $pkgdir/usr/share/android-x86
install -m0644 $srcdir/usr/bin/qemu-android $pkgdir/usr/share/android-x86/original.qemu-android
install -m0644 $srcdir/config $pkgdir/usr/share/android-x86
install -m0644 $srcdir/qemu-android.desktop $pkgdir/usr/share/applications
install -m0755 $srcdir/qemu-android $pkgdir/usr/bin/qemu-android
iconsizes=(16 32 64 128 256 512)
for size in "${iconsizes[@]}"; do
mkdir -p $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps
inkscape -o $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/qemu-android.png -w $size -h $size $srcdir/Android_robot.svg
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |