javafx8-scenebuilder
The package downloads a prebuilt .deb from Gluon's official domain (download.gluonhq.com), which is the project's legitimate release infrastructure; the binary is unpacked and installed locally, which is standard for packaging third-party applications on Arch, and the checksums are provided, making it a low-risk, typical AUR package.
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 95%): The package downloads a prebuilt .deb from Gluon's official domain (download.gluonhq.com), which is the project's legitimate release infrastructure; the binary is unpacked and installed locally, which is standard for packaging third-party applications on Arch, and the checksums are provided, making it a low-risk, typical AUR package.
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_x86_64=($_debpkg-$pkgver-x86_64.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux/$_debpkg-$pkgver.deb)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Moacir R.F <moacirrf@gmail.com>
_basename="SceneBuilder-8"
pkgname="javafx8-scenebuilder"
_debpkg=scenebuilder
pkgver="8.5.0"
pkgrel=1
pkgdesc="Scene Builder is an open source tool that allows for drag and drop design of JavaFX user interfaces, for java 8."
arch=('x86_64' 'i686')
url="http://gluonhq.com/labs/scene-builder/"
license=('BSD License')
depends=()
makedepends=()
optdepends=()
install=
source_x86_64=($_debpkg-$pkgver-x86_64.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux/$_debpkg-$pkgver.deb)
source_i686=($_debpkg-$pkgver-i686.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux-x86/$_debpkg-$pkgver.deb)
sha1sums_x86_64=('52bb179903b45de257fd76657404d340601e5b10')
sha1sums_i686=('f4df31a35b690a0c7de86b64fd513e188874dca9')
build() {
cd "$srcdir/"
tar -xf data.tar.xz
mv "${srcdir}/opt/SceneBuilder" "${srcdir}/opt/${_basename}"
mv "${srcdir}/opt/${_basename}/SceneBuilder.png" "${srcdir}/opt/${_basename}/${_basename}.png"
echo "[Desktop Entry]
Name=Scene Builder 8.5.0
Comment=Gluon Scene Builder for Java 8.
Exec=/opt/${_basename}/SceneBuilder
Icon=/opt/${_basename}/${_basename}.png
Terminal=false
Type=Application
Categories=Development;GTK;">"${srcdir}/opt/${_basename}/${_basename}.desktop"
}
package() {
cp -rf "$srcdir/opt" "$pkgdir"
install -d "${pkgdir}/usr/share/applications/"
install -d "${pkgdir}/usr/share/pixmaps/"
install -d "${pkgdir}/usr/bin/"
ln -s "/opt/${_basename}/SceneBuilder" "${pkgdir}/usr/bin/${pkgname}"
install -m644 "${srcdir}/opt/${_basename}/${_basename}.desktop" "${pkgdir}/usr/share/applications/"
install -m644 "${srcdir}/opt/${_basename}/${_basename}.png" "${pkgdir}/usr/share/pixmaps/"
}
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 |