marvin
maintainer fusion809
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt RPM from the official chemaxon.com domain (dl.chemaxon.com), which is the project's legitimate source; despite the static analyzer flagging the host as non-standard, the source is authentic and the package installs only expected application files without executing untrusted code.
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 RPM from the official chemaxon.com domain (dl.chemaxon.com), which is the project's legitimate source; despite the static analyzer flagging the host as non-standard, the source is authentic and the package installs only expected application files without executing untrusted code.
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:11
source=("marvin_linux_${pkgver}.rpm::http://dl.chemaxon.com/marvin/${pkgver}/marvin_linux_${pkgver}.rpm"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Brenton Horne <brentonhorne77 at gmail com>
2
pkgname=marvin
3
pkgver=26.1.1
4
_pkgver=$(echo $pkgver | sed 's/.[0-9]$//g')
5
pkgrel=1
6
pkgdesc="Intuitive applications and API for chemical sketching, visualization and data exploration"
7
arch=('any')
8
url="http://www.chemaxon.com"
9
license=('proprietary')
10
depends=('jre8-openjdk')
11
source=("marvin_linux_${pkgver}.rpm::http://dl.chemaxon.com/marvin/${pkgver}/marvin_linux_${pkgver}.rpm"
12
"MarvinSketch.desktop"
13
"MarvinView.desktop")
14
md5sums=('c65b89297929d84a6aeede20c71e682c'
15
'3c47d9b0629e55cda2a48356cf1c61b6'
16
'cb2d322b8a4832d41490879ae4879a3a')
17
18
package() {
19
# Install desktop config files
20
mkdir -p ${pkgdir}/usr/share/applications
21
install -Dm755 MarvinSketch.desktop ${pkgdir}/usr/share/applications/MarvinSketch.desktop
22
install -Dm755 MarvinView.desktop ${pkgdir}/usr/share/applications/MarvinView.desktop
23
24
# Copy opt dir contents across
25
mkdir -p ${pkgdir}/opt/chemaxon/marvinsuite/.install4j
26
cp -R opt/chemaxon/marvinsuite/.install4j/{*.uuid,*.utf8,*.png,*.ico,*.jar,*.conf} ${pkgdir}/opt/chemaxon/marvinsuite/.install4j
27
cp -R opt/chemaxon/marvinsuite/* ${pkgdir}/opt/chemaxon/marvinsuite
28
29
# Create pixmaps dir
30
mkdir -p ${pkgdir}/usr/share/pixmaps
31
ln -sf /opt/chemaxon/marvinsuite/.install4j/MarvinSketch.png ${pkgdir}/usr/share/pixmaps/MarvinSketch.png
32
ln -sf /opt/chemaxon/marvinsuite/.install4j/MarvinView.png ${pkgdir}/usr/share/pixmaps/MarvinView.png
33
34
# Install license
35
mkdir -p ${pkgdir}/usr/share/licenses/marvin
36
install -Dm644 $pkgdir/opt/chemaxon/marvinsuite/EULA.html ${pkgdir}/usr/share/licenses/marvin/LICENSE.html
37
38
# Create bin dir
39
mkdir -p ${pkgdir}/usr/bin
40
ln -sf /opt/chemaxon/marvinsuite/bin/cxcalc ${pkgdir}/usr/bin/cxcalc
41
ln -sf /opt/chemaxon/marvinsuite/bin/cxtrain ${pkgdir}/usr/bin/cxtrain
42
ln -sf /opt/chemaxon/marvinsuite/bin/molconvert ${pkgdir}/usr/bin/molconvert
43
ln -sf /opt/chemaxon/marvinsuite/bin/msketch ${pkgdir}/usr/bin/msketch
44
ln -sf /opt/chemaxon/marvinsuite/bin/mview ${pkgdir}/usr/bin/mview
45
}
46
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:50+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Brenton Horne <brentonhorne77 at gmail com> pkgname=marvin-pkgver=25.5.0+pkgver=26.1.1 _pkgver=$(echo $pkgver | sed 's/.[0-9]$//g') pkgrel=1 pkgdesc="Intuitive applications and API for chemical sketching, visualization and data exploration"@@ -11,7 +11,7 @@ source=("marvin_linux_${pkgver}.rpm::http://dl.chemaxon.com/marvin/${pkgver}/marvin_linux_${pkgver}.rpm" "MarvinSketch.desktop" "MarvinView.desktop")-md5sums=('e10d5687b9fa5d9288eac7912d1c2cb7'+md5sums=('c65b89297929d84a6aeede20c71e682c' '3c47d9b0629e55cda2a48356cf1c61b6' 'cb2d322b8a4832d41490879ae4879a3a') 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 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 09:32:02 | MEDIUM | 1 |
| 2026-06-20 00:50:07 | CLEAN | 2 |
| 2026-06-20 00:18:46 | MEDIUM | 1 |
| 2026-06-19 23:51:18 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |