qemu-android-cm-x86
The package installs an Android-x86 RPM and a wallpaper SVG from non-whitelisted hosts, but both are data files; the RPM is from archive.org (preserved content) and the SVG is a benign image, neither enabling remote code execution or malicious behavior.
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 installs an Android-x86 RPM and a wallpaper SVG from non-whitelisted hosts, but both are data files; the RPM is from archive.org (preserved content) and the SVG is a benign image, neither enabling remote code execution or malicious behavior.
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:14
source=("https://archive.org/download/sjarb_cm14.1r5/cm-x86-${_pkgver}.${arch}.rpm" -
PKGBUILD:15
"https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Elppans
pkgname=qemu-android-cm-x86
_pkgver="14.1-r5"
pkgver=14.1.r5
pkgrel=3
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' 'qemu-ui-sdl' 'hicolor-icon-theme')
makedepends=('inkscape')
conflicts=('qemu-android-x86' 'qemu-android-oreo-x86')
install="qemu-android-cm-x86.install"
source=("https://archive.org/download/sjarb_cm14.1r5/cm-x86-${_pkgver}.${arch}.rpm"
"https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"
"qemu-android"
"config"
"qemu-android.desktop")
sha256sums=('d401cea325a49c9fb17c7b999cbdc1c4cba3ee6109689868663d42fb6fb5c4a4'
'8c80b881727efc8831c8ef53806e7c1d0427607e145aae09061c4870b6cd402f'
'5e7d8eedffb7b21f0f61b6f2b60e534d7d89c638409f2889d3ee58f6b9368267'
'e9524cdb27c57e6650af763b2231d67ff3e2beb12f52133e7e95eda4f16b0881'
'8a5ed6a6c1a4dfd1c8af0ff5de48965ec2dc6b50f87e5f990d33c7025f63c8ec')
#PKGEXT=".pkg.tar"
package() {
mkdir -p $pkgdir/usr/share/android-x86 $pkgdir/usr/bin $pkgdir/usr/share/applications
install -m0644 $srcdir/cm-x86-${_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 |