openchrom-bin
maintainer Mailaender
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt tarball from the project's official domain (lablicate.com) which hosts OpenChrom; while the domain is not a common forge, it is the project's own release infrastructure, and the checksums are provided, making this a normal binary package build with low risk.
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 tarball from the project's official domain (lablicate.com) which hosts OpenChrom; while the domain is not a common forge, it is the project's own release infrastructure, and the checksums are provided, making this a normal binary package build with low risk.
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
4
pkgname=openchrom-bin
5
pkgver=1.6.26
6
pkgrel=1
7
pkgdesc="Visualization and analysis of mass spectrometric and chromatographic data"
8
arch=("x86_64")
9
url="https://openchrom.net/"
10
license=('EPL-2.0')
11
provides=(openchrom=$pkgver-$pkgrel)
12
conflicts=(openchrom)
13
source=("https://products.lablicate.com/openchrom/${pkgver}/openchrom_linux.x86_64_${pkgver}.tar.gz"
14
"openchrom.desktop"
15
"openchrom.png")
16
noextract=("openchrom_linux.x86_64_${pkgver}.tar.gz")
17
sha256sums=('3138603c3e279dacf2376755a84402f612296a01aa364711f08fc2fabc612955'
18
'700aaa0a38757cd12d389598746a375df8e53c133ea7e73c59b5d3f252b336f1'
19
'5668c08f75ec9ad00123e857b03502291cea1aaaf69e6641067386e17486ef7f')
20
depends=('org.freedesktop.secrets' 'webkit2gtk-4.1')
21
options=(!strip)
22
23
prepare() {
24
mkdir -p "$srcdir/openchrom"
25
tar -xzf "openchrom_linux.x86_64_${pkgver}.tar.gz" -C "$srcdir/openchrom"
26
}
27
28
package() {
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-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: Anton Kudelin <kudelin at protonmail dot com> pkgname=openchrom-bin-pkgver=1.6.25+pkgver=1.6.26 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=('f5051ee2f7298249b1d81dfb4440c5cd6c3f5721f62d387d32650672fe9221d6'+sha256sums=('3138603c3e279dacf2376755a84402f612296a01aa364711f08fc2fabc612955' '700aaa0a38757cd12d389598746a375df8e53c133ea7e73c59b5d3f252b336f1' '5668c08f75ec9ad00123e857b03502291cea1aaaf69e6641067386e17486ef7f') depends=('org.freedesktop.secrets' 'webkit2gtk-4.1')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 11:17:50 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 11:27:50 | MEDIUM | 1 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 19:55:55 | MEDIUM | 1 |