4nec2-bin
maintainer mibu
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:13
source=('4nec2.sh' '4nec2.desktop' 'https://qsl.net/4nec2/4nec2zip.zip')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: mib <mib@kanp.ai>
2
pkgname=4nec2-bin
3
pkgver=5.9.3
4
pkgrel=2
5
pkgdesc="NEC based antenna modeler and optimizer (using Wine)"
6
arch=('x86_64')
7
url="https://www.qsl.net/4nec2"
8
license=('unknown')
9
depends=('wine' 'winetricks' 'wine-gecko')
10
makedepends=('unzip' 'icoutils' 'imagemagick')
11
provides=("${pkgname}")
12
conflicts=("${pkgname}")
13
source=('4nec2.sh' '4nec2.desktop' 'https://qsl.net/4nec2/4nec2zip.zip')
14
sha256sums=('4d329f4217997b16649387caed63407c388baae88a71018fe991bad38875efba'
15
'7e195a8663316cc7c6ed3055bdec423f740cccba9ef1d380ac8f816eb384b1af'
16
'e8180b923e4ca26344ee8acc4310d24411689382e2d164a1a2fd88f7c75c260a')
17
18
package() {
19
install -dm 755 "$pkgdir/opt/4nec2/"
20
cp -r "$srcdir/4nec2" "$pkgdir/opt"
21
22
# desktop file
23
install -Dm 644 "4nec2.desktop" "$pkgdir/usr/share/applications/4nec2.desktop"
24
25
# icon
26
wrestool -x -t 14 "$srcdir/4nec2/exe/4nec2.exe" > "desktop.ico"
27
convert desktop.ico desktop.png
28
install -Dm 755 "desktop.png" "$pkgdir/usr/share/pixmaps/4nec2.png"
29
30
# wrapper scripts
31
install -Dm 755 "4nec2.sh" "$pkgdir/usr/bin/4nec2"
32
}
33
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 |