survex
maintainer detrito
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from the project's official domain (survex.com), which is the project's own release infrastructure; building from official project sources is standard and safe, even if the host is not on a general whitelist.
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 from the project's official domain (survex.com), which is the project's own release infrastructure; building from official project sources is standard and safe, even if the host is not on a general whitelist.
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:15
source=(http://survex.com/software/$pkgver/$pkgname-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: detrito <detrito@inventati.org>
2
# Contributor: Thomas Holder <thomas@thomas-holder.de>
3
# Contributor: Beej Jorgensen <beej@beej.us>
4
# Contributor: Martin L�thi <mluethi@tnoo.net>
5
pkgname=survex
6
pkgver=1.4.22
7
pkgrel=1
8
pkgdesc="Cave survey software"
9
arch=('i686' 'x86_64')
10
url="http://survex.com/"
11
license=('GPL')
12
depends=('mesa' 'wxwidgets-gtk3' 'ffmpeg' 'proj>=7.2.0' 'glu' 'gdal')
13
makedepends=('desktop-file-utils')
14
install=${pkgname}.install
15
source=(http://survex.com/software/$pkgver/$pkgname-$pkgver.tar.gz
16
http://survex.com/software/sample.tar.gz
17
)
18
sha512sums=('fa10426e44543a4e231adccc8f9b275b28cffe4371b6ce3f0a6f9617bcef797d4b47b8ce4bd877d4d802115b9b805aa264c00821e50179e5627aa9ccb168f65c'
19
'b10901edf583ec9c3fa04eaee9c264adfe098e063d6b97109387736b991b69fb7ad84d8687299e5ee3f2cc1a67e59c07dab7f9b05991b507e7a76dbd253de374')
20
21
build() {
22
cd "$srcdir/$pkgname-$pkgver"
23
./configure --prefix=/usr
24
make
25
}
26
27
package() {
28
cd "$srcdir/$pkgname-$pkgver"
29
30
make DESTDIR="$pkgdir" install
31
32
cd "$srcdir/sample/loser"
33
34
install -m 755 -d "$pkgdir"/usr/share/$pkgname/samples
35
cp -r * "$pkgdir"/usr/share/$pkgname/samples
36
}
37
38
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 |