hla-bin
The package downloads the source from the project's official host and a license file from a standard CC URL; both are non-executable and verifiable, posing minimal risk despite the host not being whitelisted.
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 the source from the project's official host and a license file from a standard CC URL; both are non-executable and verifiable, posing minimal risk despite the host not being whitelisted.
2 higher static findings superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:19
wget -O "${srcdir}/LICENSE" 'https://creativecommons.org/licenses/by/4.0/legalcode.txt'
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:14
source=("https://www.plantation-productions.com/Webster/HighLevelAsm/HLAv$pkgver/linux.hla.tar.gz")
PKGBUILD
2 offending line(s) highlighted# Maintainer: Olof Nord <aur@olof.info>
pkgname='hla-bin'
pkgver='2.16'
pkgrel='1'
pkgdesc='The High-Level Assembler for the 80x86 CPU'
provides=('hla')
conflicts=('hla')
arch=('x86_64' 'i686')
makedepends=('wget')
install="${pkgname}.install"
url="https://www.plantation-productions.com/Webster/HighLevelAsm"
license=('custom: Creative Commons 4.0 (by/attribution)')
source=("https://www.plantation-productions.com/Webster/HighLevelAsm/HLAv$pkgver/linux.hla.tar.gz")
sha256sums=('6c9a7773ed12a27d8ab4871e4b64544a56936db23c067230168f26178af2815c')
prepare() {
# Fetch custom license file
wget -O "${srcdir}/LICENSE" 'https://creativecommons.org/licenses/by/4.0/legalcode.txt'
}
package() {
install -D -m 755 "${srcdir}/usr/hla/delete" -t "${pkgdir}/usr/bin/hla/"
install -D -m 755 "${srcdir}/usr/hla/hla" -t "${pkgdir}/usr/bin/hla/"
install -D -m 755 "${srcdir}/usr/hla/hlacmp" -t "${pkgdir}/usr/bin/hla/"
install -D -m 755 "${srcdir}/usr/hla/hlaparse" -t "${pkgdir}/usr/bin/hla/"
install -D -m 755 "${srcdir}/usr/hla/makefile" -t "${pkgdir}/usr/bin/hla/"
install -D -m 755 "${srcdir}/usr/hla/mkMake" -t "${pkgdir}/usr/bin/hla/"
for file in $(find ${srcdir}/usr/hla/hlalib/ -type f -printf "%f\n"); do
install -D -m 644 "${srcdir}/usr/hla/hlalib/${file}" -t "${pkgdir}/usr/bin/hla/hlalib/";
done
for file in $(find ${srcdir}/usr/hla/include/ -maxdepth 1 -type f -printf "%f\n"); do
install -D -m 644 "${srcdir}/usr/hla/include/${file}" -t "${pkgdir}/usr/bin/hla/include/";
done
for file in $(find ${srcdir}/usr/hla/include/os/ -type f -printf "%f\n"); do
install -D -m 644 "${srcdir}/usr/hla/include/os/${file}" -t "${pkgdir}/usr/bin/hla/include/os/";
done
# Install license
install -D -m 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |