fasttuna
maintainer not_anonymous
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |