systemrescue-systemd-boot

maintainer Nordwin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:13 https://fastly-cdn.system-rescue.org/releases/"${pkgver}"/systemrescue-"${pkgver}"-amd64.iso

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christian Holme (Nordwin) <hcmh [at] mailbox [dot] org>
2pkgname=systemrescue-systemd-boot
3pkgver="13.01"
4pkgrel=1
5pkgdesc="SystemRescue as systemd-boot loader entry"
6url="https://www.system-rescue.org/"
7arch=('x86_64')
8license=(GPL)
9depends=(systemd)
10options=('!debug')
11backup=("boot/loader/entries/systemrescue.conf")
12source=(
13 https://fastly-cdn.system-rescue.org/releases/"${pkgver}"/systemrescue-"${pkgver}"-amd64.iso
14 systemrescue.conf
15)
16noextract=(systemrescue-"${pkgver}"-amd64.iso)
17
18sha256sums=('56289b690bc87c85d2b9eb35790319b2d42cbdafbeae476b601dc0576b040b65'
19 '3069828b2396c65e2ba23d0639ddf6eb50d543f30c57ac019d5a07135c0f93f3')
20
21prepare() {
22 cd "${srcdir}"
23 bsdtar xf systemrescue-"${pkgver}"-amd64.iso \
24 sysresccd/boot/x86_64/vmlinuz \
25 sysresccd/boot/x86_64/sysresccd.img \
26 sysresccd/boot/amd_ucode.img \
27 sysresccd/boot/intel_ucode.img \
28 sysresccd/x86_64/airootfs.sfs
29}
30
31package() {
32 install -d ${pkgdir}/boot/systemrescue
33 cp "${srcdir}"/sysresccd/boot/x86_64/vmlinuz "${pkgdir}"/boot/systemrescue/vmlinuz
34 cp "${srcdir}"/sysresccd/boot/x86_64/sysresccd.img "${pkgdir}"/boot/systemrescue/sysresccd.img
35 cp "${srcdir}"/sysresccd/boot/amd_ucode.img "${pkgdir}"/boot/systemrescue/amd_ucode.img
36 cp "${srcdir}"/sysresccd/boot/intel_ucode.img "${pkgdir}"/boot/systemrescue/intel_ucode.img
37 install -d ${pkgdir}/boot/systemrescue/x86_64
38 cp "${srcdir}"/sysresccd/x86_64/airootfs.sfs "${pkgdir}"/boot/systemrescue/x86_64/airootfs.sfs
39 install -d -m 755 "${pkgdir}"/boot/loader/entries
40 cp systemrescue.conf "${pkgdir}"/boot/loader/entries/systemrescue.conf
41}
42

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion