zygrib
maintainer SydMax
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official website via a non-whitelisted but plausibly legitimate domain; it is a standard source tarball for building the software, not an unverifiable prebuilt binary or executable payload.
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 downloaded from the project's official website via a non-whitelisted but plausibly legitimate domain; it is a standard source tarball for building the software, not an unverifiable prebuilt binary or executable payload.
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:13
source=($_upname-$pkgver.tgz::https://www.zygrib.org/getfile.php?file=$_upname-$pkgver.tgz \
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Max Sydorenko <maxsydorenko at gmail dot com>
2
# Contributor: Pierre DOUCET <pierre at equinoxefr.org>
3
pkgname=zygrib
4
_upname=zyGrib # upstream, case-sensitive project name
5
pkgver=8.0.1
6
pkgrel=3
7
pkgdesc="Weather data visualization, GRIB file viewer"
8
arch=('i686' 'x86_64')
9
url="https://www.zygrib.org/"
10
license=('GPL3')
11
depends=('qt5-base' 'qwt' 'bzip2' 'zlib>=1.2.3' 'proj>=4.6.0' 'ttf-liberation' 'libnova')
12
optdepends=('zygrib-maps: gshhs high-resolution maps from zygrib.org')
13
source=($_upname-$pkgver.tgz::https://www.zygrib.org/getfile.php?file=$_upname-$pkgver.tgz \
14
zygrib.sh
15
zygrib.desktop
16
zygrib.png)
17
sha256sums=('9c0490cbec74cea6d3c8f150bc745cb4c48f04969e10e91579fe01e56b9830f8'
18
'57302878842678e4cc1f4fc25fac7f78ce87bfb24cfd7a46ccd9f99c6df32e5b'
19
'2332353b1e681ffed5a189190c5ddf265336b064907cf2a0b085ba8d898a3ba1'
20
'7f9034ad3a496d68cbc0e7423695840d525903e61bf8071b0db337db24e6141f')
21
# creative commons licence
22
DLAGENTS=('https::/usr/bin/curl -fLC - --cookie nada -o /dev/null %u --next --cookie nada --retry-delay 3 -o %o %u')
23
24
prepare() {
25
cd "$srcdir/$_upname-$pkgver"
26
sed -Ei 's:(^.*image.inmem_=1.*$)://\1:' src/g2clib/enc_jpeg2000.c
27
if [ $CARCH == "i686" ]
28
then
29
cd "$srcdir/$_upname-$pkgver"
30
sed -Ei 's:(^CFLAGS.*)-m64(.*)-D.*$:\1\2:' src/g2clib/makefile
31
fi
32
}
33
34
build() {
35
cd "$srcdir/$_upname-$pkgver"
36
make INSTALLDIR=$pkgdir/opt/zygrib || return 1
37
}
38
39
package() {
40
install -d -m 755 $pkgdir/opt/$pkgname/{bin,data,data/colors,data/config,data/fonts/liberation-fonts,data/gis,data/img,data/maps/gshhs,data/stuff,data/tr}
41
install -d -m 755 $pkgdir/usr/{bin,share/{applications,pixmaps}}
42
install -D -m 755 $srcdir/zygrib.sh $pkgdir/usr/bin/zygrib
43
install -D -m 644 $srcdir/zygrib.desktop $pkgdir/usr/share/applications
44
install -D -m 644 $srcdir/zygrib.png $pkgdir/usr/share/pixmaps
45
install -D -m 755 $srcdir/$_upname-$pkgver/src/$_upname $pkgdir/opt/$pkgname/bin
46
install -D -m 644 $srcdir/$_upname-$pkgver/data/colors/* $pkgdir/opt/$pkgname/data/colors
47
install -D -m 644 $srcdir/$_upname-$pkgver/data/gis/* $pkgdir/opt/$pkgname/data/gis
48
install -D -m 644 $srcdir/$_upname-$pkgver/data/img/* $pkgdir/opt/$pkgname/data/img
49
install -D -m 644 $srcdir/$_upname-$pkgver/data/maps/gshhs/* $pkgdir/opt/$pkgname/data/maps/gshhs
50
install -D -m 644 $srcdir/$_upname-$pkgver/data/stuff/* $pkgdir/opt/$pkgname/data/stuff
51
install -D -m 644 $srcdir/$_upname-$pkgver/data/tr/* $pkgdir/opt/$pkgname/data/tr
52
}
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 |