systemrescue-systemd-boot
The package downloads a SystemRescue ISO from a Fastly CDN domain, which is used by the project, and extracts kernel/initramfs files to set up a systemd-boot entry; the source is not on a standard project domain but Fastly is a legitimate CDN, and the checksum is verified, making this a low-risk, typical use of a project's release infrastructure.
Triggered rules
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 a SystemRescue ISO from a Fastly CDN domain, which is used by the project, and extracts kernel/initramfs files to set up a systemd-boot entry; the source is not on a standard project domain but Fastly is a legitimate CDN, and the checksum is verified, making this a low-risk, typical use of a project's release infrastructure.
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:13
https://fastly-cdn.system-rescue.org/releases/"${pkgver}"/systemrescue-"${pkgver}"-amd64.iso
PKGBUILD
1 offending line(s) highlighted# Maintainer: Christian Holme (Nordwin) <hcmh [at] mailbox [dot] org>
pkgname=systemrescue-systemd-boot
pkgver="13.01"
pkgrel=1
pkgdesc="SystemRescue as systemd-boot loader entry"
url="https://www.system-rescue.org/"
arch=('x86_64')
license=(GPL)
depends=(systemd)
options=('!debug')
backup=("boot/loader/entries/systemrescue.conf")
source=(
https://fastly-cdn.system-rescue.org/releases/"${pkgver}"/systemrescue-"${pkgver}"-amd64.iso
systemrescue.conf
)
noextract=(systemrescue-"${pkgver}"-amd64.iso)
sha256sums=('56289b690bc87c85d2b9eb35790319b2d42cbdafbeae476b601dc0576b040b65'
'3069828b2396c65e2ba23d0639ddf6eb50d543f30c57ac019d5a07135c0f93f3')
prepare() {
cd "${srcdir}"
bsdtar xf systemrescue-"${pkgver}"-amd64.iso \
sysresccd/boot/x86_64/vmlinuz \
sysresccd/boot/x86_64/sysresccd.img \
sysresccd/boot/amd_ucode.img \
sysresccd/boot/intel_ucode.img \
sysresccd/x86_64/airootfs.sfs
}
package() {
install -d ${pkgdir}/boot/systemrescue
cp "${srcdir}"/sysresccd/boot/x86_64/vmlinuz "${pkgdir}"/boot/systemrescue/vmlinuz
cp "${srcdir}"/sysresccd/boot/x86_64/sysresccd.img "${pkgdir}"/boot/systemrescue/sysresccd.img
cp "${srcdir}"/sysresccd/boot/amd_ucode.img "${pkgdir}"/boot/systemrescue/amd_ucode.img
cp "${srcdir}"/sysresccd/boot/intel_ucode.img "${pkgdir}"/boot/systemrescue/intel_ucode.img
install -d ${pkgdir}/boot/systemrescue/x86_64
cp "${srcdir}"/sysresccd/x86_64/airootfs.sfs "${pkgdir}"/boot/systemrescue/x86_64/airootfs.sfs
install -d -m 755 "${pkgdir}"/boot/loader/entries
cp systemrescue.conf "${pkgdir}"/boot/loader/entries/systemrescue.conf
}
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 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 |
| 2026-08-29 00:29:17 | Low | 2 |