oxwu
maintainer holishing
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from a non-standard host (eew.earthquake.tw), which is not a common code hosting platform, and the checksum is provided but the source is not verifiable or rebuildable, posing a supply-chain risk if the host is compromised.
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:9
source=("oxwu-$pkgver.AppImage::https://eew.earthquake.tw/releases/linux/x64/oxwu-linux-x86_64.AppImage")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard host (eew.earthquake.tw), which is not a common code hosting platform, and the checksum is provided but the source is not verifiable or rebuildable, posing a supply-chain risk if the host is compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: holishing
2
# Contributor: axzxc1236
3
pkgname=oxwu
4
pkgver=4.2.0
5
pkgrel=1
6
pkgdesc="The GUI software using P2P networking to fastly report Earthquakes in Taiwan"
7
arch=('x86_64')
8
url="https://eew.earthquake.tw"
9
source=("oxwu-$pkgver.AppImage::https://eew.earthquake.tw/releases/linux/x64/oxwu-linux-x86_64.AppImage")
10
sha512sums=('a7ab9967f632e545569a71ce8a5d9b12197a8d3d6ac8f8698de2700744d22162b08baf6b8242f12fb1e9c716aebe4bb529900cc37cf8749e6696d7e3d0397c94')
11
noextract=("oxwu-$pkgver.AppImage")
12
options+=('!strip')
13
14
prepare() {
15
cd "${srcdir}"
16
# Extract appimage content
17
chmod +x oxwu-$pkgver.AppImage
18
./oxwu-$pkgver.AppImage --appimage-extract > /dev/null
19
# Fix permissions; .AppImage permissions are 700 for all directories
20
chmod -R a-x+rX squashfs-root/usr
21
}
22
23
build() {
24
# Adjust .desktop so it will work outside of AppImage container
25
sed -i -E 's|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /opt/OXWU/oxwu.AppImage|' 'squashfs-root/oxwu.desktop'
26
}
27
28
package() {
29
install -Dm755 "${srcdir}/oxwu-$pkgver.AppImage" "${pkgdir}/opt/OXWU/oxwu.AppImage"
30
# create symbolic link
31
install -dm755 "${pkgdir}/usr/bin"
32
ln -s "${pkgdir}/opt/OXWU/oxwu.AppImage" "${pkgdir}/usr/bin/oxwu"
33
# Icon images
34
install -dm755 "${pkgdir}/usr/share/"
35
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
36
install -Dm644 "${srcdir}/squashfs-root/oxwu.png" "${pkgdir}/opt/OXWU/oxwu.png"
37
install -Dm644 "${srcdir}/squashfs-root/oxwu.desktop" "${pkgdir}/usr/share/applications/oxwu.desktop"
38
install -Dm644 "${srcdir}/squashfs-root/oxwu.desktop" "${pkgdir}/etc/xdg/autostart/oxwu.desktop"
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,13 +1,13 @@ # Contributor: holishing # Contributor: axzxc1236 pkgname=oxwu-pkgver=4.1.3+pkgver=4.2.0 pkgrel=1 pkgdesc="The GUI software using P2P networking to fastly report Earthquakes in Taiwan" arch=('x86_64') url="https://eew.earthquake.tw" source=("oxwu-$pkgver.AppImage::https://eew.earthquake.tw/releases/linux/x64/oxwu-linux-x86_64.AppImage")-sha512sums=('1d53940e83bf4857aed61a07a4ef650bf381efcf59110313060d09c517910c3a5ca8d5dcd43272ed990f100c4e2aa6277289bdbf2eb56ef2998cf1b66b58fe78')+sha512sums=('a7ab9967f632e545569a71ce8a5d9b12197a8d3d6ac8f8698de2700744d22162b08baf6b8242f12fb1e9c716aebe4bb529900cc37cf8749e6696d7e3d0397c94') noextract=("oxwu-$pkgver.AppImage") options+=('!strip') 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 09:32:02 | 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 |