hla-bin

LOW
maintainer olof 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
Medium External download from an untrusted host, not in source=() 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'
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:14 source=("https://www.plantation-productions.com/Webster/HighLevelAsm/HLAv$pkgver/linux.hla.tar.gz")

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Olof Nord <aur@olof.info>
2
3pkgname='hla-bin'
4pkgver='2.16'
5pkgrel='1'
6pkgdesc='The High-Level Assembler for the 80x86 CPU'
7provides=('hla')
8conflicts=('hla')
9arch=('x86_64' 'i686')
10makedepends=('wget')
11install="${pkgname}.install"
12url="https://www.plantation-productions.com/Webster/HighLevelAsm"
13license=('custom: Creative Commons 4.0 (by/attribution)')
14source=("https://www.plantation-productions.com/Webster/HighLevelAsm/HLAv$pkgver/linux.hla.tar.gz")
15sha256sums=('6c9a7773ed12a27d8ab4871e4b64544a56936db23c067230168f26178af2815c')
16
17prepare() {
18 # Fetch custom license file
19 wget -O "${srcdir}/LICENSE" 'https://creativecommons.org/licenses/by/4.0/legalcode.txt'
20}
21
22package() {
23 install -D -m 755 "${srcdir}/usr/hla/delete" -t "${pkgdir}/usr/bin/hla/"
24 install -D -m 755 "${srcdir}/usr/hla/hla" -t "${pkgdir}/usr/bin/hla/"
25 install -D -m 755 "${srcdir}/usr/hla/hlacmp" -t "${pkgdir}/usr/bin/hla/"
26 install -D -m 755 "${srcdir}/usr/hla/hlaparse" -t "${pkgdir}/usr/bin/hla/"
27 install -D -m 755 "${srcdir}/usr/hla/makefile" -t "${pkgdir}/usr/bin/hla/"
28 install -D -m 755 "${srcdir}/usr/hla/mkMake" -t "${pkgdir}/usr/bin/hla/"
29
30 for file in $(find ${srcdir}/usr/hla/hlalib/ -type f -printf "%f\n"); do
31 install -D -m 644 "${srcdir}/usr/hla/hlalib/${file}" -t "${pkgdir}/usr/bin/hla/hlalib/";
32 done
33
34 for file in $(find ${srcdir}/usr/hla/include/ -maxdepth 1 -type f -printf "%f\n"); do
35 install -D -m 644 "${srcdir}/usr/hla/include/${file}" -t "${pkgdir}/usr/bin/hla/include/";
36 done
37
38 for file in $(find ${srcdir}/usr/hla/include/os/ -type f -printf "%f\n"); do
39 install -D -m 644 "${srcdir}/usr/hla/include/os/${file}" -t "${pkgdir}/usr/bin/hla/include/os/";
40 done
41
42 # Install license
43 install -D -m 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
44}
45

Scan history

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

Report a package

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

0 / 4000
Your suggestion