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