gaviewer
maintainer bertabus
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code and documentation from the project's official domain, which is not on the whitelist but is plausibly legitimate; building from own-source is normal AUR practice and the additional files are non-executable data.
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 package downloads source code and documentation from the project's official domain, which is not on the whitelist but is plausibly legitimate; building from own-source is normal AUR practice and the additional files are non-executable data.
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:25
source=(http://www.geometricalgebra.net/downloads/${_rpkgname}-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Billy Rond <billy dot rond at gmail dot com>
2
# Maintainer: Previously Michal Kowalski <kowalski TOD michal TA gmail TOD com>
3
4
pkgname=gaviewer
5
_rpkgname=GAViewer
6
pkgver=0.86
7
pkgrel=5
8
epoch=
9
pkgdesc="Geometric Algebra scriptable 3D visualization tool"
10
arch=('x86_64')
11
url="http://www.geometricalgebra.net/downloads.html"
12
license=('GPL2')
13
groups=('math')
14
depends=('fltk' 'libgl' 'mesa' 'libx11' 'libpng' 'gcc-libs')
15
makedepends=('antlr2' 'zlib')
16
checkdepends=()
17
optdepends=()
18
provides=()
19
conflicts=()
20
replaces=()
21
backup=()
22
options=()
23
install=
24
changelog=
25
source=(http://www.geometricalgebra.net/downloads/${_rpkgname}-$pkgver.tar.gz
26
http://www.geometricalgebra.net/downloads/figures.zip
27
http://www.geometricalgebra.net/downloads/gaviewer.pdf
28
http://www.geometricalgebra.net/downloads/gaviewerexercises.pdf
29
http://www.geometricalgebra.net/images/tour_fig_3_3.png)
30
noextract=()
31
md5sums=('ce5285dfa74db56a4ba7577a1a5e6738'
32
'172fc88d38e3b29960e33788a1a4f045'
33
'43fd8ca7da3e0cac3fee2350d05c9d3e'
34
'60543f7f310292e9c70e9d98dd095c9e'
35
'5f11e0c234f4223314ed85aca7233cdc')
36
37
build() {
38
cd "$srcdir/${_rpkgname}-$pkgver"
39
./configure --prefix=/usr
40
make
41
}
42
43
package() {
44
cd "$srcdir/${_rpkgname}-$pkgver"
45
make DESTDIR="$pkgdir/" install
46
mkdir -p "$pkgdir/usr/share/doc/$pkgname"
47
cp $srcdir/gaviewer.pdf $srcdir/gaviewerexercises.pdf \
48
"$pkgdir/usr/share/doc/$pkgname/"
49
chmod -x $srcdir/Figures/*
50
cp -r $srcdir/Figures "$pkgdir/usr/share/doc/$pkgname/Figures"
51
mkdir -p "$pkgdir/usr/share/pixmaps/$pkgname"
52
cp $srcdir/tour_fig_3_3.png "$pkgdir/usr/share/pixmaps/$pkgname/"
53
mkdir -p "$pkgdir/usr/share/applications/"
54
echo "[Desktop Entry]
55
56
# The type as listed above
57
Type=Application
58
59
# The version of the desktop entry specification to which this file complies
60
Version=0.86
61
62
# The name of the application
63
Name=gaviewer
64
65
# A comment which can/will be used as a tooltip
66
Comment=Geometric algebra viewer and experimenter
67
68
# The path to the folder in which the executable is run
69
Path=/usr/bin/gaviewer
70
71
# The executable of the application, possibly with arguments.
72
Exec=gaviewer
73
74
# The name of the icon that will be used to display this entry
75
Icon=/usr/share/pixmaps/gaviewer/tour_fig_3_3.png
76
77
# Describes whether this application needs to be run in a terminal or not
78
Terminal=false
79
80
# Describes the categories in which this entry should be shown
81
Categories=Education;Math;
82
StartupNotify=false" > "$pkgdir/usr/share/applications/${pkgname}.desktop"
83
}
84
85
# vim:set ts=2 sw=2 et:
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 |