3dslicer-nightly-bin

LOW
maintainer hottea 3 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source tarball and a logo from the official project's download and web domain (slicer.org); building from official project sources, even with a non-whitelisted download host, is normal for AUR packages and poses low risk.

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 package downloads a source tarball and a logo from the official project's download and web domain (slicer.org); building from official project sources, even with a non-whitelisted download host, is normal for AUR packages and poses low risk.

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:19 "${_pkgname}-${pkgver}.tar.gz::http://download.slicer.org/download?os=linux&stability=nightly"
  • PKGBUILD:20 "${_pkgname}.svg::https://www.slicer.org/assets/img/3D-Slicer-Mark.svg"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Butui Hu <hot123tea123@gmail.com>
2
3pkgname=3dslicer-nightly-bin
4_pkgname=3dslicer
5pkgver=20260509.5.11.0
6pkgrel=1
7pkgdesc='A free, open source and multi-platform software package widely used for medical, biomedical, and related imaging research (nightly build)'
8arch=('x86_64')
9url='https://www.slicer.org'
10license=('BSD-3-Clause')
11depends=(
12 'dbus'
13 'glib2'
14)
15makedepends=('gendesk')
16provides=(3dslicer)
17conflicts=('3dslicer')
18source=(
19 "${_pkgname}-${pkgver}.tar.gz::http://download.slicer.org/download?os=linux&stability=nightly"
20 "${_pkgname}.svg::https://www.slicer.org/assets/img/3D-Slicer-Mark.svg"
21)
22noextract=("${_pkgname}.tar.gz")
23sha512sums=('SKIP'
24 '3422d244f819a7ec4c475d3d8a90c79fcb73738920c0830b100c6342ca24d5be607ba60ee3d91892402036a0adf31d5ab7c8fc83f451121a7b537f7de5306014')
25options=('!strip' '!emptydirs')
26
27prepare() {
28# manually extract tarball due to their unpredicted name
29 mkdir "${srcdir}/${_pkgname}"
30 tar xvf "${srcdir}/${_pkgname}-${pkgver}.tar.gz" -C "${srcdir}/${_pkgname}" --strip-components 1
31
32 echo "Creating desktop file"
33 gendesk -f -n \
34 --categories "Science;MedicalSoftware;Education;MedicalSoftware" \
35 --custom="StartupWMClass=Slicer" \
36 --exec "Slicer" \
37 --icon "${_pkgname}" \
38 --pkgdesc "${pkgdesc}" \
39 --pkgname ${_pkgname} \
40 --startupnotify
41}
42
43package() {
44 install -d "${pkgdir}/opt" "${pkgdir}/usr/bin"
45 mv -v "${srcdir}/${_pkgname}" "${pkgdir}/opt"
46 ln -s /opt/${_pkgname}/Slicer "${pkgdir}/usr/bin"
47 install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
48 install -Dm644 "${srcdir}/${_pkgname}.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
49}
50# vim:set ts=2 sw=2 et:
51

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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