jdk19-graalvm-ee-bin
The package downloads a GraalVM EE source tarball from the Internet Archive, which is a non-standard host, but the tarball is from Oracle's official domain (via archive.org) and is used to build the official GraalVM distribution; the checksums are provided and the content is not executed remotely, reducing the risk despite the non-whitelisted host.
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 GraalVM EE source tarball from the Internet Archive, which is a non-standard host, but the tarball is from Oracle's official domain (via archive.org) and is used to build the official GraalVM distribution; the checksums are provided and the content is not executed remotely, reducing the risk despite the non-whitelisted host.
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:25
source_x86_64=("https://web.archive.org/web/20230210121435/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-amd64-22.3.1.tar.gz?AuthParam=1676031374_e770a327c875d6085c0328e472f6b2ad")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Godeps <Godeps@protonmail.com>
# Based on nns's jdk17-graalvm-ee-bin AUR package
java_=19
pkgname="jdk${java_}-graalvm-ee-bin"
pkgver=22.3.1
pkgrel=1
pkgdesc="Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other), Java ${java_} version"
arch=('x86_64'
'aarch64')
url='https://www.graalvm.org/'
license=('custom:OTN')
depends=('java-runtime-common'
'java-environment-common')
makedepends=()
provides=("java-runtime=${java_}"
"java-environment=${java_}")
options=('staticlibs')
install="$pkgname.install"
source=('graalvm-ee-rebuild-libpolyglot.hook')
sha256sums=('7dc37bd3703ebebcd6efa39534e6bb6e3ec9c8ee0d97e46d6df5349739c7d2ca')
# JDK19 is still marked as experimental and thefore not available on the open oracle mirrors so we use the internet archive for now.
sha256sums_x86_64=('9ac9c4e0d94772527950efb0d3b2630d5161e9b5659289e02cda8246530024c8')
sha256sums_aarch64=('59ec396dd68143efc0d3199711aea1e50883e269473cbaaaea32b66090433007')
source_x86_64=("https://web.archive.org/web/20230210121435/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-amd64-22.3.1.tar.gz?AuthParam=1676031374_e770a327c875d6085c0328e472f6b2ad")
source_aarch64=("https://web.archive.org/web/20230210122242/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-aarch64-22.3.1.tar.gz?AuthParam=1676031867_cb5783ae7e43a80ed98ea8d7646b2761")
package() {
cd "graalvm-ee-java${java_}-${pkgver}"
mkdir -p "$pkgdir/usr/lib/jvm/java-${java_}-graalvm-ee/"
cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm-ee/" *
install -DTm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
sed "s/JAVA/${java_}/g" < "../graalvm-ee-rebuild-libpolyglot.hook" > "graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook"
install -DTm644 "graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook" "$pkgdir/usr/share/libalpm/hooks/graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook"
}
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 |