java-jai-imageio
maintainer Volkan
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
5
pkgname=java-jai-imageio
6
pkgver=1.1
7
pkgrel=3
8
pkgdesc="Container for JavaTM Advanced Imaging Image I/O Tools projects."
9
arch=(i686 x86_64)
10
[ "${CARCH}" = 'i686' ] && _arch='i586'
11
[ "${CARCH}" = 'x86_64' ] && _arch='amd64'
12
url="https://java.net/projects/jai-imageio/"
13
license=('custom')
14
depends=('java-environment' 'glibc')
15
install=java-jai-imageio.install
16
_jaiimageio="jai_imageio-${pkgver/./_}"
17
source=(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')
22
md5sums=("${md5sums[@]}"
23
'81805b48a7bd2af07ad168a8f594f4b3'
24
'd48bee907e9f3f7649a340a2369caf73')
25
26
package() {
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) | 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 |