starnet2-bin

maintainer jesco_t · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official domain (starnetastro.com), which is not on the analyzer's whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is project-specific and checksums are provided, reducing 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the project's official domain (starnetastro.com), which is not on the analyzer's whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is project-specific and checksums are provided, reducing 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:16 source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0214_ORT_x64_cli.zip")

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.5.4
8pkgrel=1
9
10arch=("x86_64")
11url="https://starnetastro.com/cli-tools/starnet/"
12license=('custom')
13provides=('starnet2')
14conflicts=('starnet2')
15
16source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0214_ORT_x64_cli.zip")
17sha256sums=('b7a95ae3e1a9745b09536c3686eed338690b8693d5f446092524e7be75d29052')
18
19package() {
20 _srcdir="${srcdir}/starnet2_linux_${pkgver}-0214_ORT_x64_cli"
21
22 # Install Licenses
23 install -Dm644 "${_srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/STARNET2_LICENSE.txt"
24 install -Dm644 "${_srcdir}/lib/"*.txt -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
25 install -Dm644 "${_srcdir}/lib/opencv-licenses/"* -t "${pkgdir}/usr/share/licenses/${_pkgname}/opencv-licenses/"
26
27 # Install Readme
28 install -Dm644 "${_srcdir}/README.txt" -t "${pkgdir}/usr/share/doc/${_pkgname}/"
29
30 # Install Application
31 install -Dm755 "${_srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
32 install -Dm644 "${_srcdir}/StarNet2_weights.onnx" -t "${pkgdir}/usr/lib/${_pkgname}/"
33 install -Dm644 "${_srcdir}/lib/"*.so* -t "${pkgdir}/usr/lib/${_pkgname}/"
34}
35

Changes since previous scan

--- PKGBUILD @ 2026-07-23 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -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.3
+pkgver=2.5.4
pkgrel=1
arch=("x86_64")
@@ -13,11 +13,11 @@
provides=('starnet2')
conflicts=('starnet2')
-source=("https://download.starnetastro.com/starnet2_linux_2.5.3-0208_ORT_x64_cli.zip")
-sha256sums=('101c724a50328cbeb1b3aedb74e18a81894100b3cf668de6b5006d0a46c29d99')
+source=("https://download.starnetastro.com/starnet2_linux_${pkgver}-0214_ORT_x64_cli.zip")
+sha256sums=('b7a95ae3e1a9745b09536c3686eed338690b8693d5f446092524e7be75d29052')
package() {
- _srcdir="${srcdir}/starnet2_linux_${pkgver}-0208_ORT_x64_cli"
+ _srcdir="${srcdir}/starnet2_linux_${pkgver}-0214_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-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 23:26:18 MEDIUM 1
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 17:58:54 MEDIUM 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 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