lagrange
maintainer Roshless
· 47 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a release tarball from the project's own Git server, which is a plausible and expected source for the software; building from project-owned infrastructure is normal for AUR packages and does not represent a significant supply-chain risk.
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 release tarball from the project's own Git server, which is a plausible and expected source for the software; building from project-owned infrastructure is normal for AUR packages and does not represent a significant supply-chain risk.
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:12
"https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Roshless <pkg@roshless.com>
2
3
pkgname=lagrange
4
pkgrel=1
5
pkgver=1.20.8
6
pkgdesc="Beautiful Gemini Client"
7
url="https://git.skyjake.fi/skyjake/lagrange"
8
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
9
license=("BSD")
10
install="$pkgname.install"
11
source=(
12
"https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"
13
)
14
15
depends=(
16
"fribidi"
17
"harfbuzz"
18
"hicolor-icon-theme"
19
"libunistring"
20
"openssl"
21
"pcre"
22
"sdl2"
23
"zlib"
24
"mpg123"
25
)
26
makedepends=(
27
"cmake"
28
"zip"
29
)
30
optdepends=(
31
"libwebp: Webp decode support"
32
"libjxl: JPEG XL image decoding"
33
)
34
35
build() {
36
cmake -B build -S "$pkgname-${pkgver}" \
37
-DCMAKE_INSTALL_PREFIX='/usr' \
38
-DENABLE_KERNING=OFF \
39
-DTFDN_ENABLE_WARN_ERROR=OFF \
40
-DCMAKE_BUILD_TYPE=Release \
41
-Wno-dev
42
make -C build
43
}
44
45
package() {
46
install -Dm644 $pkgname-$pkgver/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47
48
cd build
49
make DESTDIR="$pkgdir" install
50
}
51
52
sha256sums=('eff268bf2f9e1b68b59d37172c06226e61868dcde792bdfc44e90987dc46c6c1')
53
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 |