jrosetta
The package downloads prebuilt JAR files from a personal GitHub Pages domain, which is a non-standard host, but the files are verified via multiple checksums and are installed as static Java libraries; the worst case of a malicious swap would be code execution via the JAR, but the source is not executed during build and the checksums provide strong verification, making the risk low.
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 prebuilt JAR files from a personal GitHub Pages domain, which is a non-standard host, but the files are verified via multiple checksums and are installed as static Java libraries; the worst case of a malicious swap would be code execution via the JAR, but the source is not executed during build and the checksums provide strong verification, making the risk low.
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
"https://mrwitek.github.io/aur-repo/jrosetta-api-1.0.4.jar"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Victor Dmitriyev <mrvvitek@gmail.com>
# Contributor: Alucryd <alucryd at gmail dot com>
# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
# Contributor: Simon Lipp <sloonz+aur at gmail dot com>
pkgname=jrosetta
pkgver=1.0.4
pkgrel=5
pkgdesc="Graphical console engine for Swing"
arch=('any')
url="http://dev.artenum.com/projects/JRosetta/"
license=('GPL2')
depends=('java-runtime')
#source=("http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/jrosetta-api/$pkgver/jrosetta-api-$pkgver.jar"
#"http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/jrosetta-engine/$pkgver/jrosetta-engine-$pkgver.jar")
source=(
"https://mrwitek.github.io/aur-repo/jrosetta-api-1.0.4.jar"
"https://mrwitek.github.io/aur-repo/jrosetta-engine-1.0.4.jar"
)
md5sums=('00082a2e745c8e0042608650334a9aaf'
'cdef53b29bce0ccd46d9986996df40a6')
sha1sums=('18897a184332af2572c2e965da05db8ecd8a61c8'
'e2537ebc971c4b095f3998463df9de0616ba656b')
sha256sums=('45703efaed9b4eb46830814ca5c5b19220021064a65ed225daa5b74a95c38044'
'291e5c5fd8e7335e9ef8b241ae8ee0b3acd7936fc2fe83a632d12e66acd2380e')
sha512sums=('7f6e8fefd70b34a21c884920c6aa5b3e8d03b3e4c6c4fe86a449496307c460c7f96c9277983afdc36547725f68189dfcd0fa97556070b43b7d9d2b221e73ed6a'
'18eb337308b32c96e23d70d760abdecc917baa627ff50dda9f166a7056eaed77d7b9bffcca907f9fc32157a6edbeef9370759f630f111b2d692071ba30c34b0c')
noextract=("jrosetta-engine-$pkgver.jar" "jrosetta-api-$pkgver.jar")
package() {
cd "$srcdir"
install -Dm644 "$srcdir/$pkgname-api-$pkgver.jar" "$pkgdir/usr/share/java/$pkgname/$pkgname-API.jar"
install -Dm644 "$srcdir/$pkgname-engine-$pkgver.jar" "$pkgdir/usr/share/java/$pkgname/$pkgname-engine.jar"
}
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 |