smartscope

maintainer mlq · 3 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The source URL points to a 'latest' endpoint (https://www.lab-nation.com/package/smartscope/linux/latest/get) rather than a versioned, immutable artifact. While lab-nation.com appears to be the official vendor domain, the 'latest' redirect means the downloaded .deb could change at any time without the PKGBUILD reflecting it. The md5sum provides some protection against silent substitution, but md5 is cryptographically weak and the checksum would need to be updated manually if the endpoint content changes. More critically, the package extracts and installs a prebuilt binary .deb (data.tar.xz) directly onto the system — this is an executed binary from a vendor host with no source build, which is the definition of a medium supply-chain concern. The 'latest' endpoint pattern means the pinned version in pkgver may not match what is actually downloaded if the endpoint is updated. The license is listed as 'unknown', and the package installs a Mono application binary without source verification. This is a legitimate medium risk: not clearly malicious, but a prebuilt binary from a mutable endpoint with weak integrity checking.

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:15 source=("$_pkgname-$_pkgver.deb::https://www.lab-nation.com/package/smartscope/linux/latest/get"
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source URL points to a 'latest' endpoint (https://www.lab-nation.com/package/smartscope/linux/latest/get) rather than a versioned, immutable artifact. While lab-nation.com appears to be the official vendor domain, the 'latest' redirect means the downloaded .deb could change at any time without the PKGBUILD reflecting it. The md5sum provides some protection against silent substitution, but md5 is cryptographically weak and the checksum would need to be updated manually if the endpoint content changes. More critically, the package extracts and installs a prebuilt binary .deb (data.tar.xz) directly onto the system — this is an executed binary from a vendor host with no source build, which is the definition of a medium supply-chain concern. The 'latest' endpoint pattern means the pinned version in pkgver may not match what is actually downloaded if the endpoint is updated. The license is listed as 'unknown', and the package installs a Mono application binary without source verification. This is a legitimate medium risk: not clearly malicious, but a prebuilt binary from a mutable endpoint with weak integrity checking.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Moritz Lipp <mail@mlq.me>
2pkgname=smartscope
3pkgver=0.15.1.0
4pkgrel=1
5pkgdesc="SmartScope App"
6arch=('x86_64' 'i686')
7url="https://www.lab-nation.com/"
8license=('unknown')
9depends=('mono' 'sdl_mixer' 'libusb')
10makedepends=('tar')
11
12_pkgver=`echo $pkgver | sed 's/\./-/g'`
13_pkgname=SmartScope-Linux
14
15source=("$_pkgname-$_pkgver.deb::https://www.lab-nation.com/package/smartscope/linux/latest/get"
16"smartscope.sh")
17md5sums=('a56ec4ce5a5104ef1e246d1960ec5bda'
18 '4e63224a3a40e165cf4bd2f777d288dc')
19
20package() {
21 cd "$srcdir"
22 tar xfv data.tar.xz -C $pkgdir
23 install -D -m755 smartscope.sh "$pkgdir/usr/bin/smartscope"
24}
25

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