vna_j
The package downloads a JAR file and assets from a project-associated domain; the JAR is the project's own code, not an untrusted prebuilt binary, and the worst case of a swapped source is limited to code execution within the app's scope, but the host is plausibly official.
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 95%): The package downloads a JAR file and assets from a project-associated domain; the JAR is the project's own code, not an untrusted prebuilt binary, and the worst case of a swapped source is limited to code execution within the app's scope, but the host is plausibly official.
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:15
source=(http://download.dl2sba.com/vnaj/$pkgver/${_realname}.${pkgver}.jar
PKGBUILD
1 offending line(s) highlighted# Submitter: Lucjan SQ5FGB <lucck at boff dot pl>
# Maintainer: Alexander Fasching OE5TKM <fasching.a91@gmail.com>
pkgname=vna_j
_realname=vnaJ
pkgver=3.4.8
pkgrel=1
pkgdesc="GUI for various vector network analyzers"
arch=('any')
license=('CCPL:by-nc-nd')
url="http://vnaj.dl2sba.com/"
depends=('java-environment>=10' 'hicolor-icon-theme')
optdepends=('xdg-utils: desktop & menu shortcut support')
makedepends=('imagemagick')
source=(http://download.dl2sba.com/vnaj/$pkgver/${_realname}.${pkgver}.jar
vnaJ.sh vnaJ.desktop http://download.dl2sba.com/vnaj/$pkgver/logo.ico)
noextract=(${_realname}.${pkgver}.jar)
sha256sums=('101be57c1984d2206ccf5623b5f71fdf80b58e244141ea6378e0dfb741fe3e70'
'cf188ba0153e9227a8db441c03f8566dee523c65e42097ea1f7d8041f1b68e43'
'a1a4b6cc03a832d0d0d564a8e4ce07c58532ff5e7d9a1bdeaf7e5acbfb8907a6'
'e4868277a6f4f1da10cfeaba58086d6f76b79a057be4ba7a72aab9d9f686f7fb')
package() {
mkdir -p "$pkgdir"{/usr/bin,/usr/share/java/$pkgname}
# Copying the argo script to /usr/bin
install -m755 vnaJ.sh "$pkgdir"/usr/bin/vnaJ
#cd "$srcdir/$pkgname-$pkgver
# Copying necessary files
cp ${_realname}.${pkgver}.jar "$pkgdir"/usr/share/java/$pkgname/$_realname.jar
# Install resources
convert logo.ico logo.png
install -D -m644 "$srcdir"/logo-0.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/vnaJ.png
install -D -m644 "$srcdir"/vnaJ.desktop "$pkgdir"/usr/share/applications/vnaJ.desktop
}
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 |