kubit-cli-bin
maintainer metantesan
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-standard, non-whitelisted host (kubit.cloud) with a fixed checksum, posing a supply-chain risk if the host were compromised or the binary swapped.
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:12
source_x86_64=("https://kubit.cloud/download/kubit")
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 binary from a non-standard, non-whitelisted host (kubit.cloud) with a fixed checksum, posing a supply-chain risk if the host were compromised or the binary swapped.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: hikari <me at metantesan dot com>
2
pkgname=kubit-cli-bin
3
pkgver=0.3.85
4
pkgrel=1
5
pkgdesc="CLI tool to interact with Pack and other Kubernetes resources"
6
arch=('x86_64')
7
url="https://kubit.cloud"
8
license=('custom:Proprietary')
9
provides=('kubit-cli')
10
conflicts=('kubit-cli')
11
options=('!strip')
12
source_x86_64=("https://kubit.cloud/download/kubit")
13
sha512sums_x86_64=('c4b45b52f39b52a2745334d50c2df5e1edba5bacbfdced6a6bd8b63974ad32b621a5c2ff68be8951cf0a6a51ecac298a3e4fd9104f1f3a839d8acc589d27d365')
14
15
package() {
16
install -Dm755 "$srcdir/kubit" "$pkgdir/usr/bin/kubit"
17
}
Changes since previous scan
--- PKGBUILD @ 2026-07-18 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: hikari <me at metantesan dot com> pkgname=kubit-cli-bin-pkgver=0.3.82+pkgver=0.3.85 pkgrel=1 pkgdesc="CLI tool to interact with Pack and other Kubernetes resources" arch=('x86_64')@@ -10,7 +10,7 @@ conflicts=('kubit-cli') options=('!strip') source_x86_64=("https://kubit.cloud/download/kubit")-sha512sums_x86_64=('97c89c97776ae29ca97e5e10d34ea6ef24df9242fe2318c54b1b7aa5ba16215c41e2c6e58aa6eda224b6f3de5d692a14aa8943a7177f45a53e19f56f8832a588')+sha512sums_x86_64=('c4b45b52f39b52a2745334d50c2df5e1edba5bacbfdced6a6bd8b63974ad32b621a5c2ff68be8951cf0a6a51ecac298a3e4fd9104f1f3a839d8acc589d27d365') package() { install -Dm755 "$srcdir/kubit" "$pkgdir/usr/bin/kubit"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 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 07:57:03 | 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 |