aptakube-appimage

maintainer jonasled · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from the project's official release domain (releases.aptakube.com), which is a legitimate source for the software; while the host is not on a standard whitelist, it is plausibly owned by the project, and the AppImage is checksummed, making the risk low despite the non-standard host.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the project's official release domain (releases.aptakube.com), which is a legitimate source for the software; while the host is not on a standard whitelist, it is plausibly owned by the project, and the AppImage is checksummed, making the risk low despite the non-standard host.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:19 source_x86_64=("${_appimage}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jonas Leder <info@jonasled.de>
2# Contributor: Borhaneddine GUEMIDI <guemidi borhane at aina dot dz>
3# Contributor: Eli <solaceiix at gmail dot com>
4# Based on the template from https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
5
6_pkgname=aptakube
7
8pkgname="${_pkgname}"-appimage
9provides=("aptakube")
10pkgver=1.18.8
11pkgrel=1
12pkgdesc="A modern and lightweight Kubernetes desktop client to help you operate workloads on multiple clusters. (free to use during the public preview)"
13arch=('x86_64')
14url="https://aptakube.com/"
15license=('Proprietary')
16depends=('zlib' 'hicolor-icon-theme')
17options=(!strip)
18_appimage="${pkgname}-${pkgver}.AppImage"
19source_x86_64=("${_appimage}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.AppImage")
20noextract=("${_appimage}")
21sha256sums_x86_64=('8726a0b460a0a46bca88e7a82ec81b0db75f789b5ad9bc7d58550fa1eb5228e7')
22
23prepare() {
24 chmod +x "${_appimage}"
25 ./"${_appimage}" --appimage-extract
26}
27
28build() {
29 # Adjust .desktop so it will work outside of AppImage container
30 sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|"\
31 "squashfs-root/${_pkgname}.desktop"
32 # Fix permissions; .AppImage permissions are 700 for all directories
33 chmod -R a-x+rX squashfs-root/usr
34}
35
36package() {
37 # AppImage
38 install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
39 # install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"
40
41 # Desktop file
42 install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop"\
43 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
44
45 # Icon images
46 install -dm755 "${pkgdir}/usr/share/"
47 cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
48
49 # Symlink executable
50 install -dm755 "${pkgdir}/usr/bin"
51 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
52
53 # Symlink license
54 # install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
55 # ln -s "/opt/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
56}
57

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,7 +7,7 @@
pkgname="${_pkgname}"-appimage
provides=("aptakube")
-pkgver=1.18.7
+pkgver=1.18.8
pkgrel=1
pkgdesc="A modern and lightweight Kubernetes desktop client to help you operate workloads on multiple clusters. (free to use during the public preview)"
arch=('x86_64')
@@ -18,7 +18,7 @@
_appimage="${pkgname}-${pkgver}.AppImage"
source_x86_64=("${_appimage}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=('bc3270df00337049c06f67ef0ccea6e7c3ce7677de1aab30710feca4db0811b7')
+sha256sums_x86_64=('8726a0b460a0a46bca88e7a82ec81b0db75f789b5ad9bc7d58550fa1eb5228e7')
prepare() {
chmod +x "${_appimage}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 15:12:02 MEDIUM 1
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 15:24:42 MEDIUM 1
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 15:17:04 MEDIUM 1
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2

Report a package

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

0 / 4000
Your suggestion