android-x86-pie
Triggered rules
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)
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# Maintaoner: Yamada Hayao <development@fascode.net>
android_ver="9.0"
android_codename="pie"
android_revision="r2"
pkgrel=1
pkgname="android-x86-${android_codename}"
pkgver="${android_revision}"
pkgdesc="This is a project to port Android open source project to x86 platform."
arch=('any')
url="https://www.android-x86.org/"
license=('Apache')
depends=()
makedepends=()
install="${pkgname}.install"
backup=(
"android-${android_ver}-${android_revision}/initrd.img"
"android-${android_ver}-${android_revision}/kernel"
"android-${android_ver}-${android_revision}/ramdisk.img"
"android-${android_ver}-${android_revision}/system.sfs"
)
# i686
source_i686=(
"android-x86-9.0-r2.i686.rpm::https://osdn.net/projects/android-x86/downloads/71931/android-x86-9.0-r2.i686.rpm/"
)
md5sums_i686=('SKIP')
#x86_64
source_x86_64=(
"android-x86-9.0-r2.x86_64.rpm::https://osdn.net/projects/android-x86/downloads/71931/android-x86-9.0-r2.x86_64.rpm/"
)
md5sums_x86_64=('SKIP')
package() {
install -D -m 755 "${srcdir}/usr/bin/qemu-android" "${pkgdir}/usr/bin/qemu-android-${android_codename}"
local file
for file in "${srcdir}/android-${android_ver}-${android_revision}/"*; do
install -D -m 755 "${file}" "${pkgdir}/android-${android_ver}-${android_revision}/$(basename "${file}")"
done
}
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 |