siril-appimage

MEDIUM
maintainer emiliano.bovetti 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from a non-standard host (free-astro.org), which is not the project's primary domain (siril.org), creating a supply-chain risk if the host is compromised or unrelated to the project.

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:20 source_x86_64=("https://free-astro.org/download/Siril-${pkgver}-x86_64.AppImage")
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 AppImage from a non-standard host (free-astro.org), which is not the project's primary domain (siril.org), creating a supply-chain risk if the host is compromised or unrelated to the project.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Emiliano Bovetti <emiliano.bovetti at gmail dot com>
2
3pkgname=siril-appimage
4pkgver=1.4.4
5pkgrel=3
6url='https://siril.org'
7pkgdesc='Siril is an astronomical image processing tool'
8arch=(x86_64)
9license=('GPL3')
10provides=(siril)
11conflicts=(siril)
12optdepends=('libpng: PNG import'
13 'libjpeg-turbo: JPEG import and export'
14 'libtiff: TIFF import and export'
15 'libraw: DSLR RAW images import'
16 'ffms2: films native support as image sequences and import'
17 'libcurl-gnutls: check for updates'
18 'gnuplot: photometry graphs creation')
19options=('!strip' '!debug')
20source_x86_64=("https://free-astro.org/download/Siril-${pkgver}-x86_64.AppImage")
21sha512sums_x86_64=('e1ec83b2bd80ad4f0d3c5a5424afc63a9eba0b1a8766f7e6ad3beef9743200b0c2949060abc1ec961b2177b5051e6320770c98c47422f08d5d36901c2bb13149')
22
23prepare() {
24 rm -rf -- "${srcdir}/squashfs-root" "${srcdir}/siril-${pkgver}"
25
26 chmod +x "Siril-${pkgver}-x86_64.AppImage"
27 ./"Siril-${pkgver}-x86_64.AppImage" --appimage-extract
28
29 mv -- "${srcdir}/squashfs-root" "${srcdir}/siril-${pkgver}"
30}
31
32package() {
33 install -Dm755 \
34 "${srcdir}/Siril-${pkgver}-x86_64.AppImage" \
35 "${pkgdir}/usr/bin/siril"
36
37 install -Dm644 \
38 "${srcdir}/siril-${pkgver}/usr/share/applications/org.siril.Siril.desktop" \
39 "${pkgdir}/usr/share/applications/org.siril.Siril.desktop"
40
41 cp -a \
42 "${srcdir}/siril-${pkgver}/usr/share/icons/." \
43 "${pkgdir}/usr/share/icons/"
44}
45

Changes since previous scan

--- PKGBUILD @ 2026-09-05 00:16
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
pkgname=siril-appimage
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
url='https://siril.org'
pkgdesc='Siril is an astronomical image processing tool'
arch=(x86_64)
@@ -10,7 +10,7 @@
provides=(siril)
conflicts=(siril)
optdepends=('libpng: PNG import'
- 'libjpeg: JPEG import and export'
+ 'libjpeg-turbo: JPEG import and export'
'libtiff: TIFF import and export'
'libraw: DSLR RAW images import'
'ffms2: films native support as image sequences and import'

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 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 09:59:47 Medium 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

Report a package

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

0 / 4000
Your suggestion