jameica
The package downloads source files from the project's official domain and a trusted mirror; the non-standard host is a legitimate FTP mirror for Eclipse SWT, and the downloaded files are libraries, not executable code, with no remote code execution or supply-chain risks.
Triggered rules
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 90%): The package downloads source files from the project's official domain and a trusted mirror; the non-standard host is a legitimate FTP mirror for Eclipse SWT, and the downloaded files are libraries, not executable code, with no remote code execution or supply-chain risks.
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:16
source_x86_64=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip" -
PKGBUILD:18
"swt-4.39-x86_64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.39-202602260420/swt-4.39-gtk-linux-x86_64.zip") -
PKGBUILD:19
source_aarch64=("https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip"
PKGBUILD
3 offending line(s) highlighted# former Maintainer: Bjoern Franke <bjo@nord-west.org>
pkgname=jameica
pkgver=2.12.0
_pkgver=2.12
pkgrel=2
pkgdesc="free runtime environment for java applications"
#arch=('i686' 'x86_64' 'aarch64')
arch=('x86_64' 'aarch64')
url="https://www.willuhn.de/products/jameica/"
license=("GPL-2.0-only")
depends=('java-runtime>=10' 'gtk3')
optdepends=('java-jce_ustrength: Required for mashup plugin used as new scripting platform for non-HBCI accounts (credit cards etc)')
makedepends=('unzip')
#source_i686=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux-${pkgver}.zip"
# "htTps://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux-${pkgver}.zip.asc")
source_x86_64=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip"
"https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip.asc"
"swt-4.39-x86_64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.39-202602260420/swt-4.39-gtk-linux-x86_64.zip")
source_aarch64=("https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip"
"https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip.asc"
"swt-4.39-aarch64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.39-202602260420/swt-4.39-win32-win32-aarch64.zip")
validpgpkeys=("7314FBDE7D38EE5610D291B65A8ED9CFC0DB6C70") # Olaf Willuhn <info@willuhn.de>
source=("jameica-start-script.patch" "jameicaserver-start-script.patch"
"jameica.desktop")
sha1sums=('a7b8b39822ac22d830aae03f292fda623977e526'
'0664650342635fa5b0a9413dc8c22a65053ef234'
'a7769ea23e837bd6e7f2ca73a1fe76f9b90a43b3')
sha1sums_x86_64=('c5759973677a019c2ef4fbca9c60dde585a59e48'
'SKIP'
'06aa4c69104c211956a3358eb77fd5be6acb6c72')
sha1sums_aarch64=('d89cbe72520d6ef7bd064ce4303066dd5d45ad80'
'SKIP'
'2b9b4a66239a655b280fefb583d2b648cc2ec271')
#sha1sums_i686=('7afbc5bb10e43479e100536559d174fb4259b1c7'
# 'SKIP')
prepare() {
patch jameica/jameica.sh jameica-start-script.patch
patch jameica/jameicaserver.sh jameicaserver-start-script.patch
}
package() {
cd "$srcdir/jameica"
mkdir -p "$pkgdir/opt"
install -Dm755 jameica.sh "$pkgdir"/usr/bin/jameica
install -Dm755 jameicaserver.sh "$pkgdir"/usr/bin/jameicaserver
cd ..
cp -r jameica "$pkgdir/opt/"
rm "$pkgdir"/opt/jameica/jameica{,server}.sh
rm "$pkgdir/opt/jameica/rcjameica"
#if [ "$CARCH" = "x86_64" ]; then
# rm -rf "$pkgdir/opt/jameica/lib/swt/linux64"
# mkdir "$pkgdir/opt/jameica/lib/swt/linux64"
# ln -s /usr/share/java/swt.jar "$pkgdir/opt/jameica/lib/swt/linux64/swt.jar"
#else
# rm -rf "$pkgdir/opt/jameica/lib/swt/linux"
# mkdir "$pkgdir/opt/jameica/lib/swt/linux"
# ln -s /usr/share/java/swt.jar "$pkgdir/opt/jameica/lib/swt/linux/swt.jar"
#fi
find "$pkgdir/opt/jameica" -type f -exec chmod 644 {} +
install -Dm 644 "$srcdir"/jameica.desktop "$pkgdir"/usr/share/applications/jameica.desktop
# temporary fix for SWT issues, see https://scripting-forum.derrichter.de/viewtopic.php?f=34&p=8036#p8036
install -Dm 644 "$srcdir"/swt.jar "$pkgdir"/opt/jameica/lib/swt/linux64/swt.jar
}
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 |