docker-machine-gitlab-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from GitLab's official S3 bucket for a legitimate fork of docker-machine; while the host is non-standard, it is plausibly controlled by GitLab and the binaries are checksummed, reducing supply-chain risk.
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 prebuilt binaries from GitLab's official S3 bucket for a legitimate fork of docker-machine; while the host is non-standard, it is plausibly controlled by GitLab and the binaries are checksummed, reducing supply-chain risk.
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:15
source_x86_64=("$_source-x86_64::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-x86_64")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: everyx <lunt.luo#gmail.com>
2
3
pkgname=docker-machine-gitlab-bin
4
pkgdesc="Docker Machine (GitLab's fork)"
5
_version="v0.16.2-gitlab.21"
6
pkgver=$(echo "$_version" | sed -e 's/v//g' -e 's/-gitlab//g')
7
pkgrel=1
8
arch=('x86_64' 'aarch64' 'armv7h')
9
url="https://gitlab.com/gitlab-org/ci-cd/docker-machine"
10
license=('Apache')
11
conflicts=('docker-machine')
12
provides=('docker-machine')
13
_source=$pkgname-$_version
14
source=("$_source.LICENSE::https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/raw/${_version}/LICENSE")
15
source_x86_64=("$_source-x86_64::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-x86_64")
16
source_aarch64=("$_source-aarch64::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-aarch64")
17
source_armv7h=("$_source-armv7h::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-armhf")
18
sha256sums=('552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243')
19
sha256sums_x86_64=('a4e9a416f30406772e76c3b9e795121d5a7e677978923f96b7fb72f0d8354740')
20
sha256sums_aarch64=('124ceefbe1a1eec44eeb932edf9f85dab1e532d449f5e3e236faed5e8b19caba')
21
sha256sums_armv7h=('445be2dfcb398cc9e3fa5643920dce26905b6fe3b880b07490b160bd1d016084')
22
23
package() {
24
install -Dm644 "$_source.LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
25
install -Dm755 "$_source-$CARCH" "$pkgdir/usr/bin/docker-machine"
26
}
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 |