aptakube

LOW
maintainer jonasled 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 .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)
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:16 source_x86_64=("${_debfile}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jonas Leder <info@jonasled.de>
2_pkgname=aptakube
3
4pkgname="${_pkgname}"
5pkgver=1.20.4
6pkgrel=1
7pkgdesc="A modern and lightweight Kubernetes desktop client to help you operate workloads on multiple clusters. (free to use during the public preview)"
8arch=('x86_64')
9url="https://aptakube.com/"
10license=('Proprietary')
11depends=('zlib' 'hicolor-icon-theme' 'webkit2gtk-4.1')
12optdepends=('gnome-terminal')
13makedepends=('binutils')
14options=(!strip)
15_debfile="${pkgname}-${pkgver}.deb"
16source_x86_64=("${_debfile}::https://releases.aptakube.com/${_pkgname}_${pkgver}_amd64.deb")
17noextract=("${_debfile}")
18sha256sums_x86_64=('1c36d15933455f65749207852193cb34b453471c7f7844d08b22c3d587fa6188')
19
20package() {
21 cd "$srcdir"
22
23 # Extract .deb file
24 ar x "${_debfile}"
25 tar -xvf data.tar.* -C "$pkgdir/"
26
27}
28

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion