gliv
maintainer actionless
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but plausibly legitimate; it is built from source, not a prebuilt binary, and the checksum is verified, limiting 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 tarball from the project maintainer's personal domain, which is not on a standard forge but plausibly legitimate; it is built from source, not a prebuilt binary, and the checksum is verified, limiting 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:18
"http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Michael Straube <straubem@gmx.de>
2
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
4
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
5
# Contributor: Alexander Rødseth <rodseth@gmail.com>
6
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
7
# Maintainer: Actionless Loveless <actionless DOT loveless PLUS aur AT gmail MF com>
8
9
pkgname=gliv
10
pkgver=1.9.7
11
pkgrel=7
12
pkgdesc='OpenGL image viewer'
13
arch=(x86_64 i686)
14
url='http://guichaz.free.fr/gliv/'
15
license=('GPL2')
16
depends=('gtkglext')
17
source=(
18
"http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2"
19
"patch2025.diff"
20
)
21
sha1sums=('b040a08ac81d17e7dd872d67662378f4f95f7820'
22
'726978e6c8372503168c70a5b7a383f5dce3625a')
23
24
prepare() {
25
cd $pkgname-$pkgver
26
patch -d ./src -Np1 -i "${srcdir}/patch2025.diff"
27
}
28
29
build() {
30
cd $pkgname-$pkgver
31
32
./configure --prefix=/usr
33
make
34
}
35
36
package() {
37
cd $pkgname-$pkgver
38
39
make DESTDIR="$pkgdir" datadir="$pkgdir"/usr/share install
40
}
41
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 |