docker-cli-bin

maintainer ivoshm · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a static binary from Docker's official domain (download.docker.com), which is the project's own release infrastructure; despite the non-whitelisted host, this is a standard and trusted source for Docker binaries, and no code execution or redirection occurs.

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 static binary from Docker's official domain (download.docker.com), which is the project's own release infrastructure; despite the non-whitelisted host, this is a standard and trusted source for Docker binaries, and no code execution or redirection occurs.

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:14 source=("$pkgname-$pkgver.tar.gz::https://download.docker.com/linux/static/stable/x86_64/docker-$pkgver.tgz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer : Ivo(sh) Musil <ivoshm@gmail.com>
2
3pkgname=docker-cli-bin
4pkgver=29.6.2
5pkgrel=1
6pkgdesc="Docker - CLI utility only, installed from static binary on docker.com"
7url="https://docs.docker.com/engine/install/binaries/#install-static-binarie"
8license=("Apache")
9arch=("x86_64")
10provides=("docker")
11conflicts=("docker" "podman-docker")
12depends=("glibc")
13
14source=("$pkgname-$pkgver.tar.gz::https://download.docker.com/linux/static/stable/x86_64/docker-$pkgver.tgz")
15sha512sums=("51d3ac693cad3e9fb62baac0e0360dcbdcc3627369eb02457ed70eefd375cd0dedff90f56c4f1222e499384b6eb588be72e145c906f9deaff0e604492fd88d33")
16
17package() {
18 install -Dm 755 "$srcdir/docker/docker" "$pkgdir/usr/bin/docker"
19}
20

Changes since previous scan

--- PKGBUILD @ 2026-06-28 20:33
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer : Ivo(sh) Musil <ivoshm@gmail.com>
pkgname=docker-cli-bin
-pkgver=29.6.1
+pkgver=29.6.2
pkgrel=1
pkgdesc="Docker - CLI utility only, installed from static binary on docker.com"
url="https://docs.docker.com/engine/install/binaries/#install-static-binarie"
@@ -12,7 +12,7 @@
depends=("glibc")
source=("$pkgname-$pkgver.tar.gz::https://download.docker.com/linux/static/stable/x86_64/docker-$pkgver.tgz")
-sha512sums=("a6f1aaa60873e4b95385d8918a93e9def71e7048736235ca21da4f0c8b20cc533b7d3508975cf9c6b00623856cc181da7155eeb3f4e5974d47a1d15e113ba76e")
+sha512sums=("51d3ac693cad3e9fb62baac0e0360dcbdcc3627369eb02457ed70eefd375cd0dedff90f56c4f1222e499384b6eb588be72e145c906f9deaff0e604492fd88d33")
package() {
install -Dm 755 "$srcdir/docker/docker" "$pkgdir/usr/bin/docker"

Scan history

Scanned at (UTC)SeverityRules
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 23:59:51 MEDIUM 1
2026-06-28 20:33:42 CLEAN 2
2026-06-28 00:09:41 LOW 2
2026-06-27 00:00:51 LOW 2

Report a package

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

0 / 4000
Your suggestion