aliza

maintainer jose1711 · 8 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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:16 source=("https://www.aliza-medical-imaging.de/aliza_${pkgver}.1_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jose Riha <jose1711 gmail com>
2# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
3# Contributor: Thomas Roos (Roosted7) <mail [at] thomasroos [dot] nl>
4
5pkgname=aliza
6pkgver=2.7.3
7pkgrel=1
8pkgdesc="Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. THIS PACKAGE REQUIRES PAID LICENSE!"
9arch=('x86_64')
10url="http://www.aliza-dicom-viewer.com"
11license=('custom')
12depends=('hicolor-icon-theme'
13 'libxt'
14 'libglvnd')
15options=('!emptydirs')
16source=("https://www.aliza-medical-imaging.de/aliza_${pkgver}.1_amd64.deb"
17 "aliza.desktop")
18sha512sums=('36a8031d31f5f6bceb89b2c3b2cf0d4837f9fcd8ef5d1b01177a188cecafd2273416e2cf13d5597460b016af93ae9bccf41ca4f2f04e79aab9e12beaa7b75411'
19 'b17f64ef917e3a85fa846f57285de427a9b61baaba204172a617b6b7ef0c6a7e2c242628b80356df8245603720e95331f7de048b097acc4d09e08ece304a36a3')
20
21prepare() {
22 tar xf data.tar.xz
23}
24
25package() {
26 find "${pkgdir}" -type d -exec chmod 750 {} \;
27
28 mkdir -p "${pkgdir}${ALIZA_DIR}"
29 cp -r "usr/" "${pkgdir}"
30}
31

Scan history

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

Report a package

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

0 / 4000
Your suggestion