jnetmap
Triggered rules
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:18
source=(https://rakudave.synology.me/jnetmap/${pkgname}-${_pkgver}-${subver}_all.deb)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt .deb binary from rakudave.synology.me, which is a personal Synology NAS host rather than an official project release platform (GitHub releases, SourceForge, etc.). The binary is extracted and installed directly to /opt, then symlinked into /usr/bin — meaning arbitrary executable code from this personal host runs on the user's system. While a sha256sum is present (providing integrity against accidental corruption), it offers no protection if the host owner replaces the file with a new binary at the same URL. The project's official URL is rakudave.ch/jnetmap, and this Synology subdomain appears to be the maintainer's personal server acting as a download mirror, not a recognized release infrastructure. This is a genuine supply-chain concern: a prebuilt Java application binary from a non-standard personal host that gets executed directly. The risk is real but not clearly malicious, fitting the medium classification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Helmut Stult <hst[at]e-mail[dot]de>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Christopher Rogers <slaxemulator@gmail.com>
pkgname=jnetmap
_pkgname=jNetMap
pkgver=0.5.6.739
_pkgver=0.5.6
subver=739
pkgrel=1
pkgdesc="Graphical network monitoring and documentation tool"
arch=('any')
url="http://rakudave.ch/jnetmap"
license=('GPL3')
depends=('java-runtime')
provide=('jnetmap')
conflicts=('jnetmap')
source=(https://rakudave.synology.me/jnetmap/${pkgname}-${_pkgver}-${subver}_all.deb)
sha256sums=('6a752e9e6971ce3c7553952f115c289c079a2d77d8e48c36741e8e2b4dd71fff')
package() {
bsdtar -xf "${srcdir}/data.tar.zst" -C "${pkgdir}/"
install -dm755 $pkgdir/usr/bin
ln -s /opt/$_pkgname/jnetmap "${pkgdir}/usr/bin/jNetMap"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |