fasttuna

LOW
maintainer not_anonymous 0 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=fasttuna
5pkgver=1.0
6pkgrel=3
7pkgdesc="Ham Radio - Elecraft K2 CLI-based Rig Control"
8arch=('i686' 'x86_64')
9url="http://hamsoftware.org/old_index.html"
10license=('GPL')
11depends=('gcc-libs')
12source=(http://www.hamsoftware.org/$pkgname.tgz
13#http://www.qsl.net/ab6cv/$pkgname.tgz
14 diff.commport.cpp
15 diff.main.cpp)
16
17prepare() {
18 cd $srcdir/$pkgname-$pkgver
19
20 patch -p0 < ../diff.commport.cpp
21 patch -p0 < ../diff.main.cpp
22}
23
24build() {
25 cd $srcdir/$pkgname-$pkgver
26
27 ./configure --prefix=/usr
28 make || return 1
29}
30
31package() {
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}
40md5sums=('7992fe8d960b06d6a7324f955d35a23c'
41 '70857407071f9dcf87c3c82c93a7fe53'
42 'aa9a9e9e50ea35ac04b11b38a7738299')
43sha256sums=('df04ea1f9b6e0ec804d3447f16ef2b35c65e38813932ac7f0bb9f93ce0bd4021'
44 'e3ab6ff9aee0ad7ba4acf93baaf3857249d0cfe06cbc05a1d252b537d7296646'
45 'f8e96c05b1eaada77fc58e3d4af91777a9f45cd2c9ec8b1e91fc426b0cb41dce')
46

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion