openchrom-bin
The package downloads a prebuilt binary tarball from the official project's download host (products.lablicate.com), which is plausibly controlled by the vendor; despite the non-whitelisted domain, the source is verifiable via checksum and the worst case of a swapped download would be code execution, but no obfuscation or additional risks are present.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary tarball from the official project's download host (products.lablicate.com), which is plausibly controlled by the vendor; despite the non-whitelisted domain, the source is verifiable via checksum and the worst case of a swapped download would be code execution, but no obfuscation or additional risks are present.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=("https://products.lablicate.com/openchrom/${pkgver}/openchrom_linux.x86_64_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Matthias Mailänder <matthias at mailaender dot name>
# Contributor: Anton Kudelin <kudelin at protonmail dot com>
pkgname=openchrom-bin
pkgver=1.6.32
pkgrel=1
pkgdesc="Visualization and analysis of mass spectrometric and chromatographic data"
arch=("x86_64")
url="https://openchrom.net/"
license=('EPL-2.0')
provides=(openchrom=$pkgver-$pkgrel)
conflicts=(openchrom)
source=("https://products.lablicate.com/openchrom/${pkgver}/openchrom_linux.x86_64_${pkgver}.tar.gz"
"openchrom.desktop"
"openchrom.png")
noextract=("openchrom_linux.x86_64_${pkgver}.tar.gz")
sha256sums=('d5ee642c1645a09bc500ec7b0761733aee5f350bed1101cb3675ae82a4236654'
'700aaa0a38757cd12d389598746a375df8e53c133ea7e73c59b5d3f252b336f1'
'5668c08f75ec9ad00123e857b03502291cea1aaaf69e6641067386e17486ef7f')
depends=('org.freedesktop.secrets' 'webkit2gtk-4.1')
options=(!strip)
prepare() {
mkdir -p "$srcdir/openchrom"
tar -xzf "openchrom_linux.x86_64_${pkgver}.tar.gz" -C "$srcdir/openchrom"
}
package() {
install -d "${pkgdir}/usr/lib"
cp -a "${srcdir}/openchrom" "${pkgdir}/usr/lib/"
sed -i 's;-Dopenchrom.update=true;-Dopenchrom.update=false;' "${pkgdir}/usr/lib/openchrom/openchrom.ini"
install -d "${pkgdir}/usr/bin"
ln -s "/usr/lib/openchrom/openchrom" "${pkgdir}/usr/bin/openchrom"
install -Dm0644 "openchrom.desktop" "${pkgdir}/usr/share/applications/openchrom.desktop"
install -Dm0644 "openchrom.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/openchrom.png"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-11 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,7 @@ # Contributor: Anton Kudelin <kudelin at protonmail dot com> pkgname=openchrom-bin-pkgver=1.6.31+pkgver=1.6.32 pkgrel=1 pkgdesc="Visualization and analysis of mass spectrometric and chromatographic data" arch=("x86_64")@@ -14,7 +14,7 @@ "openchrom.desktop" "openchrom.png") noextract=("openchrom_linux.x86_64_${pkgver}.tar.gz")-sha256sums=('3cfd341ebc98056267c0a19ef448980564ee069d6455b5e8ebcac543f2297d28'+sha256sums=('d5ee642c1645a09bc500ec7b0761733aee5f350bed1101cb3675ae82a4236654' '700aaa0a38757cd12d389598746a375df8e53c133ea7e73c59b5d3f252b336f1' '5668c08f75ec9ad00123e857b03502291cea1aaaf69e6641067386e17486ef7f') depends=('org.freedesktop.secrets' 'webkit2gtk-4.1')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 09:22:22 | Medium | 1 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 11:57:41 | Medium | 1 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |