archiso-systemd-boot
maintainer ogarcia
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads an official Arch Linux ISO from a known mirror; while the host is not whitelisted, it is a legitimate distribution point for verifiable, publicly-released installation media, and the content is used only to extract boot components, not executed or modified.
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 downloads an official Arch Linux ISO from a known mirror; while the host is not whitelisted, it is a legitimate distribution point for verifiable, publicly-released installation media, and the content is used only to extract boot components, not executed or modified.
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:11
source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"
PKGBUILD
1 offending line(s) highlighted
1
pkgname=archiso-systemd-boot
2
pkgver=2026.07.01
3
pkgrel=1
4
pkgdesc='archiso as systemd-boot loader entry'
5
arch=('x86_64')
6
url='https://archlinux.org/download/'
7
license=('GPL-3.0-or-later')
8
depends=('systemd')
9
options=('!debug')
10
backup=("boot/loader/entries/arch-rescue.conf")
11
source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"
12
"arch-rescue.conf")
13
noextract=("archlinux-${pkgver}-${arch}.iso")
14
b2sums=('9452a8bbbd9bce905fb278b92a69c301e5b3618e3a6a7e77b4191962d43ca68069d5dd8eec95138247bc767400bbd39002942336fc7ab0823c415c6b17443c2e'
15
'f55abf33fbcb7d462d175c16dbe43e4f3bcb7c3ec60ad19a2d31a733c6f8948792b539c48f85dfc7ebe24e136ff74212a129c61605471ce0009c3b62f081a221')
16
17
prepare() {
18
cd ${srcdir}
19
bsdtar xf archlinux-${pkgver}-${arch}.iso \
20
arch/boot/${arch}/initramfs-linux.img \
21
arch/boot/${arch}/vmlinuz-linux \
22
arch/${arch}/airootfs.sfs
23
}
24
25
package() {
26
install -d "${pkgdir}"/boot/archiso/${arch}
27
install "${srcdir}"/arch/boot/${arch}/initramfs-linux.img "${pkgdir}"/boot/archiso/initramfs-linux.img
28
install "${srcdir}"/arch/boot/${arch}/vmlinuz-linux "${pkgdir}"/boot/archiso/vmlinuz-linux
29
install "${srcdir}"/arch/${arch}/airootfs.sfs "${pkgdir}"/boot/archiso/${arch}/airootfs.sfs
30
install -d -m 755 "${pkgdir}"/boot/loader/entries
31
install arch-rescue.conf "${pkgdir}"/boot/loader/entries/arch-rescue.conf
32
}
33
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 |