android-x86-pie

maintainer hayao · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged OSDN.net (formerly SourceForge Japan) is a legitimate open-source hosting platform and is actually the official distribution host for Android-x86 project releases. The URL pattern matches the real Android-x86 project page (projects/android-x86). The RPM is the official upstream release artifact from the Android-x86 project, not a personal or unofficial build. Using 'SKIP' for checksums is sloppy and means integrity is not verified at build time, but this is a packaging quality issue rather than an active supply-chain attack. The package installs a QEMU wrapper binary and Android system image files — these are executed/used at runtime but come from the legitimate upstream project host. The main concern is the missing checksum verification, which is a low-severity packaging deficiency, not a medium supply-chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 82%): OSDN.net (formerly SourceForge Japan) is a legitimate open-source hosting platform and is actually the official distribution host for Android-x86 project releases. The URL pattern matches the real Android-x86 project page (projects/android-x86). The RPM is the official upstream release artifact from the Android-x86 project, not a personal or unofficial build. Using 'SKIP' for checksums is sloppy and means integrity is not verified at build time, but this is a packaging quality issue rather than an active supply-chain attack. The package installs a QEMU wrapper binary and Android system image files — these are executed/used at runtime but come from the legitimate upstream project host. The main concern is the missing checksum verification, which is a low-severity packaging deficiency, not a medium supply-chain risk.

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:28 "android-x86-9.0-r2.i686.rpm::https://osdn.net/projects/android-x86/downloads/71931/android-x86-9.0-r2.i686.rpm/"

PKGBUILD

1 offending line(s) highlighted
1# Maintaoner: Yamada Hayao <development@fascode.net>
2
3android_ver="9.0"
4android_codename="pie"
5android_revision="r2"
6pkgrel=1
7
8pkgname="android-x86-${android_codename}"
9pkgver="${android_revision}"
10pkgdesc="This is a project to port Android open source project to x86 platform."
11arch=('any')
12url="https://www.android-x86.org/"
13license=('Apache')
14depends=()
15makedepends=()
16
17install="${pkgname}.install"
18
19backup=(
20 "android-${android_ver}-${android_revision}/initrd.img"
21 "android-${android_ver}-${android_revision}/kernel"
22 "android-${android_ver}-${android_revision}/ramdisk.img"
23 "android-${android_ver}-${android_revision}/system.sfs"
24)
25
26# i686
27source_i686=(
28 "android-x86-9.0-r2.i686.rpm::https://osdn.net/projects/android-x86/downloads/71931/android-x86-9.0-r2.i686.rpm/"
29)
30md5sums_i686=('SKIP')
31
32#x86_64
33source_x86_64=(
34 "android-x86-9.0-r2.x86_64.rpm::https://osdn.net/projects/android-x86/downloads/71931/android-x86-9.0-r2.x86_64.rpm/"
35)
36md5sums_x86_64=('SKIP')
37
38
39package() {
40 install -D -m 755 "${srcdir}/usr/bin/qemu-android" "${pkgdir}/usr/bin/qemu-android-${android_codename}"
41
42 local file
43 for file in "${srcdir}/android-${android_ver}-${android_revision}/"*; do
44 install -D -m 755 "${file}" "${pkgdir}/android-${android_ver}-${android_revision}/$(basename "${file}")"
45 done
46}
47

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