kakele

maintainer grosseirao · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary (kakele-linux.zip containing a native executable 'kakele' and a JAR) from the official game's CDN (kakele.nyc3.cdn.digitaloceanspaces.com), which is the vendor's own DigitalOcean Spaces bucket — consistent with how indie game developers distribute binaries. However, the checksum is 'SKIP', meaning there is no integrity verification of the downloaded binary. The URL points to 'latest' (a mutable path), so the file can be silently replaced at any time without the PKGBUILD changing. This is a real supply-chain concern: a compromised or swapped binary at that URL would be installed and executed with no checksum to catch it. The host appears to be the official vendor CDN rather than a random personal host, which reduces (but does not eliminate) the risk. The combination of a mutable 'latest' URL and SKIP checksum for an executed binary warrants a medium rating.

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:11 source=("https://kakele.nyc3.cdn.digitaloceanspaces.com/latest/kakele-linux.zip" 'kakele.desktop')
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary (kakele-linux.zip containing a native executable 'kakele' and a JAR) from the official game's CDN (kakele.nyc3.cdn.digitaloceanspaces.com), which is the vendor's own DigitalOcean Spaces bucket — consistent with how indie game developers distribute binaries. However, the checksum is 'SKIP', meaning there is no integrity verification of the downloaded binary. The URL points to 'latest' (a mutable path), so the file can be silently replaced at any time without the PKGBUILD changing. This is a real supply-chain concern: a compromised or swapped binary at that URL would be installed and executed with no checksum to catch it. The host appears to be the official vendor CDN rather than a random personal host, which reduces (but does not eliminate) the risk. The combination of a mutable 'latest' URL and SKIP checksum for an executed binary warrants a medium rating.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Felipe Eduardo <felipeeduardopublic@gmail.com>
2
3pkgname=kakele
4pkgver=4.4.4
5pkgrel=4
6pkgdesc="Kakele Online is a Cross Platform, 2D open world massive multiplayer online role playing game"
7arch=('x86_64')
8url="https://kakele.io"
9license=('custom')
10depends=()
11source=("https://kakele.nyc3.cdn.digitaloceanspaces.com/latest/kakele-linux.zip" 'kakele.desktop')
12md5sums=('SKIP' '5a4a0daff7b25f948e42d8d0150cddc5')
13
14package() {
15 mkdir -p "${pkgdir}/opt/${pkgname}"
16 mkdir -p "${pkgdir}/usr/share/pixmaps"
17 mkdir -p "${pkgdir}/usr/bin"
18 mkdir -p "${pkgdir}/usr/share/applications"
19 mkdir -p "$(xdg-user-dir PICTURES)/kakele"
20 bsdtar -xOf "kakele.jar" "image/icon.png" > "${srcdir}/kakele.png"
21 cp -R "${srcdir}/"* "${pkgdir}/opt/${pkgname}"
22 rm "${pkgdir}/opt/${pkgname}/kakele.desktop"
23 cp -R "../kakele.desktop" "${pkgdir}/opt/${pkgname}/kakele.desktop"
24 chmod -R 755 "${pkgdir}/opt/${pkgname}/${pkgname}"
25 ln -s "/opt/${pkgname}/kakele" "${pkgdir}/usr/bin/kakele"
26 ln -s "$(xdg-user-dir PICTURES)/kakele" "${pkgdir}/opt/${pkgname}/screenshots"
27 ln -s "/opt/${pkgname}/kakele.png" "${pkgdir}/usr/share/pixmaps"
28 ln -s "/opt/${pkgname}/kakele.desktop" "${pkgdir}/usr/share/applications/kakele.desktop"
29}
30

Scan history

Scanned at (UTC)SeverityRules
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 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
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion