aliza-free

maintainer macdems · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD installs a prebuilt x86_64 RPM binary (extracted and copied directly into the package root) sourced from a Google Drive URL archived via web.archive.org. The binary is a medical imaging application that will be executed on the user's system. The concerns are: (1) the source is a prebuilt binary from a personal/unofficial Google Drive link, not from the upstream vendor's official release infrastructure; (2) it is accessed via web.archive.org as an intermediary, meaning the content is controlled by whoever originally uploaded it to Google Drive, not the upstream developer; (3) there is no way to verify the binary's provenance beyond the sha256sum, which only proves integrity of what was downloaded, not authenticity of the original upload. The sha256sum does provide some protection against future tampering of the archived copy, but the original upload could have been malicious. This is a genuine medium-severity supply-chain concern: an executed binary from an unofficial/personal host with no cryptographic signature verification from the upstream developer.

Triggered rules

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=("aliza-${pkgver}.x86_64.rpm::https://web.archive.org/web/20210327224315/https://doc-0s-0s-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/1lgjid9ti29rdf5ebmd7o58iqhs3gfpo/1616884950000/16072287944266838401/*/1-AXa3tjy_onecW2k7ftjAQl0KGTb0B1Y?e=download")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD installs a prebuilt x86_64 RPM binary (extracted and copied directly into the package root) sourced from a Google Drive URL archived via web.archive.org. The binary is a medical imaging application that will be executed on the user's system. The concerns are: (1) the source is a prebuilt binary from a personal/unofficial Google Drive link, not from the upstream vendor's official release infrastructure; (2) it is accessed via web.archive.org as an intermediary, meaning the content is controlled by whoever originally uploaded it to Google Drive, not the upstream developer; (3) there is no way to verify the binary's provenance beyond the sha256sum, which only proves integrity of what was downloaded, not authenticity of the original upload. The sha256sum does provide some protection against future tampering of the archived copy, but the original upload could have been malicious. This is a genuine medium-severity supply-chain concern: an executed binary from an unofficial/personal host with no cryptographic signature verification from the upstream developer.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Maciej Dems <macdems@gmail.com>
2
3pkgname=aliza-free
4pkgver=1.98.57
5pkgrel=2
6pkgdesc="Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. This is the last free version of the package."
7arch=('x86_64')
8url="http://www.aliza-dicom-viewer.com"
9license=('custom')
10depends=('hicolor-icon-theme'
11 'libxt'
12 'libglvnd'
13 'qt4'
14 'glu')
15options=('!emptydirs')
16source=("aliza-${pkgver}.x86_64.rpm::https://web.archive.org/web/20210327224315/https://doc-0s-0s-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/1lgjid9ti29rdf5ebmd7o58iqhs3gfpo/1616884950000/16072287944266838401/*/1-AXa3tjy_onecW2k7ftjAQl0KGTb0B1Y?e=download")
17sha256sums=('2bb167ce633abb5142d639616f3fdc1347f7f6f9f156db5cbd44b0dad4131307')
18provides=('aliza')
19conflicts=('aliza')
20
21package() {
22 cp -a usr ${pkgdir}
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion