bnc-bin
The package downloads a prebuilt binary and documentation from the official project host igs.bkg.bund.de, which is plausibly the project's own infrastructure; the binary is installed directly, but the source is not untrusted in a way that suggests active compromise, and the host, while not standard, is specific to the organization behind the software.
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 prebuilt binary and documentation from the official project host igs.bkg.bund.de, which is plausibly the project's own infrastructure; the binary is installed directly, but the source is not untrusted in a way that suggests active compromise, and the host, while not standard, is specific to the organization behind the software.
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:26
"https://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC/bnc-${pkgver}-debian${_debianver}.zip" -
PKGBUILD:28
"ntrip-logo.png::https://software.rtcm-ntrip.org/ntripLogo.png"
PKGBUILD
2 offending line(s) highlighted# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
# Contributor: yinflying (https://aur.archlinux.org/account/yinflying)
pkgname=bnc-bin
_debianver=12
pkgver=2.13.4
pkgrel=1
pkgdesc="The BKG Ntrip Client(BNC) is an multi-stream client designed for real-time GNSS applications."
arch=('x86_64')
url="https://igs.bkg.bund.de/root_ftp/NTRIP/documentation/BNC_BNS_RTNET_Concept.ppt"
license=('GPL-3.0-or-later')
groups=('GNSS')
depends=(
'gcc-libs'
'glibc'
'qt5-base'
'qt5-svg'
)
provides=("bnc=${pkgver}")
conflicts=("bnc")
replaces=()
backup=()
options=()
install=
source=(
"https://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC/bnc-${pkgver}-debian${_debianver}.zip"
"https://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC/bnc-${pkgver}-debian${_debianver}.zip.sha256"
"ntrip-logo.png::https://software.rtcm-ntrip.org/ntripLogo.png"
"BNC_BNS_RTNET_Concept.ppt::https://igs.bkg.bund.de/root_ftp/NTRIP/documentation/BNC_BNS_RTNET_Concept.ppt"
"bnc.desktop"
)
sha256sums=(
'abbc9e085b0c0e37d36be9fff1544b12011e7fcdf99ecbee04e8d4a1caa74dca' # bnc-${pkgver}-debian${_debianver}.zip
'SKIP' # bnc-${pkgver}-debian${_debianver}.zip.sha256 # Checksums in the .sha256-file and of the downloaded .zip file do not match!!
'97a17bead249ff7186992ff9518ce9a30df1ecaf8a7ba075adf783b836beee10' # ntrip-logo.png
'cd3972e41c76ece121ef73c51fbab93b53da697c42e2329c289f0d36d820cba3' # BNC_BNS_RTNET_Concept.ppt
'1fe01654d266fce5cd00b48be12cbd5712652e1b1d3830f7bb5d3493657d0605' # bnc.desktop
)
package() {
cd "${srcdir}"
install -Dvm755 "bnc-${pkgver}" "${pkgdir}/usr/bin/bnc"
install -Dvm644 "${srcdir}/ntrip-logo.png" "${pkgdir}/usr/share/pixmaps/bnc.png"
install -Dvm644 "${srcdir}/bnc.desktop" "${pkgdir}/usr/share/applications/bnc.desktop"
install -Dvm644 -t "${pkgdir}/usr/share/doc/bnc" CHANGELOG.md README "${srcdir}/BNC_BNS_RTNET_Concept.ppt"
cp -rv Example_Configs "${pkgdir}/usr/share/doc/bnc"/
install -Dvm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
ln -svr "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/doc/bnc/LICENSE"
}
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 |