ds9-bin
maintainer clu
· 28 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:21
source=(https://ds9.si.edu/download/debian12x86/ds9.debian12x86.${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: <clu>
2
3
pkgname=ds9-bin
4
_pkgname=ds9
5
pkgver=8.7
6
pkgrel=1
7
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
8
url="http://hea-www.harvard.edu/RD/ds9/"
9
arch=('x86_64')
10
license=('GPL-3.0-or-later')
11
options=(!strip)
12
provides=(${_pkgname})
13
depends=(gcc-libs fontconfig libxft libx11 icu xz zlib glibc libxext libxss freetype2 libxml2-legacy)
14
makedepends=('patchelf')
15
conflicts=(ds9)
16
replaces=()
17
backup=()
18
# Arch build is not present for v8.7 currently... using debian build
19
#https://ds9.si.edu/download/archlinuxx86/ds9.archlinuxx86.8.6.tar.gz
20
#https://ds9.si.edu/download/archlinuxx86/${_pkgname}.archlinuxx86.${pkgver}.tar.gz
21
source=(https://ds9.si.edu/download/debian12x86/ds9.debian12x86.${pkgver}.tar.gz
22
ds9.desktop
23
ds9.png)
24
md5sums=('5bd941c697352ce442a4e1976622825a'
25
'f1738e4ec665ae9afd1b65b86e6a07f1'
26
'9297d5738f5f462831075c483dc785d5')
27
28
29
package() {
30
cd ${srcdir}
31
32
install -Dm755 ds9 ${pkgdir}/usr/bin/${_pkgname}
33
install -Dm644 ${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
34
install -Dm644 ${_pkgname}.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
35
36
# Leaving as commented for now in case needed again later
37
# temporary fix for arch ahead of ds9 binary...
38
#patchelf --replace-needed libicui18n.so.75 libicui18n.so ${pkgdir}/usr/bin/ds9
39
#patchelf --replace-needed libicudata.so.75 libicudata.so ${pkgdir}/usr/bin/ds9
40
#patchelf --replace-needed libicuuc.so.75 libicuuc.so ${pkgdir}/usr/bin/ds9
41
}
42
43
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 |