fasttuna
LOW
maintainer not_anonymous
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a tarball from a project-related but non-whitelisted host, but it is the project's own source code being built, with provided and matching checksums, posing low 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 90%): The source is a tarball from a project-related but non-whitelisted host, but it is the project's own source code being built, with provided and matching checksums, posing low 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:12
source=(http://www.hamsoftware.org/$pkgname.tgz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Original Submitter: Bob Finch <w9ya@arrl.net>
3
4
pkgname=fasttuna
5
pkgver=1.0
6
pkgrel=3
7
pkgdesc="Ham Radio - Elecraft K2 CLI-based Rig Control"
8
arch=('i686' 'x86_64')
9
url="http://hamsoftware.org/old_index.html"
10
license=('GPL')
11
depends=('gcc-libs')
12
source=(http://www.hamsoftware.org/$pkgname.tgz
13
#http://www.qsl.net/ab6cv/$pkgname.tgz
14
diff.commport.cpp
15
diff.main.cpp)
16
17
prepare() {
18
cd $srcdir/$pkgname-$pkgver
19
20
patch -p0 < ../diff.commport.cpp
21
patch -p0 < ../diff.main.cpp
22
}
23
24
build() {
25
cd $srcdir/$pkgname-$pkgver
26
27
./configure --prefix=/usr
28
make || return 1
29
}
30
31
package() {
32
cd $srcdir/$pkgname-$pkgver
33
34
make prefix=$pkgdir/usr install
35
mv $pkgdir/usr/bin/kookoo $pkgdir/usr/bin/fasttuna
36
37
mkdir -p $pkgdir/usr/share/fasttuna/docs
38
cp -a kookoo/docs/en/*.??ml $pkgdir/usr/share/fasttuna/docs
39
}
40
md5sums=('7992fe8d960b06d6a7324f955d35a23c'
41
'70857407071f9dcf87c3c82c93a7fe53'
42
'aa9a9e9e50ea35ac04b11b38a7738299')
43
sha256sums=('df04ea1f9b6e0ec804d3447f16ef2b35c65e38813932ac7f0bb9f93ce0bd4021'
44
'e3ab6ff9aee0ad7ba4acf93baaf3857249d0cfe06cbc05a1d252b537d7296646'
45
'f8e96c05b1eaada77fc58e3d4af91777a9f45cd2c9ec8b1e91fc426b0cb41dce')
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |