key-nightly
The package downloads a JAR file and a logo from the project's official domain (kit.edu) and project website, which are plausibly legitimate sources; the JAR is part of the project's own build, not an untrusted prebuilt binary, and no code execution from unverifiable or malicious sources is present.
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 JAR file and a logo from the project's official domain (kit.edu) and project website, which are plausibly legitimate sources; the JAR is part of the project's own build, not an untrusted prebuilt binary, and no code execution from unverifiable or malicious sources is present.
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:13
source=("https://formal.iti.kit.edu/key/download/nightly/dist/key-2.7.1537_6449d9d989e94bc1fbb235e3c06b45ac1e0d9af6-exe.jar" -
PKGBUILD:14
"https://www.key-project.org/wp-content/themes/key/img/key-logo-white.png"
PKGBUILD
2 offending line(s) highlighted# Maintainer: csicar
pkgname=key-nightly
pkgver=2.7.1537
pkgrel=1
pkgdesc="Java Software Verification Tool"
arch=(any)
url="https://www.key-project.org/"
license=('GPL')
depends=("java-runtime")
optdepends=("z3")
conflicts=("key-bin")
source=("https://formal.iti.kit.edu/key/download/nightly/dist/key-2.7.1537_6449d9d989e94bc1fbb235e3c06b45ac1e0d9af6-exe.jar"
"https://www.key-project.org/wp-content/themes/key/img/key-logo-white.png"
"key.desktop"
"key.sh")
sha256sums=('82bce336de5700a7283f71680f39479ac1f32d63e85402fc3e0df3bbe6b6b861'
'6b3f7a6d75515e92a9f139216c59c06bd9b43da62e70904eef882722ce7cceae'
'883e62e3dd9d9c164e9e7c5199333409937a7591c1b17003dbb04beec7c27980'
'449a4874434aabc061ba713a96966e1d6baa524f4e5c8b140cf03985c3b60b43')
build() {
ls
# assume ant defaults to UTF8 encoding.
}
package() {
install -m 755 -D "key.sh" "$pkgdir/usr/bin/key"
mkdir -p "${pkgdir}/usr/share/java/key"
mkdir -p "${pkgdir}/usr/share/icons/"
cp key*-exe.jar "${pkgdir}/usr/share/java/key/KeY.jar"
cp key-logo-white.png "${pkgdir}/usr/share/icons/key.png"
install -Dm755 "${srcdir}/key.desktop" "${pkgdir}/usr/share/applications/key.desktop"
ls "${pkgdir}/usr/share/java/key"
}
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 |