tucnak
maintainer not_anonymous
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain, used to build the software from source; the host is non-whitelisted but plausibly legitimate, and no unverified executables or malicious payloads are involved.
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 tarball from the project's official domain, used to build the software from source; the host is non-whitelisted but plausibly legitimate, and no unverified executables or malicious payloads are involved.
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:16
source=("http://tucnak.nagano.cz/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
3
pkgname=tucnak
4
pkgver=4.64
5
pkgrel=1
6
pkgdesc="Ham Radio - VHF/HF contest logbook"
7
arch=('i686' 'x86_64')
8
url="http://tucnak.nagano.cz/"
9
license=('GPL-2.0-only')
10
depends=('libzia=4.61' 'fftw' 'libsndfile' 'libftdi-compat' 'portaudio' \
11
'hamlib' 'gpm' 'rtl-sdr' 'sdl2' 'hamradio-menus')
12
optdepends=('cwdaemon: transmitting cw'
13
'winkeydaemon: transmitting cw')
14
makedepends=('autoconf' 'pkg-config')
15
conflicts=('tucnak3')
16
source=("http://tucnak.nagano.cz/$pkgname-$pkgver.tar.gz"
17
diff.misc.c
18
diff.subwin.c
19
diff.configure.ac)
20
21
prepare() {
22
cd $srcdir/$pkgname-$pkgver
23
24
patch -p0 < ../diff.misc.c
25
patch -p0 < ../diff.subwin.c
26
patch -p0 < ../diff.configure.ac
27
}
28
29
build() {
30
cd $srcdir/$pkgname-$pkgver
31
32
autoreconf --install --warnings=none
33
./configure --prefix=/usr --with-gpm
34
35
make || return 1
36
}
37
38
package() {
39
cd $srcdir/$pkgname-$pkgver
40
make DESTDIR=$pkgdir install
41
}
42
md5sums=('4b777faf4170d88816c64d2ea4a88e70'
43
'c69ecca9cfe4a5094f39b72503d1c270'
44
'c30358bfb7316ce34924f9aed10883da'
45
'7c60c0681254303cc12f82c394a62891')
46
sha256sums=('4ebeaf602966882a370df835a11c98504fa39724285477129c9cacf98f86f64f'
47
'91dcdb41fcf3c427587d5ab909db87de01f1d0bc4ea76909b2846488a262990a'
48
'fe9455bd8d1dc528d4d5d8637eefcfcbe784a2698d6b7ac131f5efa6fc9f3404'
49
'39e0fa525a9ebbf557779cc945fd7ca9874636f164878a118f7ea5b3c853d76e')
50
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 |