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
3
pkgname=docker-native-desktop-bin
4
pkgver=1.15.1
5
pkgrel=1
6
pkgdesc="Native Docker Desktop alternative for Linux"
7
arch=('x86_64')
8
url="https://github.com/pedrofariasx/dockernativemanager"
9
license=('MIT')
10
11
depends=(
12
cairo
13
gdk-pixbuf2
14
glib2
15
gtk3
16
hicolor-icon-theme
17
libsoup3
18
webkit2gtk-4.1
19
)
20
21
options=('!strip' '!debug')
22
23
source=(
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
28
sha256sums=(
29
'894186534aac918eecca0912854076733e85a3af74ec912cba30ac33267ba97a'
30
'SKIP'
31
)
32
33
check() {
34
ar t "Docker.Native.Manager_${pkgver}_amd64.deb" >/dev/null
35
}
36
37
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |