qemu-android-cm-x86
maintainer elppans
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: Elppans
2
pkgname=qemu-android-cm-x86
3
_pkgver="14.1-r5"
4
pkgver=14.1.r5
5
pkgrel=3
6
pkgdesc="Android-x86 environment via QEMU and VirGL"
7
arch=("x86_64")
8
url="http://www.android-x86.org/"
9
license=('Apache' 'GPL2' 'custom:Creative Commons 3.0 Attribution Unported')
10
depends=('rxvt-unicode' 'zenity' 'qemu' 'qemu-ui-sdl' 'hicolor-icon-theme')
11
makedepends=('inkscape')
12
conflicts=('qemu-android-x86' 'qemu-android-oreo-x86')
13
install="qemu-android-cm-x86.install"
14
source=("https://archive.org/download/sjarb_cm14.1r5/cm-x86-${_pkgver}.${arch}.rpm"
15
"https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg"
16
"qemu-android"
17
"config"
18
"qemu-android.desktop")
19
sha256sums=('d401cea325a49c9fb17c7b999cbdc1c4cba3ee6109689868663d42fb6fb5c4a4'
20
'8c80b881727efc8831c8ef53806e7c1d0427607e145aae09061c4870b6cd402f'
21
'5e7d8eedffb7b21f0f61b6f2b60e534d7d89c638409f2889d3ee58f6b9368267'
22
'e9524cdb27c57e6650af763b2231d67ff3e2beb12f52133e7e95eda4f16b0881'
23
'8a5ed6a6c1a4dfd1c8af0ff5de48965ec2dc6b50f87e5f990d33c7025f63c8ec')
24
25
#PKGEXT=".pkg.tar"
26
27
package() {
28
29
mkdir -p $pkgdir/usr/share/android-x86 $pkgdir/usr/bin $pkgdir/usr/share/applications
30
install -m0644 $srcdir/cm-x86-${_pkgver}/* $pkgdir/usr/share/android-x86
31
install -m0644 $srcdir/usr/bin/qemu-android $pkgdir/usr/share/android-x86/original.qemu-android
32
install -m0644 $srcdir/config $pkgdir/usr/share/android-x86
33
install -m0644 $srcdir/qemu-android.desktop $pkgdir/usr/share/applications
34
install -m0755 $srcdir/qemu-android $pkgdir/usr/bin/qemu-android
35
36
iconsizes=(16 32 64 128 256 512)
37
for size in "${iconsizes[@]}"; do
38
mkdir -p $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps
39
inkscape -o $pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/qemu-android.png -w $size -h $size $srcdir/Android_robot.svg
40
done
41
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |