nscope

maintainer dfryer1193 · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads prebuilt binary .deb packages from nscope.org (the official vendor site for the nScope USB oscilloscope product), extracts them, and installs the binaries directly. While nscope.org appears to be the legitimate upstream vendor host, this is still a prebuilt binary from a third-party/vendor host with only MD5 checksums (a weak, collision-vulnerable hash) for integrity verification. There is no GPG signature verification. The binary is executed code installed directly onto the system. This fits the classic medium supply-chain risk pattern: not clearly malicious, but an unofficial/vendor binary host with weak integrity checks means a compromised host or MITM could deliver malicious binaries. The cheaper model's assessment is correct here — this is a genuine medium concern, not a false positive.

Triggered rules

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:10 source_x86_64=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_amd64.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt binary .deb packages from nscope.org (the official vendor site for the nScope USB oscilloscope product), extracts them, and installs the binaries directly. While nscope.org appears to be the legitimate upstream vendor host, this is still a prebuilt binary from a third-party/vendor host with only MD5 checksums (a weak, collision-vulnerable hash) for integrity verification. There is no GPG signature verification. The binary is executed code installed directly onto the system. This fits the classic medium supply-chain risk pattern: not clearly malicious, but an unofficial/vendor binary host with weak integrity checks means a compromised host or MITM could deliver malicious binaries. The cheaper model's assessment is correct here — this is a genuine medium concern, not a false positive.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: David Fryer <dfryer1193@gmail.com>
2
3pkgname=nscope
4pkgver=0.8.2
5pkgrel=1
6pkgdesc="nScope software"
7arch=('i686' 'x86_64')
8provides=('nscope')
9
10source_x86_64=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_amd64.deb")
11md5sums_x86_64=('6c1546cf3dc8d98cb52ea8d4539e2e49')
12depends_x86_64=('libpng12')
13
14source_i686=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_i386.deb")
15md5sums_i686=('7099d4b5e3d33a19a6b94493508c4851')
16depends_i686=('lib32-libpng12')
17
18package() {
19 cd "${srcdir}"
20 tar -xf data.tar.gz -C "${pkgdir}"
21 rm -rf "${pkgdir}/DEBIAN"
22}
23

Scan history

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

Report a package

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

0 / 4000
Your suggestion