mitk
The package downloads a prebuilt binary tarball from mitk.org (the official MITK project website) and installs it directly into /opt without building from source. While mitk.org is the legitimate upstream vendor site, the package installs a pre-compiled binary blob with all its bundled libraries (cp -r bin/) that cannot be audited. The sha256sum provides integrity checking against tampering in transit, and the source is the official vendor download server, which reduces supply-chain risk compared to a personal/unofficial host. However, the pattern of installing an opaque prebuilt binary tarball with bundled libraries (rather than building from source) is a genuine medium-severity concern per AUR standards — users are trusting the upstream binary entirely. The cheaper model's 'non-standard host' concern is a false positive since mitk.org is the official project domain, but the prebuilt binary installation pattern itself justifies medium severity.
Triggered rules
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
"https://www.mitk.org/download/releases/MITK-2024.06.2/Ubuntu%2022.04/MITK-v2024.06.2-linux-x86_64.tar.gz"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary tarball from mitk.org (the official MITK project website) and installs it directly into /opt without building from source. While mitk.org is the legitimate upstream vendor site, the package installs a pre-compiled binary blob with all its bundled libraries (cp -r bin/) that cannot be audited. The sha256sum provides integrity checking against tampering in transit, and the source is the official vendor download server, which reduces supply-chain risk compared to a personal/unofficial host. However, the pattern of installing an opaque prebuilt binary tarball with bundled libraries (rather than building from source) is a genuine medium-severity concern per AUR standards — users are trusting the upstream binary entirely. The cheaper model's 'non-standard host' concern is a false positive since mitk.org is the official project domain, but the prebuilt binary installation pattern itself justifies medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: tlss <cn dot jlu dot lp dot 5212 at gmail dot com>
pkgname=mitk
pkgver=2024.06
pkgrel=2
pkgdesc="Medical Imaging Interaction Toolkit (MITK) is a free open-source software system for development of interactive medical image processing software."
arch=('x86_64')
url="https://mitk.org"
license=('BSD')
depends=(
'qt6-svg'
'qt6-tools'
'qt6-webengine'
)
source=(
"https://www.mitk.org/download/releases/MITK-2024.06.2/Ubuntu%2022.04/MITK-v2024.06.2-linux-x86_64.tar.gz"
"LICENSE"
"MitkWorkbench"
"MitkWorkbench.desktop"
)
sha256sums=(
"efb23092b5fdcbd75d300200d9a34ad1522394106d79fe02f2c19b7274fffd52"
"e738b539907754ee44cf101687df6b9e31ed7176a11dea077eadfd2f280cbb68"
"c12894b678a979ca5db2df171660518d217281304b6bbdbac557a7857148be26"
"b942f8c16e5c9fcf771b81e10ef5034e76d03d57e82b05c14bdaf90d6f0827bf"
)
options=(!strip)
package() {
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm755 "${srcdir}/MitkWorkbench" "${pkgdir}/opt/${pkgname}-${pkgver}.${pkgrel}/MitkWorkbench"
install -Dm644 "${srcdir}/MitkWorkbench.desktop" "${pkgdir}/usr/share/applications/MitkWorkbench.desktop"
install -Dm644 "${srcdir}/MITK-v${pkgver}.${pkgrel}-linux-${arch}/bin/mitk.ico" "${pkgdir}/usr/share/pixmaps/mitk.ico"
install -d "${pkgdir}/opt/${pkgname}-${pkgver}.${pkgrel}"
cp -r "${srcdir}/MITK-v${pkgver}.${pkgrel}-linux-${arch}/bin" "${pkgdir}/opt/${pkgname}-${pkgver}.${pkgrel}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |