siril
maintainer pozar87
· 22 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-affiliated but non-standard host; however, it is the official project's own release source, built via meson, with no evidence of malicious content or remote code execution.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-affiliated but non-standard host; however, it is the official project's own release source, built via meson, with no evidence of malicious content or remote code execution.
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:29
source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Łukasz Pożarlik <lpozarlik@gmail.com>
2
# Contributor: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
3
# Contributor: Marc-Olivier Barre <mobarre-archlinux|at|snarchi|dot|io>
4
# Contributor: Michael Lass <bevan@bi-co.net>
5
6
pkgname=siril
7
pkgver='1.4.4'
8
pkgrel=1
9
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
10
url="https://www.siril.org/"
11
arch=('x86_64')
12
license=('GPL3')
13
depends=('gtk3' 'gtksourceview4' 'lcms2' 'cfitsio' 'wcslib' 'fftw' 'gsl' 'opencv' 'json-glib' 'ffms2')
14
makedepends=('meson' 'cmake' 'ninja')
15
optdepends=('gvfs: web access'
16
'exiv2: get thumbnails from files'
17
'libraw: DSLR RAW files import'
18
'libtiff: TIFF import and export'
19
'libxisf: XISF format support'
20
'libjpeg: JPEG import and export'
21
'libjxl: JPEG XL format support'
22
'libheif: HEIF format files import'
23
'libpng: PNG format support'
24
'ffmpeg: avi export support'
25
'libgit2: git integration to sync with the official siril-scripts repository')
26
27
options=(!lto)
28
29
source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
30
sha256sums=('b1682f2129d2e06b034445ed225766a06e38cfaa7451b92d606a3ee36eb077a4')
31
32
prepare() {
33
cd "$srcdir/$pkgname-$pkgver/"
34
}
35
36
build() {
37
cd "$srcdir/$pkgname-$pkgver/"
38
meson setup --prefix /usr --buildtype release _build
39
ninja -C _build
40
}
41
42
package() {
43
cd "$srcdir/$pkgname-$pkgver/"
44
meson install -C _build --destdir "$pkgdir"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |