openchrom-bin

LOW
maintainer Mailaender 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:13 source=("https://products.lablicate.com/openchrom/${pkgver}/openchrom_linux.x86_64_${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Matthias Mailänder <matthias at mailaender dot name>
2# Contributor: Anton Kudelin <kudelin at protonmail dot com>
3
4pkgname=openchrom-bin
5pkgver=1.6.32
6pkgrel=1
7pkgdesc="Visualization and analysis of mass spectrometric and chromatographic data"
8arch=("x86_64")
9url="https://openchrom.net/"
10license=('EPL-2.0')
11provides=(openchrom=$pkgver-$pkgrel)
12conflicts=(openchrom)
13source=("https://products.lablicate.com/openchrom/${pkgver}/openchrom_linux.x86_64_${pkgver}.tar.gz"
14 "openchrom.desktop"
15 "openchrom.png")
16noextract=("openchrom_linux.x86_64_${pkgver}.tar.gz")
17sha256sums=('d5ee642c1645a09bc500ec7b0761733aee5f350bed1101cb3675ae82a4236654'
18 '700aaa0a38757cd12d389598746a375df8e53c133ea7e73c59b5d3f252b336f1'
19 '5668c08f75ec9ad00123e857b03502291cea1aaaf69e6641067386e17486ef7f')
20depends=('org.freedesktop.secrets' 'webkit2gtk-4.1')
21options=(!strip)
22
23prepare() {
24 mkdir -p "$srcdir/openchrom"
25 tar -xzf "openchrom_linux.x86_64_${pkgver}.tar.gz" -C "$srcdir/openchrom"
26}
27
28package() {
29 install -d "${pkgdir}/usr/lib"
30 cp -a "${srcdir}/openchrom" "${pkgdir}/usr/lib/"
31 sed -i 's;-Dopenchrom.update=true;-Dopenchrom.update=false;' "${pkgdir}/usr/lib/openchrom/openchrom.ini"
32 install -d "${pkgdir}/usr/bin"
33 ln -s "/usr/lib/openchrom/openchrom" "${pkgdir}/usr/bin/openchrom"
34
35 install -Dm0644 "openchrom.desktop" "${pkgdir}/usr/share/applications/openchrom.desktop"
36 install -Dm0644 "openchrom.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/openchrom.png"
37}
38

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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion