java21-openjfx-bin

LOW
maintainer Dracomage 3 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate vendor; the host is not on standard whitelists but is plausibly official, and the files are verifiable via checksums, posing low risk.

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 official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate vendor; the host is not on standard whitelists but is plausibly official, and the files are verifiable via checksums, posing low risk.

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:15 source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dracomage <dracomage at disroot dot org>
2
3pkgname=java21-openjfx-bin
4pkgver=21.0.12
5pkgrel=1
6pkgdesc="Java OpenJFX ${pkgver} client application platform (Gluon build)."
7arch=('x86_64')
8url='https://openjfx.io/'
9license=('GPL-2.0-only')
10depends=('ffmpeg' 'gstreamer' 'java-environment=21' 'libxtst' 'qt5-base')
11optdepends=('webkit2gtk: Web content engine for GTK')
12provides=("java21-openjfx" "java-openjfx=21")
13conflicts=("java21-openjfx")
14options=(!strip)
15source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"
16 "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-jmods.zip"
17 "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}-javadoc.zip")
18sha256sums=('9d4e3daa5f2ec07a8cacec2f8a8f56d487b99aadf757c18f5f1f1c2fb594740b'
19 '87dbf03d39d2df3d232bd8d98cb6ad4920940d5251287f0cba61222b4e46a173'
20 '253d3117bea1eb160d479a62671220b2b34ba8c89193682b78c0856bbe7c41b5')
21
22_jvmdir=usr/lib/jvm/java-21-openjdk
23
24package() {
25 # Install
26 install -d "${pkgdir}/${_jvmdir}"
27 cp -a "javafx-sdk-${pkgver}/lib" "${pkgdir}/${_jvmdir}/"
28 # Copy source archive
29 cp -a "javafx-sdk-${pkgver}/src.zip" "${pkgdir}/${_jvmdir}/"
30 mv "${pkgdir}/${_jvmdir}/src.zip" "${pkgdir}/${_jvmdir}/lib/javafx-src.zip"
31 # Legal
32 install -d "${pkgdir}/usr/share/licenses/java21-openjdk"
33 cp -a "javafx-sdk-${pkgver}/legal" "${pkgdir}/usr/share/licenses/java21-openjdk/"
34 # Jmods
35 install -d "${pkgdir}/${_jvmdir}/jmods"
36 cp -a "javafx-jmods-${pkgver}/"* "${pkgdir}/${_jvmdir}/jmods/"
37 # Docs
38 install -d "${pkgdir}/usr/share/doc/java21-openjfx"
39 cp -a "javafx-${pkgver}-javadoc/"* "${pkgdir}/usr/share/doc/java21-openjfx/"
40}
41

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion