3dslicer-nightly-bin

maintainer hottea · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion