mricron
maintainer Roosted7
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from a project-related but non-whitelisted host (nitrc.org, a known neuroimaging repository); while the host is not standard, it is plausibly official for the project, and the package installs only static files without executing remote code or exhibiting malicious behavior.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary from a project-related but non-whitelisted host (nitrc.org, a known neuroimaging repository); while the host is not standard, it is plausibly official for the project, and the package installs only static files without executing remote code or exhibiting malicious behavior.
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:11
source=("mricron_lx.zip::https://www.nitrc.org/frs/download.php/9322/lx.zip//?i_agree=1&download_now=1"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Thomas Roos (Roosted7) <mail [at] thomasroos [dot] nl>
2
3
pkgname=mricron
4
pkgver=20161012
5
pkgrel=2
6
pkgdesc="A program designed to display 3D medical imaging."
7
arch=('x86_64')
8
url="http://people.cas.sc.edu/rorden/mricron/index.html"
9
license=('custom')
10
provides=('mricron' 'dcm2nii' 'dcm2niigui')
11
source=("mricron_lx.zip::https://www.nitrc.org/frs/download.php/9322/lx.zip//?i_agree=1&download_now=1"
12
"mricron.desktop"
13
"dcm2nii.desktop"
14
"LICENSE")
15
sha512sums=('33de3040942e3b76ab8ab8f212ef90c9ec4cf760187ca400dc0ca2abab035037277b65b62a4e66de7669b1d76be4b21fa668856e97b75e19ebe82377d5e04bed'
16
'01496a9c5e2b3633eb762d33f6d7edb06256edbf8e19945f49795f1365229cbdd5fc301613da968ed0151b60ac3830a73823b2456e33a11052fadf134fa70a67'
17
'218da3cab2955672eed51c6e212f7aba4da7992b5c67cf49c997e7da4e735a94851ef4ea55651db3295eff41500b94a2d4d42c9e3a227508d7e8788e101b4dc2'
18
'ef1260dd49a06a539c237575e71e88e17b1cba6116894ad2b6549d9fb953f69fb519ba5c4b71530a976bee12b9e3b2568391cb718c9e6a0ad96bf24e6158d9fd')
19
20
package(){
21
22
install -d "${pkgdir}/usr/share/${pkgname}"
23
install -d "${pkgdir}/usr/bin"
24
install -d "${pkgdir}/usr/share/applications"
25
26
cp -r "${srcdir}/mricron_lx/"* "${pkgdir}/usr/share/${pkgname}"
27
ln -s "/usr/share/${pkgname}/mricron" "${pkgdir}"/usr/bin/mricron
28
ln -s "/usr/share/${pkgname}/dcm2nii" "${pkgdir}"/usr/bin/dcm2nii
29
ln -s "/usr/share/${pkgname}/dcm2niigui" "${pkgdir}"/usr/bin/dcm2niigui
30
31
chmod 754 "${pkgdir}/usr/share/${pkgname}/lut/"*
32
chmod 754 "${pkgdir}/usr/share/${pkgname}/templates/"*
33
34
install -Dm644 "${srcdir}/mricron.desktop" "${pkgdir}/usr/share/applications/mricron.desktop"
35
install -Dm644 "${srcdir}/dcm2nii.desktop" "${pkgdir}/usr/share/applications/dcm2nii.desktop"
36
37
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
39
}
40
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 |