splat
maintainer keenerd
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a standard upstream tarball from the project's official website (qsl.net is commonly used by amateur radio projects), and the build process is transparent; the host is non-whitelisted but plausibly legitimate for this project.
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 standard upstream tarball from the project's official website (qsl.net is commonly used by amateur radio projects), and the build process is transparent; the host is non-whitelisted but plausibly legitimate for this project.
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
source=("http://www.qsl.net/kd2bd/splat-$pkgver.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Gregor Robinson <gregor@fiatflux.co.uk>
2
# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
3
4
pkgname=splat
5
pkgver=1.4.2
6
pkgrel=1
7
pkgdesc="A RF Signal Propagation, Loss, And Terrain analysis tool for the spectrum between 20 MHz and 20 GHz"
8
arch=('i686' 'x86_64')
9
url="http://www.qsl.net/kd2bd/splat.html"
10
depends=('gcc-libs' 'zlib' 'bzip2' 'gnuplot')
11
#optdepends=('gimp')
12
source=("http://www.qsl.net/kd2bd/splat-$pkgver.tar.bz2")
13
license=('GPL')
14
md5sums=('273558999105cd51d1e46eef4a570b7d')
15
16
prepare() {
17
cd "$pkgname-$pkgver"
18
sed -i -e s:' -march=$cpu':: build
19
sed -i -e s:'-O3':"${CFLAGS}": build
20
sed -i -e s:'-O3':"${CFLAGS}": utils/build
21
}
22
23
build() {
24
cd "$pkgname-$pkgver"
25
./build all
26
}
27
28
package() {
29
cd "$pkgname-$pkgver"
30
install -Dm755 splat "$pkgdir/usr/bin/splat"
31
install -m755 utils/{citydecoder,usgs2sdf,srtm2sdf} -t "$pkgdir/usr/bin/"
32
install -Dm644 docs/english/man/splat.1 "$pkgdir/usr/share/man/man1/splat.1"
33
install -Dm644 docs/spanish/man/splat.1 "$pkgdir/usr/share/man/es/man1/splat_es.1"
34
install -d "$pkgdir/usr/share/splat/data/"
35
install -d "$pkgdir/usr/share/splat/docs/"
36
install -m644 sample_data/* "$pkgdir/usr/share/splat/data/"
37
install -Dm644 utils/README "$pkgdir/usr/share/splat/docs/README"
38
install -Dm644 CHANGES "$pkgdir/usr/share/splat/docs/CHANGES"
39
}
40
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 |