archiso-systemd-boot
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
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)
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) highlightedpkgname=archiso-systemd-boot
pkgver=2026.09.01
pkgrel=1
pkgdesc='archiso as systemd-boot loader entry'
arch=('x86_64')
url='https://archlinux.org/download/'
license=('GPL-3.0-or-later')
depends=('systemd')
options=('!debug')
backup=("boot/loader/entries/arch-rescue.conf")
source=("https://geo.mirror.pkgbuild.com/iso/${pkgver}/archlinux-${pkgver}-${arch}.iso"
"arch-rescue.conf")
noextract=("archlinux-${pkgver}-${arch}.iso")
b2sums=('3800353d61304a72ba6fb74182529adbe8d03e25290a70028a7c87f9332543cbb83a620a134b4b38fbecf1e3fbb95e54ce436e243040166218f58802a31891f9'
'f55abf33fbcb7d462d175c16dbe43e4f3bcb7c3ec60ad19a2d31a733c6f8948792b539c48f85dfc7ebe24e136ff74212a129c61605471ce0009c3b62f081a221')
prepare() {
cd ${srcdir}
bsdtar xf archlinux-${pkgver}-${arch}.iso \
arch/boot/${arch}/initramfs-linux.img \
arch/boot/${arch}/vmlinuz-linux \
arch/${arch}/airootfs.sfs
}
package() {
install -d "${pkgdir}"/boot/archiso/${arch}
install "${srcdir}"/arch/boot/${arch}/initramfs-linux.img "${pkgdir}"/boot/archiso/initramfs-linux.img
install "${srcdir}"/arch/boot/${arch}/vmlinuz-linux "${pkgdir}"/boot/archiso/vmlinuz-linux
install "${srcdir}"/arch/${arch}/airootfs.sfs "${pkgdir}"/boot/archiso/${arch}/airootfs.sfs
install -d -m 755 "${pkgdir}"/boot/loader/entries
install arch-rescue.conf "${pkgdir}"/boot/loader/entries/arch-rescue.conf
}
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) | Severity | Rules |
|---|---|---|
| 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 |