java17-openjfx-bin
The package downloads official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate project vendor; despite the non-whitelisted host, this is a standard source for OpenJFX builds and the installed files are non-executable libraries, modules, and docs.
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 official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate project vendor; despite the non-whitelisted host, this is a standard source for OpenJFX builds and the installed files are non-executable libraries, modules, and docs.
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:15
source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: mh4ckwascut <mh4ckt3mh4ckt1c4s@archlinux.org>
# Contributor: ValHue <vhuelamo at gmail dot com>
pkgname=java17-openjfx-bin
pkgver=17.0.19
pkgrel=1
pkgdesc="Java OpenJFX ${pkgver} client application platform (Gluon build)."
arch=('x86_64')
url='https://openjfx.io/'
license=('GPL-2.0-only')
depends=('ffmpeg' 'gstreamer' 'java-environment=17' 'libxtst' 'qt5-base' 'webkit2gtk')
provides=("java17-openjfx" "java-openjfx=17")
conflicts=("java17-openjfx")
options=(!strip)
source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"
"https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-jmods.zip"
"https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}-javadoc.zip")
sha256sums=('d5f70e96001872e84593f149dc6cb645f3bfbc71e519fa085608070c401f6d5e'
'ab22097c4e6679547333172a017ced4e3210dc572f51a96a3be1d1dbfcd61f37'
'428602563746012027c1e0549171a14180f2c77b07a3ecb758ea1f4352ef81f2')
_jvmdir=usr/lib/jvm/java-17-openjdk
package() {
# Install
install -d "${pkgdir}/${_jvmdir}"
cp -a "javafx-sdk-${pkgver}/lib" "${pkgdir}/${_jvmdir}/"
# Copy source archive
cp -a "javafx-sdk-${pkgver}/src.zip" "${pkgdir}/${_jvmdir}/"
mv "${pkgdir}/${_jvmdir}/src.zip" "${pkgdir}/${_jvmdir}/lib/javafx-src.zip"
# Legal
install -d "${pkgdir}/usr/share/licenses/java17-openjdk"
cp -a "javafx-sdk-${pkgver}/legal" "${pkgdir}/usr/share/licenses/java17-openjfx/"
# Jmods
install -d "${pkgdir}/${_jvmdir}/jmods"
cp -a "javafx-jmods-${pkgver}/"* "${pkgdir}/${_jvmdir}/jmods/"
# Docs
install -d "${pkgdir}/usr/share/doc/java17-openjfx"
cp -a "javafx-${pkgver}-javadoc/"* "${pkgdir}/usr/share/doc/java17-openjfx/"
}
# vim:set ts=4 sw=2 et syn=sh ft=sh:
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-22 00:02@@ -2,7 +2,7 @@ # Contributor: ValHue <vhuelamo at gmail dot com> pkgname=java17-openjfx-bin-pkgver=17.0.12+pkgver=17.0.19 pkgrel=1 pkgdesc="Java OpenJFX ${pkgver} client application platform (Gluon build)." arch=('x86_64')@@ -15,9 +15,9 @@ source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip" "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-jmods.zip" "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}-javadoc.zip")-sha256sums=('f8bb2724d250595dad55b2886ceab19a8462515863f609a0b5462529d725e9e8'- 'f22bad50a4a0f4932ed999dcecccb59f188c22ea844d777512f3175e8ebb4024'- 'c96228f0148ec0413c1ec78e298ed94ea85ddc2b84b295cc03ca4c23e5f931b0')+sha256sums=('d5f70e96001872e84593f149dc6cb645f3bfbc71e519fa085608070c401f6d5e'+ 'ab22097c4e6679547333172a017ced4e3210dc572f51a96a3be1d1dbfcd61f37'+ '428602563746012027c1e0549171a14180f2c77b07a3ecb758ea1f4352ef81f2') _jvmdir=usr/lib/jvm/java-17-openjdk Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 00:02:17 | Low | 2 |
| 2026-08-21 23:15:29 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |