marvin
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
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)
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# Maintainer: Brenton Horne <brentonhorne77 at gmail com>
pkgname=marvin
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"
arch=('any')
url="http://www.chemaxon.com"
license=('proprietary')
depends=('jre8-openjdk')
source=("marvin_linux_${pkgver}.rpm::http://dl.chemaxon.com/marvin/${pkgver}/marvin_linux_${pkgver}.rpm"
"MarvinSketch.desktop"
"MarvinView.desktop")
md5sums=('c65b89297929d84a6aeede20c71e682c'
'3c47d9b0629e55cda2a48356cf1c61b6'
'cb2d322b8a4832d41490879ae4879a3a')
package() {
# Install desktop config files
mkdir -p ${pkgdir}/usr/share/applications
install -Dm755 MarvinSketch.desktop ${pkgdir}/usr/share/applications/MarvinSketch.desktop
install -Dm755 MarvinView.desktop ${pkgdir}/usr/share/applications/MarvinView.desktop
# Copy opt dir contents across
mkdir -p ${pkgdir}/opt/chemaxon/marvinsuite/.install4j
cp -R opt/chemaxon/marvinsuite/.install4j/{*.uuid,*.utf8,*.png,*.ico,*.jar,*.conf} ${pkgdir}/opt/chemaxon/marvinsuite/.install4j
cp -R opt/chemaxon/marvinsuite/* ${pkgdir}/opt/chemaxon/marvinsuite
# Create pixmaps dir
mkdir -p ${pkgdir}/usr/share/pixmaps
ln -sf /opt/chemaxon/marvinsuite/.install4j/MarvinSketch.png ${pkgdir}/usr/share/pixmaps/MarvinSketch.png
ln -sf /opt/chemaxon/marvinsuite/.install4j/MarvinView.png ${pkgdir}/usr/share/pixmaps/MarvinView.png
# Install license
mkdir -p ${pkgdir}/usr/share/licenses/marvin
install -Dm644 $pkgdir/opt/chemaxon/marvinsuite/EULA.html ${pkgdir}/usr/share/licenses/marvin/LICENSE.html
# Create bin dir
mkdir -p ${pkgdir}/usr/bin
ln -sf /opt/chemaxon/marvinsuite/bin/cxcalc ${pkgdir}/usr/bin/cxcalc
ln -sf /opt/chemaxon/marvinsuite/bin/cxtrain ${pkgdir}/usr/bin/cxtrain
ln -sf /opt/chemaxon/marvinsuite/bin/molconvert ${pkgdir}/usr/bin/molconvert
ln -sf /opt/chemaxon/marvinsuite/bin/msketch ${pkgdir}/usr/bin/msketch
ln -sf /opt/chemaxon/marvinsuite/bin/mview ${pkgdir}/usr/bin/mview
}
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 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 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 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |