nscope
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:10
source_x86_64=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_amd64.deb")
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# Maintainer: David Fryer <dfryer1193@gmail.com>
pkgname=nscope
pkgver=0.8.2
pkgrel=1
pkgdesc="nScope software"
arch=('i686' 'x86_64')
provides=('nscope')
source_x86_64=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_amd64.deb")
md5sums_x86_64=('6c1546cf3dc8d98cb52ea8d4539e2e49')
depends_x86_64=('libpng12')
source_i686=("http://www.nscope.org/v0.8.2/linux/nscope_0.8.2_i386.deb")
md5sums_i686=('7099d4b5e3d33a19a6b94493508c4851')
depends_i686=('lib32-libpng12')
package() {
cd "${srcdir}"
tar -xf data.tar.gz -C "${pkgdir}"
rm -rf "${pkgdir}/DEBIAN"
}
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 |