vna_j
maintainer alexf91
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:15
source=(http://download.dl2sba.com/vnaj/$pkgver/${_realname}.${pkgver}.jar
PKGBUILD
1 offending line(s) highlighted
1
# Submitter: Lucjan SQ5FGB <lucck at boff dot pl>
2
# Maintainer: Alexander Fasching OE5TKM <fasching.a91@gmail.com>
3
4
pkgname=vna_j
5
_realname=vnaJ
6
pkgver=3.4.8
7
pkgrel=1
8
pkgdesc="GUI for various vector network analyzers"
9
arch=('any')
10
license=('CCPL:by-nc-nd')
11
url="http://vnaj.dl2sba.com/"
12
depends=('java-environment>=10' 'hicolor-icon-theme')
13
optdepends=('xdg-utils: desktop & menu shortcut support')
14
makedepends=('imagemagick')
15
source=(http://download.dl2sba.com/vnaj/$pkgver/${_realname}.${pkgver}.jar
16
vnaJ.sh vnaJ.desktop http://download.dl2sba.com/vnaj/$pkgver/logo.ico)
17
noextract=(${_realname}.${pkgver}.jar)
18
sha256sums=('101be57c1984d2206ccf5623b5f71fdf80b58e244141ea6378e0dfb741fe3e70'
19
'cf188ba0153e9227a8db441c03f8566dee523c65e42097ea1f7d8041f1b68e43'
20
'a1a4b6cc03a832d0d0d564a8e4ce07c58532ff5e7d9a1bdeaf7e5acbfb8907a6'
21
'e4868277a6f4f1da10cfeaba58086d6f76b79a057be4ba7a72aab9d9f686f7fb')
22
23
package() {
24
mkdir -p "$pkgdir"{/usr/bin,/usr/share/java/$pkgname}
25
26
# Copying the argo script to /usr/bin
27
install -m755 vnaJ.sh "$pkgdir"/usr/bin/vnaJ
28
29
#cd "$srcdir/$pkgname-$pkgver
30
# Copying necessary files
31
cp ${_realname}.${pkgver}.jar "$pkgdir"/usr/share/java/$pkgname/$_realname.jar
32
# Install resources
33
convert logo.ico logo.png
34
install -D -m644 "$srcdir"/logo-0.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/vnaJ.png
35
install -D -m644 "$srcdir"/vnaJ.desktop "$pkgdir"/usr/share/applications/vnaJ.desktop
36
}
37
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 |