aliza
The PKGBUILD downloads a prebuilt binary .deb from aliza-medical-imaging.de, which appears to be the official vendor distribution domain for Aliza Medical Imaging software. SHA512 checksums are present for integrity verification, mitigating supply-chain substitution risk. The pattern of installing vendor-provided proprietary binaries via .deb extraction is common in AUR. However, the PKGBUILD is clearly broken: the prepare() function tries to extract data.tar.xz without first unpacking the .deb with 'ar x', the variable ${ALIZA_DIR} is undefined, and the find command runs on an empty pkgdir. The security risk is low (vendor binary with checksums), but the package cannot build successfully.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from aliza-medical-imaging.de, which appears to be the official vendor distribution domain for Aliza Medical Imaging software. SHA512 checksums are present for integrity verification, mitigating supply-chain substitution risk. The pattern of installing vendor-provided proprietary binaries via .deb extraction is common in AUR. However, the PKGBUILD is clearly broken: the prepare() function tries to extract data.tar.xz without first unpacking the .deb with 'ar x', the variable ${ALIZA_DIR} is undefined, and the find command runs on an empty pkgdir. The security risk is low (vendor binary with checksums), but the package cannot build successfully.
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:16
source=("https://www.aliza-medical-imaging.de/aliza_${pkgver}.1_amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jose Riha <jose1711 gmail com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
# Contributor: Thomas Roos (Roosted7) <mail [at] thomasroos [dot] nl>
pkgname=aliza
pkgver=2.7.3
pkgrel=1
pkgdesc="Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. THIS PACKAGE REQUIRES PAID LICENSE!"
arch=('x86_64')
url="http://www.aliza-dicom-viewer.com"
license=('custom')
depends=('hicolor-icon-theme'
'libxt'
'libglvnd')
options=('!emptydirs')
source=("https://www.aliza-medical-imaging.de/aliza_${pkgver}.1_amd64.deb"
"aliza.desktop")
sha512sums=('36a8031d31f5f6bceb89b2c3b2cf0d4837f9fcd8ef5d1b01177a188cecafd2273416e2cf13d5597460b016af93ae9bccf41ca4f2f04e79aab9e12beaa7b75411'
'b17f64ef917e3a85fa846f57285de427a9b61baaba204172a617b6b7ef0c6a7e2c242628b80356df8245603720e95331f7de048b097acc4d09e08ece304a36a3')
prepare() {
tar xf data.tar.xz
}
package() {
find "${pkgdir}" -type d -exec chmod 750 {} \;
mkdir -p "${pkgdir}${ALIZA_DIR}"
cp -r "usr/" "${pkgdir}"
}
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 |