java-jai-imageio
The package downloads a prebuilt library from an official Oracle/Sun/Java.net domain for a legacy Java imaging tool; while the host is not currently whitelisted, it is a legitimate historical source for the software, and the installed files are libraries and profile scripts, not executable payloads or remote code.
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 library from an official Oracle/Sun/Java.net domain for a legacy Java imaging tool; while the host is not currently whitelisted, it is a legitimate historical source for the software, and the installed files are libraries and profile scripts, not executable payloads or remote code.
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:17
source=(http://download.java.net/media/jai-imageio/builds/release/$pkgver/${_jaiimageio}-lib-linux-${_arch}.tar.gz
PKGBUILD
1 offending line(s) highlighted# Maintainer: Volkan Gümüs <hallo@f1-computer.de>
# Contributor: SaultDon <sault.don gmail>
# Contributor: josepghbr <rafael.f.f1@gmail.com>
pkgname=java-jai-imageio
pkgver=1.1
pkgrel=3
pkgdesc="Container for JavaTM Advanced Imaging Image I/O Tools projects."
arch=(i686 x86_64)
[ "${CARCH}" = 'i686' ] && _arch='i586'
[ "${CARCH}" = 'x86_64' ] && _arch='amd64'
url="https://java.net/projects/jai-imageio/"
license=('custom')
depends=('java-environment' 'glibc')
install=java-jai-imageio.install
_jaiimageio="jai_imageio-${pkgver/./_}"
source=(http://download.java.net/media/jai-imageio/builds/release/$pkgver/${_jaiimageio}-lib-linux-${_arch}.tar.gz
jai-imageio.profile.csh
jai-imageio.profile)
[ "${CARCH}" = 'i686' ] && md5sums=('8f467118068a7dfefbe1c22ab43a22f3')
[ "${CARCH}" = 'x86_64' ] && md5sums=('163a33949d92930372dd1f59702f791e')
md5sums=("${md5sums[@]}"
'81805b48a7bd2af07ad168a8f594f4b3'
'd48bee907e9f3f7649a340a2369caf73')
package() {
cd "$srcdir/$_jaiimageio"
msg "Installing user profiles..."
install -D ${srcdir}/jai-imageio.profile \
${pkgdir}/etc/profile.d/jai-imageio.sh
install -D ${srcdir}/jai-imageio.profile.csh \
${pkgdir}/etc/profile.d/jai-imageio.csh
msg "Installing jre libs..."
install -d ${pkgdir}/usr/lib/jvm/java-8-jdk/lib
install -Dm644 lib/* \
${pkgdir}/usr/lib/jvm/java-8-jdk/lib
msg "Installing licenses..."
install -d $pkgdir/usr/share/licenses/$pkgname
install -Dm644 *.txt $pkgdir/usr/share/licenses/$pkgname
}
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 |