java-jai-imageio

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

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

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 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)
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:17 source=(http://download.java.net/media/jai-imageio/builds/release/$pkgver/${_jaiimageio}-lib-linux-${_arch}.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Volkan Gümüs <hallo@f1-computer.de>
2# Contributor: SaultDon <sault.don gmail>
3# Contributor: josepghbr <rafael.f.f1@gmail.com>
4
5pkgname=java-jai-imageio
6pkgver=1.1
7pkgrel=3
8pkgdesc="Container for JavaTM Advanced Imaging Image I/O Tools projects."
9arch=(i686 x86_64)
10 [ "${CARCH}" = 'i686' ] && _arch='i586'
11 [ "${CARCH}" = 'x86_64' ] && _arch='amd64'
12url="https://java.net/projects/jai-imageio/"
13license=('custom')
14depends=('java-environment' 'glibc')
15install=java-jai-imageio.install
16_jaiimageio="jai_imageio-${pkgver/./_}"
17source=(http://download.java.net/media/jai-imageio/builds/release/$pkgver/${_jaiimageio}-lib-linux-${_arch}.tar.gz
18 jai-imageio.profile.csh
19 jai-imageio.profile)
20[ "${CARCH}" = 'i686' ] && md5sums=('8f467118068a7dfefbe1c22ab43a22f3')
21[ "${CARCH}" = 'x86_64' ] && md5sums=('163a33949d92930372dd1f59702f791e')
22md5sums=("${md5sums[@]}"
23 '81805b48a7bd2af07ad168a8f594f4b3'
24 'd48bee907e9f3f7649a340a2369caf73')
25
26package() {
27 cd "$srcdir/$_jaiimageio"
28
29 msg "Installing user profiles..."
30 install -D ${srcdir}/jai-imageio.profile \
31 ${pkgdir}/etc/profile.d/jai-imageio.sh
32 install -D ${srcdir}/jai-imageio.profile.csh \
33 ${pkgdir}/etc/profile.d/jai-imageio.csh
34
35 msg "Installing jre libs..."
36 install -d ${pkgdir}/usr/lib/jvm/java-8-jdk/lib
37 install -Dm644 lib/* \
38 ${pkgdir}/usr/lib/jvm/java-8-jdk/lib
39
40 msg "Installing licenses..."
41 install -d $pkgdir/usr/share/licenses/$pkgname
42 install -Dm644 *.txt $pkgdir/usr/share/licenses/$pkgname
43}
44

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