mestrenova

maintainer zdmx · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from mestrelab.com (the official vendor domain), which is a legitimate commercial NMR software vendor. The source host is the actual upstream vendor website, not a personal or unofficial host, so this is better than a random third-party host. However, the package installs a prebuilt commercial binary blob directly into /opt without any signature verification beyond a sha256sum, and the build process extracts data.tar.gz from the .deb and copies the entire /opt tree. The sha256sum provides integrity but not authenticity (no GPG signature check). The main concern is that this is a closed-source commercial binary being installed system-wide, and if the vendor's download URL were compromised or the checksum were wrong, arbitrary code would execute. This is a standard medium-risk pattern for prebuilt binary packages from official vendor sites — not clearly malicious, but a real supply-chain concern due to the executed binary nature and lack of signature verification.

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:14 source=("https://mestrelab.com/downloads/mnova/linux/Ubuntu/22.04/mestrenova_15.0.1-35756_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 a prebuilt binary .deb from mestrelab.com (the official vendor domain), which is a legitimate commercial NMR software vendor. The source host is the actual upstream vendor website, not a personal or unofficial host, so this is better than a random third-party host. However, the package installs a prebuilt commercial binary blob directly into /opt without any signature verification beyond a sha256sum, and the build process extracts data.tar.gz from the .deb and copies the entire /opt tree. The sha256sum provides integrity but not authenticity (no GPG signature check). The main concern is that this is a closed-source commercial binary being installed system-wide, and if the vendor's download URL were compromised or the checksum were wrong, arbitrary code would execute. This is a standard medium-risk pattern for prebuilt binary packages from official vendor sites — not clearly malicious, but a real supply-chain concern due to the executed binary nature and lack of signature verification.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: zandemax <zandemax@zmnet.de>
2# Contributor: 3yan <zelenkaj@vscht.cz>
3# Contributor: Pinky <j-pi@seznam.cz>
4
5pkgname=mestrenova
6pkgver=15.0.1
7pkgrel=1
8pkgdesc="Widely used commercial NMR interpreter"
9arch=('x86_64')
10url="https://www.mestrelab.com"
11install=mestrenova.install
12license=('custom:mestrelab')
13depends=('libxi' 'glu' 'openssl-1.0')
14source=("https://mestrelab.com/downloads/mnova/linux/Ubuntu/22.04/mestrenova_15.0.1-35756_amd64.deb")
15sha256sums=('1a1de52a4d34e0da5cbe1892c0d856eb6d0802a872c43649d7edce7e6e21ebc8')
16
17options=(!strip)
18
19package() {
20 tar -xf data.tar.gz
21 cp -R opt ${pkgdir}/opt
22
23 install -D -m0644 ${pkgdir}/opt/MestReNova/share/license/license.txt "${pkgdir}/usr/share/licenses/mestrenova/LICENSE"
24}
25
26

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