archuseriso
The source is a tarball from the maintainer's own domain, used to build a legitimate Arch Linux ISO tool; the software is scripts and build tools, not a prebuilt binary, and the worst case of a swapped source is limited to supply-chain risk in a niche tool, not arbitrary code execution via remote host.
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 source is a tarball from the maintainer's own domain, used to build a legitimate Arch Linux ISO tool; the software is scripts and build tools, not a prebuilt binary, and the worst case of a swapped source is limited to supply-chain risk in a niche tool, not arbitrary code execution via remote host.
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:20
source=("http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Laurent Jourden <laurent85@enarel.fr>
pkgname=archuseriso
pkgver=0.8.28
pkgrel=1
pkgdesc="Bash scripts for building Arch Linux bootable images"
arch=('any')
url="https://github.com/laurent85v/archuseriso"
license=('GPL3')
depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'erofs-utils' 'grub' 'libarchive' 'libisoburn' 'make' 'mtools' 'parted' 'squashfs-tools' 'syslinux')
optdepends=('devtools: for building ZFS packages'
'edk2-ovmf: for emulating UEFI with aui-run'
'erofs-utils: for experimental EROFS support in aui-mkiso'
'f2fs-tools: for F2FS file system option'
'jq: for building ZFS packages'
'openssl: for codesigning support when building netboot artifacts'
'pacman-contrib: for building ZFS packages'
'qemu-desktop: virtual machine for aui-run testings')
conflicts=('archuseriso')
source=("http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
sha256sums=('ff21d05ac12b5a6ab935b2c6735d6adb7db443a85820366dd3c7665ab6c64cf6'
'SKIP')
b2sums=('aa45d2b3491d21af72e1920c9b41ba3dd946c56b9498ad8d1a5447a76f2780bf20d69f8396e86c7860e26b0ce3f7d8a6bd6124acb9e8fc698b7b734ed3eb0a1c'
'SKIP')
validpgpkeys=('A5143BB56952B3189F49A175FAC4560863BEEC34') # Laurent Jourden
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX="/usr" install
}
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 |