jquake
maintainer benoitjpnet
· 3 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The source is a prebuilt Java application JAR downloaded from a GitHub Pages site not directly linked to the official project domain, creating a supply-chain risk if the host were compromised or spoofed.
Triggered rules
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=("https://fleneindre.github.io/downloads/JQuake_${pkgver}_linux.zip"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The source is a prebuilt Java application JAR downloaded from a GitHub Pages site not directly linked to the official project domain, creating a supply-chain risk if the host were compromised or spoofed.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Benoit <archlinux@benoit.jp.net>
2
# Contributor: OpenSauce04 <opensauce04@gmail.com>
3
# Contributor: Yamada Hayao <development@fascode.net>
4
5
pkgname="jquake"
6
pkgver="1.8.5"
7
pkgrel="8"
8
pkgdesc="Free software that helps you monitor real-time shaking events in Japan"
9
arch=('any')
10
url="https://jquake.net/en/"
11
license=('Apache')
12
depends=('java-runtime')
13
# Java outputs sound through ALSA, so sound servers need their ALSA bridge
14
optdepends=('pipewire-alsa: sound output on PipeWire systems'
15
'pulseaudio-alsa: sound output on PulseAudio systems')
16
install="${pkgname}.install"
17
source=("https://fleneindre.github.io/downloads/JQuake_${pkgver}_linux.zip"
18
"jquake.desktop"
19
"jquake.sh")
20
md5sums=('2c42a9dd8d5cb3597e5dcd5986ccf370'
21
'SKIP'
22
'SKIP')
23
24
build() {
25
# Extract app icon
26
bsdtar xf JQuake.jar icon.png
27
}
28
29
package() {
30
# Desktop and launchers
31
install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
32
install -m 755 -D "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
33
# Install icon
34
install -m 644 -D "icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
35
# Install licenses
36
install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
37
install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE*
38
# Install main program and libraries
39
install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
40
install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" JQuake.jar JQuake_lib/*.jar
41
# Install sounds
42
install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
43
cp -r sounds "${pkgdir}/usr/share/${pkgname}/"
44
}
45
46
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -4,13 +4,15 @@ pkgname="jquake" pkgver="1.8.5"-pkgrel="3"+pkgrel="8" pkgdesc="Free software that helps you monitor real-time shaking events in Japan"-arch=('x86_64')+arch=('any') url="https://jquake.net/en/" license=('Apache') depends=('java-runtime')-makedepends=('fastjar')+# Java outputs sound through ALSA, so sound servers need their ALSA bridge+optdepends=('pipewire-alsa: sound output on PipeWire systems'+ 'pulseaudio-alsa: sound output on PulseAudio systems') install="${pkgname}.install" source=("https://fleneindre.github.io/downloads/JQuake_${pkgver}_linux.zip" "jquake.desktop"@@ -21,7 +23,7 @@ build() { # Extract app icon- fastjar xf JQuake.jar icon.png .+ bsdtar xf JQuake.jar icon.png } package() {@@ -35,9 +37,7 @@ install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE* # Install main program and libraries install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"- install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" JQuake.jar- install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"- install -m 644 -t "${pkgdir}/usr/lib/${pkgname}" JQuake_lib/*.jar+ install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" JQuake.jar JQuake_lib/*.jar # Install sounds install -m 755 -d "${pkgdir}/usr/share/${pkgname}" cp -r sounds "${pkgdir}/usr/share/${pkgname}/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 07:31:44 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |