jquake
MEDIUM
maintainer benoitjpnet
3 votes
scanned 2026-09-17 00:27:14.276658
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
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |