siril-appimage
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
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")
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# Maintainer: Emiliano Bovetti <emiliano.bovetti at gmail dot com>
pkgname=siril-appimage
pkgver=1.4.4
pkgrel=3
url='https://siril.org'
pkgdesc='Siril is an astronomical image processing tool'
arch=(x86_64)
license=('GPL3')
provides=(siril)
conflicts=(siril)
optdepends=('libpng: PNG import'
'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'
'libcurl-gnutls: check for updates'
'gnuplot: photometry graphs creation')
options=('!strip' '!debug')
source_x86_64=("https://free-astro.org/download/Siril-${pkgver}-x86_64.AppImage")
sha512sums_x86_64=('e1ec83b2bd80ad4f0d3c5a5424afc63a9eba0b1a8766f7e6ad3beef9743200b0c2949060abc1ec961b2177b5051e6320770c98c47422f08d5d36901c2bb13149')
prepare() {
rm -rf -- "${srcdir}/squashfs-root" "${srcdir}/siril-${pkgver}"
chmod +x "Siril-${pkgver}-x86_64.AppImage"
./"Siril-${pkgver}-x86_64.AppImage" --appimage-extract
mv -- "${srcdir}/squashfs-root" "${srcdir}/siril-${pkgver}"
}
package() {
install -Dm755 \
"${srcdir}/Siril-${pkgver}-x86_64.AppImage" \
"${pkgdir}/usr/bin/siril"
install -Dm644 \
"${srcdir}/siril-${pkgver}/usr/share/applications/org.siril.Siril.desktop" \
"${pkgdir}/usr/share/applications/org.siril.Siril.desktop"
cp -a \
"${srcdir}/siril-${pkgver}/usr/share/icons/." \
"${pkgdir}/usr/share/icons/"
}
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) | Severity | Rules |
|---|---|---|
| 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 |