docker-machine-gitlab-bin
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
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)
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# Maintainer: everyx <lunt.luo#gmail.com>
pkgname=docker-machine-gitlab-bin
pkgdesc="Docker Machine (GitLab's fork)"
_version="v0.16.2-gitlab.21"
pkgver=$(echo "$_version" | sed -e 's/v//g' -e 's/-gitlab//g')
pkgrel=1
arch=('x86_64' 'aarch64' 'armv7h')
url="https://gitlab.com/gitlab-org/ci-cd/docker-machine"
license=('Apache')
conflicts=('docker-machine')
provides=('docker-machine')
_source=$pkgname-$_version
source=("$_source.LICENSE::https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/raw/${_version}/LICENSE")
source_x86_64=("$_source-x86_64::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-x86_64")
source_aarch64=("$_source-aarch64::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-aarch64")
source_armv7h=("$_source-armv7h::https://gitlab-docker-machine-downloads.s3.amazonaws.com/${_version}/docker-machine-Linux-armhf")
sha256sums=('552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243')
sha256sums_x86_64=('a4e9a416f30406772e76c3b9e795121d5a7e677978923f96b7fb72f0d8354740')
sha256sums_aarch64=('124ceefbe1a1eec44eeb932edf9f85dab1e532d449f5e3e236faed5e8b19caba')
sha256sums_armv7h=('445be2dfcb398cc9e3fa5643920dce26905b6fe3b880b07490b160bd1d016084')
package() {
install -Dm644 "$_source.LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
install -Dm755 "$_source-$CARCH" "$pkgdir/usr/bin/docker-machine"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |