javafx8-scenebuilder
maintainer moacirrf
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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_x86_64=($_debpkg-$pkgver-x86_64.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux/$_debpkg-$pkgver.deb)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Moacir R.F <moacirrf@gmail.com>
2
_basename="SceneBuilder-8"
3
pkgname="javafx8-scenebuilder"
4
_debpkg=scenebuilder
5
pkgver="8.5.0"
6
pkgrel=1
7
pkgdesc="Scene Builder is an open source tool that allows for drag and drop design of JavaFX user interfaces, for java 8."
8
arch=('x86_64' 'i686')
9
url="http://gluonhq.com/labs/scene-builder/"
10
license=('BSD License')
11
depends=()
12
makedepends=()
13
optdepends=()
14
install=
15
source_x86_64=($_debpkg-$pkgver-x86_64.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux/$_debpkg-$pkgver.deb)
16
source_i686=($_debpkg-$pkgver-i686.deb::http://download.gluonhq.com/scenebuilder/$pkgver/install/linux-x86/$_debpkg-$pkgver.deb)
17
sha1sums_x86_64=('52bb179903b45de257fd76657404d340601e5b10')
18
sha1sums_i686=('f4df31a35b690a0c7de86b64fd513e188874dca9')
19
20
21
build() {
22
cd "$srcdir/"
23
tar -xf data.tar.xz
24
mv "${srcdir}/opt/SceneBuilder" "${srcdir}/opt/${_basename}"
25
mv "${srcdir}/opt/${_basename}/SceneBuilder.png" "${srcdir}/opt/${_basename}/${_basename}.png"
26
27
echo "[Desktop Entry]
28
Name=Scene Builder 8.5.0
29
Comment=Gluon Scene Builder for Java 8.
30
Exec=/opt/${_basename}/SceneBuilder
31
Icon=/opt/${_basename}/${_basename}.png
32
Terminal=false
33
Type=Application
34
Categories=Development;GTK;">"${srcdir}/opt/${_basename}/${_basename}.desktop"
35
}
36
37
package() {
38
cp -rf "$srcdir/opt" "$pkgdir"
39
install -d "${pkgdir}/usr/share/applications/"
40
install -d "${pkgdir}/usr/share/pixmaps/"
41
install -d "${pkgdir}/usr/bin/"
42
ln -s "/opt/${_basename}/SceneBuilder" "${pkgdir}/usr/bin/${pkgname}"
43
install -m644 "${srcdir}/opt/${_basename}/${_basename}.desktop" "${pkgdir}/usr/share/applications/"
44
install -m644 "${srcdir}/opt/${_basename}/${_basename}.png" "${pkgdir}/usr/share/pixmaps/"
45
}
46
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 |