minikube-bin-aliyun
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt minikube binary from Alibaba Cloud's official OSS host, which is a plausible and project-relevant source; while the host is not on standard whitelists, it is not a personal or anonymous file host, and the binary is from a known Kubernetes distribution effort in China, making the realistic risk low despite the non-standard domain.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt minikube binary from Alibaba Cloud's official OSS host, which is a plausible and project-relevant source; while the host is not on standard whitelists, it is not a personal or anonymous file host, and the binary is from a known Kubernetes distribution effort in China, making the realistic risk low despite the non-standard domain.
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:20
source=(minikube_$pkgver::http://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/releases/v$pkgver/minikube-linux-amd64)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: mingciong
2
3
pkgname=minikube-bin-aliyun
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="A tool that makes it easy to run Kubernetes locally in China"
7
url="https://github.com/AliyunContainerService/minikube"
8
license=('Apache')
9
arch=('x86_64')
10
optdepends=(
11
'kubectl: to manage the cluster'
12
'crictl: to use --vm-driver=none'
13
'virtualbox: to use --vm-driver=virtualbox (default)'
14
'docker-machine-kvm: to use --vm-driver=kvm'
15
'docker-machine-driver-kvm2: to use --vm-driver=kvm2'
16
)
17
makedepends=()
18
provides=('minikube')
19
conflicts=('minikube')
20
source=(minikube_$pkgver::http://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/releases/v$pkgver/minikube-linux-amd64)
21
sha256sums=('f276686e8b4d7c95b0e534b0610d5b6744aae55d70a2dcd1956011d6a52834b2')
22
23
package() {
24
install -Dm755 minikube_$pkgver "$pkgdir/usr/bin/minikube"
25
26
"$pkgdir/usr/bin/minikube" completion bash | install -Dm 644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/minikube"
27
"$pkgdir/usr/bin/minikube" completion zsh | install -Dm 644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_minikube"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 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 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |