archiso-systemd-boot

LOW
maintainer ogarcia 14 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads an official Arch Linux ISO from a known mirror for extracting bootloader components, which is a legitimate use case; the non-whitelisted host is a standard mirror, and the checksums are provided, reducing risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads an official Arch Linux ISO from a known mirror for extracting bootloader components, which is a legitimate use case; the non-whitelisted host is a standard mirror, and the checksums are provided, reducing 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:11 source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"

PKGBUILD

1 offending line(s) highlighted
1pkgname=archiso-systemd-boot
2pkgver=2026.09.01
3pkgrel=1
4pkgdesc='archiso as systemd-boot loader entry'
5arch=('x86_64')
6url='https://archlinux.org/download/'
7license=('GPL-3.0-or-later')
8depends=('systemd')
9options=('!debug')
10backup=("boot/loader/entries/arch-rescue.conf")
11source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"
12 "arch-rescue.conf")
13noextract=("archlinux-${pkgver}-${arch}.iso")
14b2sums=('3800353d61304a72ba6fb74182529adbe8d03e25290a70028a7c87f9332543cbb83a620a134b4b38fbecf1e3fbb95e54ce436e243040166218f58802a31891f9'
15 'f55abf33fbcb7d462d175c16dbe43e4f3bcb7c3ec60ad19a2d31a733c6f8948792b539c48f85dfc7ebe24e136ff74212a129c61605471ce0009c3b62f081a221')
16
17prepare() {
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
25package() {
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

Changes since previous scan

--- PKGBUILD @ 2026-09-02 00:02
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,5 +1,5 @@
pkgname=archiso-systemd-boot
-pkgver=2026.08.01
+pkgver=2026.09.01
pkgrel=1
pkgdesc='archiso as systemd-boot loader entry'
arch=('x86_64')
@@ -11,7 +11,7 @@
source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"
"arch-rescue.conf")
noextract=("archlinux-${pkgver}-${arch}.iso")
-b2sums=('f1937fa1bd97175c3b3c658c83849a6e8f482d0431c37622cd228c7733211da43c8c4df16eddd7e842823806117929150aa899d481da0865144b40a206b72937'
+b2sums=('3800353d61304a72ba6fb74182529adbe8d03e25290a70028a7c87f9332543cbb83a620a134b4b38fbecf1e3fbb95e54ce436e243040166218f58802a31891f9'
'f55abf33fbcb7d462d175c16dbe43e4f3bcb7c3ec60ad19a2d31a733c6f8948792b539c48f85dfc7ebe24e136ff74212a129c61605471ce0009c3b62f081a221')
prepare() {

Scan history

Scanned at (UTC)SeverityRules
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 07:50:36 Medium 1
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion