aliza
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-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 |