docker-native-desktop-bin

maintainer jg22 · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt binary from a GitHub release without a verifiable checksum for the license file and relies on a third-party source, creating a supply-chain risk if the binary were swapped.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

MEDIUM AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release without a verifiable checksum for the license file and relies on a third-party source, creating a supply-chain risk if the binary were swapped.

PKGBUILD

1# Maintainer: João Gabriel V. Melão <jgvasconcellos22@gmail.com>
2
3pkgname=docker-native-desktop-bin
4pkgver=1.15.1
5pkgrel=1
6pkgdesc="Native Docker Desktop alternative for Linux"
7arch=('x86_64')
8url="https://github.com/pedrofariasx/dockernativemanager"
9license=('MIT')
10
11depends=(
12 cairo
13 gdk-pixbuf2
14 glib2
15 gtk3
16 hicolor-icon-theme
17 libsoup3
18 webkit2gtk-4.1
19)
20
21options=('!strip' '!debug')
22
23source=(
24 "Docker.Native.Manager_${pkgver}_amd64.deb::https://github.com/pedrofariasx/dockernativemanager/releases/download/v${pkgver}/Docker.Native.Manager_${pkgver}_amd64.deb"
25 "LICENSE::https://raw.githubusercontent.com/pedrofariasx/dockernativemanager/main/LICENSE"
26)
27
28sha256sums=(
29 '894186534aac918eecca0912854076733e85a3af74ec912cba30ac33267ba97a'
30 'SKIP'
31)
32
33check() {
34 ar t "Docker.Native.Manager_${pkgver}_amd64.deb" >/dev/null
35}
36
37package() {
38 cd "$srcdir"
39
40 # Extrai o conteúdo do pacote .deb
41 bsdtar -xOf "Docker.Native.Manager_${pkgver}_amd64.deb" data.tar.gz \
42 | bsdtar -xf - -C "$pkgdir"
43
44 # Instala a licença
45 install -Dm644 "$srcdir/LICENSE" \
46 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47}
48

Scan history

Scanned at (UTC)SeverityRules
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 13:11:48 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion