molecular-workbench
maintainer PrinceMachiavell
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source file from a non-whitelisted but project-associated host (mw.concord.org), which is plausibly the official project infrastructure; the downloaded content is a static JAR and data files, not a prebuilt executable or obfuscated payload, and the build process installs only these verified components without executing remote 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source file from a non-whitelisted but project-associated host (mw.concord.org), which is plausibly the official project infrastructure; the downloaded content is a static JAR and data files, not a prebuilt executable or obfuscated payload, and the build process installs only these verified components without executing remote 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=("http://mw.concord.org/modeler/cd.zip"
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer:anon at sansorgan.es
2
3
pkgname=molecular-workbench
4
pkgdesc='Modeling tool for designing and conducting computational experiments across science.'
5
pkgver=3.0.0
6
pkgrel=4
7
arch=('any')
8
url="http://mw.concord.org"
9
license=(CCPL)
10
depends=('java-environment' 'bash')
11
source=("http://mw.concord.org/modeler/cd.zip"
12
"$pkgname.png"
13
"$pkgname"
14
"$pkgname.desktop")
15
md5sums=('064455ffeae68820721276f679699dc0'
16
'f75e594817e24d18beadfbc500132ea7'
17
'76f5f16a79562d8a50372acb0280f941'
18
'784c824346606bd1c49b5e504b97a118')
19
20
package() {
21
cd "$srcdir"
22
install -Dm 0644 cd/mw.jar "$pkgdir/usr/share/java/$pkgname/mw.jar"
23
cp -r cd/CC-MW-CD "$pkgdir/usr/share/java/$pkgname/CC-MW-CD"
24
install -Dm 0755 $pkgname "$pkgdir/usr/bin/$pkgname"
25
install -Dm 0644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
26
install -Dm 0644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
27
}
28
29
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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 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 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |