aptakube
The package downloads a prebuilt .deb from the project's official release domain (releases.aptakube.com), which is plausibly controlled by the vendor; while the host is not on a standard whitelist, it is project-specific and the installed content is a legitimate desktop application, not malicious code.
Triggered rules
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 .deb from the project's official release domain (releases.aptakube.com), which is plausibly controlled by the vendor; while the host is not on a standard whitelist, it is project-specific and the installed content is a legitimate desktop application, not malicious code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source_x86_64=("${_debfile}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jonas Leder <info@jonasled.de>
_pkgname=aptakube
pkgname="${_pkgname}"
pkgver=1.20.4
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')
url="https://aptakube.com/"
license=('Proprietary')
depends=('zlib' 'hicolor-icon-theme' 'webkit2gtk-4.1')
optdepends=('gnome-terminal')
makedepends=('binutils')
options=(!strip)
_debfile="${pkgname}-${pkgver}.deb"
source_x86_64=("${_debfile}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.deb")
noextract=("${_debfile}")
sha256sums_x86_64=('1c36d15933455f65749207852193cb34b453471c7f7844d08b22c3d587fa6188')
package() {
cd "$srcdir"
# Extract .deb file
ar x "${_debfile}"
tar -xvf data.tar.* -C "$pkgdir/"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,7 @@ _pkgname=aptakube pkgname="${_pkgname}"-pkgver=1.20.2+pkgver=1.20.4 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')@@ -15,7 +15,7 @@ _debfile="${pkgname}-${pkgver}.deb" source_x86_64=("${_debfile}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.deb") noextract=("${_debfile}")-sha256sums_x86_64=('4c71ce13d3e662095c1769c9043e6092b0beceb371c9a8113f0046e117a3f058')+sha256sums_x86_64=('1c36d15933455f65749207852193cb34b453471c7f7844d08b22c3d587fa6188') package() { cd "$srcdir"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 15:22:50 | Medium | 1 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 09:19:41 | Medium | 1 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 15:17:35 | Medium | 1 |
| 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 15:22:58 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 09:20:32 | 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 13:14:41 | 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 |