ds9-bin
The package downloads a prebuilt binary from the official project's domain (ds9.si.edu), which is plausibly owned by the project maintainers; despite the non-whitelisted host, this is a standard practice for upstream-provided binaries and not inherently malicious.
Triggered rules
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 prebuilt binary from the official project's domain (ds9.si.edu), which is plausibly owned by the project maintainers; despite the non-whitelisted host, this is a standard practice for upstream-provided binaries and not inherently malicious.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:21
source=(https://ds9.si.edu/download/debian12x86/ds9.debian12x86.${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted# Maintainer: <clu>
pkgname=ds9-bin
_pkgname=ds9
pkgver=8.7
pkgrel=1
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
url="http://hea-www.harvard.edu/RD/ds9/"
arch=('x86_64')
license=('GPL-3.0-or-later')
options=(!strip)
provides=(${_pkgname})
depends=(gcc-libs fontconfig libxft libx11 icu xz zlib glibc libxext libxss freetype2 libxml2-legacy)
makedepends=('patchelf')
conflicts=(ds9)
replaces=()
backup=()
# Arch build is not present for v8.7 currently... using debian build
#https://ds9.si.edu/download/archlinuxx86/ds9.archlinuxx86.8.6.tar.gz
#https://ds9.si.edu/download/archlinuxx86/${_pkgname}.archlinuxx86.${pkgver}.tar.gz
source=(https://ds9.si.edu/download/debian12x86/ds9.debian12x86.${pkgver}.tar.gz
ds9.desktop
ds9.png)
md5sums=('5bd941c697352ce442a4e1976622825a'
'f1738e4ec665ae9afd1b65b86e6a07f1'
'9297d5738f5f462831075c483dc785d5')
package() {
cd ${srcdir}
install -Dm755 ds9 ${pkgdir}/usr/bin/${_pkgname}
install -Dm644 ${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
install -Dm644 ${_pkgname}.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
# Leaving as commented for now in case needed again later
# temporary fix for arch ahead of ds9 binary...
#patchelf --replace-needed libicui18n.so.75 libicui18n.so ${pkgdir}/usr/bin/ds9
#patchelf --replace-needed libicudata.so.75 libicudata.so ${pkgdir}/usr/bin/ds9
#patchelf --replace-needed libicuuc.so.75 libicuuc.so ${pkgdir}/usr/bin/ds9
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |