siril-appimage
maintainer emiliano.bovetti
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt AppImage from free-astro.org, which is the official Siril project domain, with a sha512 checksum provided; this is the project's own official release infrastructure, so the risk is low despite being a prebuilt binary from a non-whitelisted host.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 75%): Downloads a prebuilt AppImage from free-astro.org, which is the official Siril project domain, with a sha512 checksum provided; this is the project's own official release infrastructure, so the risk is low despite being a prebuilt binary from a non-whitelisted host.
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:20
source_x86_64=("https://free-astro.org/download/Siril-${pkgver}-x86_64.AppImage")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Emiliano Bovetti <emiliano.bovetti at gmail dot com>
2
3
pkgname=siril-appimage
4
pkgver=1.4.4
5
pkgrel=2
6
url='https://siril.org'
7
pkgdesc='Siril is an astronomical image processing tool'
8
arch=(x86_64)
9
license=('GPL3')
10
provides=(siril)
11
conflicts=(siril)
12
optdepends=('libpng: PNG import'
13
'libjpeg: 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')
19
options=('!strip' '!debug')
20
source_x86_64=("https://free-astro.org/download/Siril-${pkgver}-x86_64.AppImage")
21
sha512sums_x86_64=('e1ec83b2bd80ad4f0d3c5a5424afc63a9eba0b1a8766f7e6ad3beef9743200b0c2949060abc1ec961b2177b5051e6320770c98c47422f08d5d36901c2bb13149')
22
23
prepare() {
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
32
package() {
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
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 19:21:09 | LOW | 3 |
| 2026-07-31 19:18:43 | MEDIUM | 3 |