mestrenova
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:14
source=("https://mestrelab.com/downloads/mnova/linux/Ubuntu/22.04/mestrenova_15.0.1-35756_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 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# Maintainer: zandemax <zandemax@zmnet.de>
# Contributor: 3yan <zelenkaj@vscht.cz>
# Contributor: Pinky <j-pi@seznam.cz>
pkgname=mestrenova
pkgver=15.0.1
pkgrel=1
pkgdesc="Widely used commercial NMR interpreter"
arch=('x86_64')
url="https://www.mestrelab.com"
install=mestrenova.install
license=('custom:mestrelab')
depends=('libxi' 'glu' 'openssl-1.0')
source=("https://mestrelab.com/downloads/mnova/linux/Ubuntu/22.04/mestrenova_15.0.1-35756_amd64.deb")
sha256sums=('1a1de52a4d34e0da5cbe1892c0d856eb6d0802a872c43649d7edce7e6e21ebc8')
options=(!strip)
package() {
tar -xf data.tar.gz
cp -R opt ${pkgdir}/opt
install -D -m0644 ${pkgdir}/opt/MestReNova/share/license/license.txt "${pkgdir}/usr/share/licenses/mestrenova/LICENSE"
}
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 |