bnc-bin

maintainer dreieck · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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: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
1# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
2# Contributor: yinflying (https://aur.archlinux.org/account/yinflying)
3
4pkgname=bnc-bin
5_debianver=12
6pkgver=2.13.4
7pkgrel=1
8pkgdesc="The BKG Ntrip Client(BNC) is an multi-stream client designed for real-time GNSS applications."
9arch=('x86_64')
10url="https://igs.bkg.bund.de/root_ftp/NTRIP/documentation/BNC_BNS_RTNET_Concept.ppt"
11license=('GPL-3.0-or-later')
12groups=('GNSS')
13depends=(
14 'gcc-libs'
15 'glibc'
16 'qt5-base'
17 'qt5-svg'
18)
19provides=("bnc=${pkgver}")
20conflicts=("bnc")
21replaces=()
22backup=()
23options=()
24install=
25source=(
26 "https://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC/bnc-${pkgver}-debian${_debianver}.zip"
27 "https://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC/bnc-${pkgver}-debian${_debianver}.zip.sha256"
28 "ntrip-logo.png::https://software.rtcm-ntrip.org/ntripLogo.png"
29 "BNC_BNS_RTNET_Concept.ppt::https://igs.bkg.bund.de/root_ftp/NTRIP/documentation/BNC_BNS_RTNET_Concept.ppt"
30 "bnc.desktop"
31)
32sha256sums=(
33 'abbc9e085b0c0e37d36be9fff1544b12011e7fcdf99ecbee04e8d4a1caa74dca' # bnc-${pkgver}-debian${_debianver}.zip
34 'SKIP' # bnc-${pkgver}-debian${_debianver}.zip.sha256 # Checksums in the .sha256-file and of the downloaded .zip file do not match!!
35 '97a17bead249ff7186992ff9518ce9a30df1ecaf8a7ba075adf783b836beee10' # ntrip-logo.png
36 'cd3972e41c76ece121ef73c51fbab93b53da697c42e2329c289f0d36d820cba3' # BNC_BNS_RTNET_Concept.ppt
37 '1fe01654d266fce5cd00b48be12cbd5712652e1b1d3830f7bb5d3493657d0605' # bnc.desktop
38)
39
40
41package() {
42 cd "${srcdir}"
43
44 install -Dvm755 "bnc-${pkgver}" "${pkgdir}/usr/bin/bnc"
45 install -Dvm644 "${srcdir}/ntrip-logo.png" "${pkgdir}/usr/share/pixmaps/bnc.png"
46 install -Dvm644 "${srcdir}/bnc.desktop" "${pkgdir}/usr/share/applications/bnc.desktop"
47
48 install -Dvm644 -t "${pkgdir}/usr/share/doc/bnc" CHANGELOG.md README "${srcdir}/BNC_BNS_RTNET_Concept.ppt"
49
50 cp -rv Example_Configs "${pkgdir}/usr/share/doc/bnc"/
51
52 install -Dvm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53 ln -svr "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/doc/bnc/LICENSE"
54}
55

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion