lagrange
The source is a release tarball from the project's official self-hosted Git instance, which is a plausible and common hosting choice for AUR packages; building from official project sources, even on non-whitelisted hosts, is low risk.
Triggered rules
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 source is a release tarball from the project's official self-hosted Git instance, which is a plausible and common hosting choice for AUR packages; building from official project sources, even on non-whitelisted hosts, is low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
"https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Roshless <pkg@roshless.com>
pkgname=lagrange
pkgrel=1
pkgver=1.21.1
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
license=("BSD")
install="$pkgname.install"
source=(
"https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"
)
depends=(
"fribidi"
"harfbuzz"
"hicolor-icon-theme"
"libunistring"
"openssl"
"pcre"
"sdl2"
"zlib"
"mpg123"
)
makedepends=(
"cmake"
"zip"
)
optdepends=(
"libwebp: Webp decode support"
"libjxl: JPEG XL image decoding"
)
build() {
cmake -B build -S "$pkgname-${pkgver}" \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DENABLE_KERNING=OFF \
-DTFDN_ENABLE_WARN_ERROR=OFF \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make -C build
}
package() {
install -Dm644 $pkgname-$pkgver/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cd build
make DESTDIR="$pkgdir" install
}
sha256sums=('49389240e34fb9e79cebb9566af24723ae15f9ba2ca8e8933ffdd5c3e034953c')
Changes since previous scan
--- PKGBUILD @ 2026-09-03 00:15+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,7 @@ pkgname=lagrange pkgrel=1-pkgver=1.21.0+pkgver=1.21.1 pkgdesc="Beautiful Gemini Client" url="https://git.skyjake.fi/skyjake/lagrange" arch=('x86_64' 'i686' 'aarch64' 'armv7h')@@ -49,5 +49,5 @@ make DESTDIR="$pkgdir" install } -sha256sums=('f91b798571af9c55b116159b6e940edbac03f93c84a82450f5ac1007f2a570e6')+sha256sums=('49389240e34fb9e79cebb9566af24723ae15f9ba2ca8e8933ffdd5c3e034953c') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 11:53:08 | Medium | 1 |
| 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 |