starnet2-bin

MEDIUM
maintainer jesco_t 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary from a non-standard, non-whitelisted host (download.starnetastro.com), which presents a supply-chain risk if the host were compromised or the download redirected, though the checksum is verified.

Triggered rules

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:17 source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0241_ORT_x64_cli.zip")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary from a non-standard, non-whitelisted host (download.starnetastro.com), which presents a supply-chain risk if the host were compromised or the download redirected, though the checksum is verified.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jesco Topp <jesco.topp@gmail.com>
2# Maintainer: Adam Mlady <adam.mlady@elevated.ovh>
3
4_pkgname="starnet2"
5pkgname="${_pkgname}-bin"
6pkgdesc="StarNet2 is the 2nd iteration of a neural network to remove stars from (nonlinear) astronomical images."
7pkgver=2.6.2
8pkgrel=1
9
10arch=("x86_64")
11url="https://starnetastro.com/cli-tools/starnet/"
12license=('custom')
13provides=('starnet2')
14conflicts=('starnet2')
15depends=('libcurl-gnutls')
16
17source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0241_ORT_x64_cli.zip")
18sha256sums=('185c72e032eef6ed963ffc73e88767449c1bd6a6ea850b91ed1b757bfd11beef')
19
20package() {
21 _srcdir="${srcdir}/starnet2_linux_${pkgver}-0241_ORT_x64_cli"
22
23 # Install Licenses
24 install -Dm644 "${_srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/STARNET2_LICENSE.txt"
25 install -Dm644 "${_srcdir}/lib/"*.txt -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
26 install -Dm644 "${_srcdir}/lib/opencv-licenses/"* -t "${pkgdir}/usr/share/licenses/${_pkgname}/opencv-licenses/"
27
28 # Install Readme
29 install -Dm644 "${_srcdir}/README.txt" -t "${pkgdir}/usr/share/doc/${_pkgname}/"
30
31 # Install Application
32 install -Dm755 "${_srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
33 install -Dm644 "${_srcdir}/StarNet2_weights.onnx" -t "${pkgdir}/usr/lib/${_pkgname}/"
34 install -Dm644 "${_srcdir}/lib/"*.so* -t "${pkgdir}/usr/lib/${_pkgname}/"
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -4,7 +4,7 @@
_pkgname="starnet2"
pkgname="${_pkgname}-bin"
pkgdesc="StarNet2 is the 2nd iteration of a neural network to remove stars from (nonlinear) astronomical images."
-pkgver=2.5.4
+pkgver=2.6.2
pkgrel=1
arch=("x86_64")
@@ -14,11 +14,11 @@
conflicts=('starnet2')
depends=('libcurl-gnutls')
-source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0214_ORT_x64_cli.zip")
-sha256sums=('b7a95ae3e1a9745b09536c3686eed338690b8693d5f446092524e7be75d29052')
+source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0241_ORT_x64_cli.zip")
+sha256sums=('185c72e032eef6ed963ffc73e88767449c1bd6a6ea850b91ed1b757bfd11beef')
package() {
- _srcdir="${srcdir}/starnet2_linux_${pkgver}-0214_ORT_x64_cli"
+ _srcdir="${srcdir}/starnet2_linux_${pkgver}-0241_ORT_x64_cli"
# Install Licenses
install -Dm644 "${_srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/STARNET2_LICENSE.txt"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 01:20:46 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 23:18:17 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2

Report a package

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

0 / 4000
Your suggestion