4nec2-bin
The source is a zip file from the project's official domain (qsl.net/4nec2), which hosts the upstream software; even though the domain is not a standard forge, it is the project's own site, and the file is verified via checksum, making this a normal build of official source material.
Triggered rules
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 zip file from the project's official domain (qsl.net/4nec2), which hosts the upstream software; even though the domain is not a standard forge, it is the project's own site, and the file is verified via checksum, making this a normal build of official source material.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=('4nec2.sh' '4nec2.desktop' 'https://qsl.net/4nec2/4nec2zip.zip')
PKGBUILD
1 offending line(s) highlighted# Maintainer: mib <mib@kanp.ai>
pkgname=4nec2-bin
pkgver=5.9.3
pkgrel=2
pkgdesc="NEC based antenna modeler and optimizer (using Wine)"
arch=('x86_64')
url="https://www.qsl.net/4nec2"
license=('unknown')
depends=('wine' 'winetricks' 'wine-gecko')
makedepends=('unzip' 'icoutils' 'imagemagick')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=('4nec2.sh' '4nec2.desktop' 'https://qsl.net/4nec2/4nec2zip.zip')
sha256sums=('4d329f4217997b16649387caed63407c388baae88a71018fe991bad38875efba'
'7e195a8663316cc7c6ed3055bdec423f740cccba9ef1d380ac8f816eb384b1af'
'e8180b923e4ca26344ee8acc4310d24411689382e2d164a1a2fd88f7c75c260a')
package() {
install -dm 755 "$pkgdir/opt/4nec2/"
cp -r "$srcdir/4nec2" "$pkgdir/opt"
# desktop file
install -Dm 644 "4nec2.desktop" "$pkgdir/usr/share/applications/4nec2.desktop"
# icon
wrestool -x -t 14 "$srcdir/4nec2/exe/4nec2.exe" > "desktop.ico"
convert desktop.ico desktop.png
install -Dm 755 "desktop.png" "$pkgdir/usr/share/pixmaps/4nec2.png"
# wrapper scripts
install -Dm 755 "4nec2.sh" "$pkgdir/usr/bin/4nec2"
}
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 |